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 #943

Merged
merged 1 commit into from
Sep 16, 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
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ future==1.0.0
# via pyseeyou
google-auth==2.34.0
# via kubernetes
idna==3.8
idna==3.10
# via requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via tutor
importlib-resources==6.4.4
importlib-resources==6.4.5
# via
# -r requirements/base.in
# tutor
Expand All @@ -53,11 +53,11 @@ openedx-atlas==0.6.2
# via -r requirements/base.in
parsimonious==0.10.0
# via pyseeyou
pyasn1==0.6.0
pyasn1==0.6.1
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
pyasn1-modules==0.4.1
# via google-auth
pycryptodome==3.20.0
# via tutor
Expand All @@ -69,7 +69,7 @@ pyyaml==6.0.2
# via
# kubernetes
# tutor
regex==2024.7.24
regex==2024.9.11
# via parsimonious
requests==2.32.3
# via
Expand Down Expand Up @@ -99,11 +99,11 @@ typing-extensions==4.12.2
# via
# mypy
# tutor
urllib3==2.2.2
urllib3==2.2.3
# via
# kubernetes
# requests
websocket-client==1.8.0
# via kubernetes
zipp==3.20.1
zipp==3.20.2
# via importlib-metadata
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ google-auth==2.34.0
# via
# -r requirements/base.txt
# kubernetes
idna==3.8
idna==3.10
# via
# -r requirements/base.txt
# requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# -r requirements/base.txt
# keyring
# tutor
# twine
importlib-resources==6.4.4
importlib-resources==6.4.5
# via
# -r requirements/base.txt
# tutor
Expand Down Expand Up @@ -142,17 +142,17 @@ pathspec==0.12.1
# via black
pkginfo==1.10.0
# via twine
platformdirs==4.3.2
platformdirs==4.3.3
# via
# black
# pylint
# shandy-sqlfmt
pyasn1==0.6.0
pyasn1==0.6.1
# via
# -r requirements/base.txt
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
pyasn1-modules==0.4.1
# via
# -r requirements/base.txt
# google-auth
Expand Down Expand Up @@ -187,7 +187,7 @@ pyyaml==6.0.2
# tutor
readme-renderer==44.0
# via twine
regex==2024.7.24
regex==2024.9.11
# via
# -r requirements/base.txt
# parsimonious
Expand All @@ -207,7 +207,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.0
rich==13.8.1
# via twine
rsa==4.9
# via
Expand Down Expand Up @@ -248,7 +248,7 @@ typing-extensions==4.12.2
# -r requirements/base.txt
# mypy
# tutor
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/base.txt
# kubernetes
Expand All @@ -258,7 +258,7 @@ websocket-client==1.8.0
# via
# -r requirements/base.txt
# kubernetes
zipp==3.20.1
zipp==3.20.2
# via
# -r requirements/base.txt
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==74.1.2
setuptools==75.0.0
# via -r requirements/pip.in