Skip to content

Commit 32d99b0

Browse files
Merge pull request #25 from adamtheturtle/requires-io-master
[requires.io] dependency update on master branch
2 parents 2b32678 + 39c6e45 commit 32d99b0

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
autoflake==1.3
2-
check-manifest==0.38
2+
check-manifest==0.39
33
doc8==0.8.0
44
dulwich==0.19.11
55
flake8-commas==2.0.0
@@ -13,9 +13,9 @@ pydocstyle==3.0.0
1313
pyenchant==2.0.0
1414
pygithub==1.43.7
1515
pylint==2.3.1
16-
pyroma==2.4
16+
pyroma==2.5
1717
pytest-cov==2.7.1 # Measure code coverage
18-
pytest==4.5.0
18+
pytest==4.6.3
1919
twine==1.13.0
2020
vulture==1.0
2121
yapf==0.27.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
sphinx-prompt==1.1.0
2-
sphinx==2.0.1
2+
sphinx==2.1.1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def _get_dependencies(requirements_file: Path) -> List[str]:
6161
'Environment :: Web Environment',
6262
'Programming Language :: Python :: 3.5',
6363
'License :: OSI Approved :: Apache Software License',
64+
'Development Status :: 5 - Production/Stable',
6465
],
6566
# Avoid dependency links because they are not supported by Read The Docs.
6667
#

0 commit comments

Comments
 (0)