Skip to content

Commit

Permalink
update more recent dev/test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Mar 24, 2022
1 parent 3388b78 commit 3ac9dd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-r requirements-doc.txt
# pylint>=2.5 requires astroid>=2.4
# install/update sometime fails randomly, so enforce it
astroid>=2.4,<2.5.8
astroid
bandit
bump2version
codacy-coverage
Expand All @@ -13,13 +13,13 @@ flake8
isort>=4.3.21,<5
mock<4
# AWS mock tests (against boto3)
moto==2.2.6
moto>3
pluggy>=0.7
pytest
pydocstyle
pylint>=2.7,<2.8
pylint>=2.12
pylint_quotes
responses==0.12.0
responses>=0.20
safety
stopit
# typing extension required for TypedDict
Expand Down

0 comments on commit 3ac9dd0

Please sign in to comment.