Skip to content

Commit

Permalink
fix(deps): update requirements-dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangst committed Nov 16, 2021
1 parent 69ed288 commit 24334cb
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# test dependencies
jproperties
pytest>=5.0
responses>=0.10
pylint>=1.4.4
tox>=2.9.1
pytest-rerunfailures>=3.1
pytest>=6.2.1,<7.0.0
responses>=0.12.1,<1.0.0
pylint>=2.6.0,<3.0.0
tox>=3.2.0,<4.0.0

# code coverage
coverage<5
codecov>=1.6.3,<3.0.0
coverage>=4.5.4
codecov>=2.1.0,<3.0.0
pytest-cov>=2.2.1,<3.0.0

# documentation
recommonmark>=0.2.0
Sphinx>=1.3.1

0 comments on commit 24334cb

Please sign in to comment.