Skip to content

Commit

Permalink
Downgrade to previous version of mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
bjgill committed Dec 1, 2020
1 parent 4c46308 commit 2cb88b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ pytest-cov==2.7.1
python-dotenv==0.10.3 # used to load .flaskenv
requests-mock==1.6.0
watchdog==0.9.0
mypy==0.790
mypy==0.782

git+https://github.com/alphagov/digitalmarketplace-test-utils.git@2.8.0#egg=digitalmarketplace-test-utils==2.8.0
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mccabe==0.6.1 # via flake8
mock==3.0.5 # via -r requirements-dev.in
more-itertools==8.2.0 # via pytest
mypy-extensions==0.4.3 # via mypy
mypy==0.790 # via -r requirements-dev.in
mypy==0.782 # via -r requirements-dev.in
packaging==20.1 # via pytest
pathtools==0.1.2 # via watchdog
pip-tools==5.4.0 # via -r requirements-dev.in
Expand Down

0 comments on commit 2cb88b9

Please sign in to comment.