Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #191

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.5.0
# via django
typing-extensions==4.12.0
typing-extensions==4.12.1
# via asgiref
web-fragments==2.2.0
# via xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.18.2
zipp==3.19.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# -c requirements/constraints.txt
# -r requirements/base.txt
# django
coverage==7.5.1
coverage==7.5.3
# via -r requirements/test.txt
dill==0.3.8
# via pylint
Expand Down Expand Up @@ -110,7 +110,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.5
# via pylint
typing-extensions==4.12.0
typing-extensions==4.12.1
# via
# -r requirements/base.txt
# asgiref
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage==7.5.1
coverage==7.5.3
# via -r requirements/test.in
exceptiongroup==1.2.1
# via pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via coveralls
coveralls==4.0.1
# via -r requirements/travis.in
Expand Down Expand Up @@ -55,7 +55,7 @@ pyproject-api==1.6.1
# via
# -r requirements/tox.txt
# tox
requests==2.32.2
requests==2.32.3
# via coveralls
tomli==2.0.1
# via
Expand Down
Loading