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

chore: Upgrade Python requirements #482

Closed
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 @@ -75,5 +75,5 @@ stevedore==5.3.0
# edx-opaque-keys
typing-extensions==4.12.2
# via edx-opaque-keys
urllib3==2.2.2
urllib3==2.2.3
# via requests
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ faker==28.4.1
# via
# -r requirements/test.txt
# factory-boy
filelock==3.15.4
filelock==3.16.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -210,7 +210,7 @@ pbr==6.1.0
# -r requirements/base.txt
# -r requirements/test.txt
# stevedore
platformdirs==4.2.2
platformdirs==4.3.2
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -282,7 +282,7 @@ pyproject-api==1.7.1
# via
# -r requirements/test.txt
# tox
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -378,7 +378,7 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.18.0
tox==4.18.1
# via -r requirements/test.txt
typing-extensions==4.12.2
# via
Expand All @@ -387,13 +387,13 @@ typing-extensions==4.12.2
# -r requirements/test.txt
# edx-opaque-keys
# pydata-sphinx-theme
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/base.txt
# -r requirements/docs.txt
# -r requirements/test.txt
# requests
virtualenv==20.26.3
virtualenv==20.26.4
# via
# -r requirements/test.txt
# tox
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ typing-extensions==4.12.2
# via
# -c requirements/test.txt
# pydata-sphinx-theme
urllib3==2.2.2
urllib3==2.2.3
# via
# -c requirements/test.txt
# requests
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.1
build==1.2.2
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ factory-boy==2.12.0
# via -r requirements/test.in
faker==28.4.1
# via factory-boy
filelock==3.15.4
filelock==3.16.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -126,7 +126,7 @@ pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==4.2.2
platformdirs==4.3.2
# via
# pylint
# tox
Expand Down Expand Up @@ -173,7 +173,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-api==1.7.1
# via tox
pytest==8.3.2
pytest==8.3.3
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -209,15 +209,15 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.18.0
tox==4.18.1
# via -r requirements/test.in
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# edx-opaque-keys
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/base.txt
# requests
virtualenv==20.26.3
virtualenv==20.26.4
# via tox