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

Merged
merged 1 commit into from
Jan 28, 2025
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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bcrypt==4.2.1
# via -r requirements/base.in
black==24.10.0
# via shandy-sqlfmt
cachetools==5.5.0
cachetools==5.5.1
# via google-auth
certifi==2024.12.14
# via
Expand All @@ -31,11 +31,11 @@ durationpy==0.9
# via kubernetes
future==1.0.0
# via pyseeyou
google-auth==2.37.0
google-auth==2.38.0
# via kubernetes
idna==3.10
# via requests
importlib-metadata==8.5.0
importlib-metadata==8.6.1
# via tutor
importlib-resources==6.5.2
# via
Expand All @@ -45,7 +45,7 @@ jinja2==3.1.5
# via
# shandy-sqlfmt
# tutor
kubernetes==31.0.0
kubernetes==32.0.0
# via tutor
markupsafe==3.0.2
# via jinja2
Expand Down
15 changes: 8 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ black==24.10.0
# -r requirements/base.txt
# -r requirements/dev.in
# shandy-sqlfmt
cachetools==5.5.0
cachetools==5.5.1
# via
# -r requirements/base.txt
# google-auth
Expand Down Expand Up @@ -61,15 +61,17 @@ future==1.0.0
# via
# -r requirements/base.txt
# pyseeyou
google-auth==2.37.0
google-auth==2.38.0
# via
# -r requirements/base.txt
# kubernetes
id==1.5.0
# via twine
idna==3.10
# via
# -r requirements/base.txt
# requests
importlib-metadata==8.5.0
importlib-metadata==8.6.1
# via
# -r requirements/base.txt
# keyring
Expand Down Expand Up @@ -97,7 +99,7 @@ jinja2==3.1.5
# tutor
keyring==25.6.0
# via twine
kubernetes==31.0.0
kubernetes==32.0.0
# via
# -r requirements/base.txt
# tutor
Expand Down Expand Up @@ -149,8 +151,6 @@ pathspec==0.12.1
# via
# -r requirements/base.txt
# black
pkginfo==1.12.0
# via twine
platformdirs==4.3.6
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -204,6 +204,7 @@ regex==2024.11.6
requests==2.32.3
# via
# -r requirements/base.txt
# id
# kubernetes
# requests-oauthlib
# requests-toolbelt
Expand Down Expand Up @@ -256,7 +257,7 @@ tutor==19.0.1
# tutor-contrib-pod-autoscaling
tutor-contrib-pod-autoscaling==19.0.0
# via -r requirements/dev.in
twine==6.0.1
twine==6.1.0
# via -r requirements/dev.in
typing-extensions==4.12.2
# via
Expand Down
Loading