Skip to content

Commit

Permalink
Upgrade requirements (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored Oct 23, 2022
1 parent 86382b4 commit 204c375
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements/py310-django32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pytest==7.1.3
# pytest-randomly
pytest-randomly==3.12.0
# via -r requirements.in
pytz==2022.4
pytz==2022.5
# via django
requests==2.28.1
# via -r requirements.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/py37-django32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pytest==7.1.3
# pytest-randomly
pytest-randomly==3.12.0
# via -r requirements.in
pytz==2022.4
pytz==2022.5
# via django
requests==2.28.1
# via -r requirements.in
Expand All @@ -55,5 +55,5 @@ typing-extensions==4.4.0
# importlib-metadata
urllib3==1.26.12
# via requests
zipp==3.8.1
zipp==3.9.0
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/py38-django32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pytest==7.1.3
# pytest-randomly
pytest-randomly==3.12.0
# via -r requirements.in
pytz==2022.4
pytz==2022.5
# via django
requests==2.28.1
# via -r requirements.in
Expand All @@ -48,5 +48,5 @@ tomli==2.0.1
# via pytest
urllib3==1.26.12
# via requests
zipp==3.8.1
zipp==3.9.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/py38-django40.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ tomli==2.0.1
# via pytest
urllib3==1.26.12
# via requests
zipp==3.8.1
zipp==3.9.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/py38-django41.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ tomli==2.0.1
# via pytest
urllib3==1.26.12
# via requests
zipp==3.8.1
zipp==3.9.0
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/py39-django32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pytest==7.1.3
# pytest-randomly
pytest-randomly==3.12.0
# via -r requirements.in
pytz==2022.4
pytz==2022.5
# via django
requests==2.28.1
# via -r requirements.in
Expand All @@ -48,5 +48,5 @@ tomli==2.0.1
# via pytest
urllib3==1.26.12
# via requests
zipp==3.8.1
zipp==3.9.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/py39-django40.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ tomli==2.0.1
# via pytest
urllib3==1.26.12
# via requests
zipp==3.8.1
zipp==3.9.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/py39-django41.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ tomli==2.0.1
# via pytest
urllib3==1.26.12
# via requests
zipp==3.8.1
zipp==3.9.0
# via importlib-metadata

0 comments on commit 204c375

Please sign in to comment.