Skip to content

Commit

Permalink
chore: Bump Django version in test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Jan 15, 2020
1 parent 59685c9 commit dc2f902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2.7-test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ configparser==3.7.4 # via importlib-metadata
contextlib2==0.5.5 # via importlib-metadata
click==7.0 # via flask
coverage==4.3.4
django==1.11.22
django==1.11.27
flask==1.0.3
freezegun==0.3.12 # via pytest-freezegun
funcsigs==1.0.2 # via mock, pytest
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ certifi==2019.6.16 # via requests
chardet==3.0.4 # via aiohttp, requests
click==7.0 # via flask
coverage==4.3.4
django==2.2.3
django==2.2.8
flask==1.0.3
freezegun==0.3.12 # via pytest-freezegun
hvac==0.9.2
Expand Down

0 comments on commit dc2f902

Please sign in to comment.