Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 29, 2023
1 parent 8f955f8 commit 9caa20d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ pytz==2023.3.post1
# django
sqlparse==0.4.4
# via django
typing-extensions==4.7.1
typing-extensions==4.8.0
# via asgiref
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.7.1
typing-extensions==4.8.0
# via asgiref
urllib3==2.0.4
urllib3==2.0.5
# via requests
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.7.1
typing-extensions==4.8.0
# via asgiref
urllib3==2.0.4
urllib3==2.0.5
# via requests
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata
6 changes: 3 additions & 3 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.7.1
typing-extensions==4.8.0
# via asgiref
urllib3==2.0.4
urllib3==2.0.5
# via requests
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

0 comments on commit 9caa20d

Please sign in to comment.