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

Merged
merged 1 commit into from
Dec 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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ black==24.10.0
# via shandy-sqlfmt
cachetools==5.5.0
# via google-auth
certifi==2024.8.30
certifi==2024.12.14
# via
# kubernetes
# requests
Expand All @@ -31,7 +31,7 @@ durationpy==0.9
# via kubernetes
future==1.0.0
# via pyseeyou
google-auth==2.36.0
google-auth==2.37.0
# via kubernetes
idna==3.10
# via requests
Expand Down Expand Up @@ -116,7 +116,7 @@ tqdm==4.67.1
# via shandy-sqlfmt
transifex-python==3.5.0
# via -r requirements/base.in
tutor==18.2.0
tutor==18.2.2
# via -r requirements/base.in
typing-extensions==4.12.2
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cachetools==5.5.0
# via
# -r requirements/base.txt
# google-auth
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/base.txt
# kubernetes
Expand Down Expand Up @@ -61,7 +61,7 @@ future==1.0.0
# via
# -r requirements/base.txt
# pyseeyou
google-auth==2.36.0
google-auth==2.37.0
# via
# -r requirements/base.txt
# kubernetes
Expand Down Expand Up @@ -250,7 +250,7 @@ tqdm==4.67.1
# shandy-sqlfmt
transifex-python==3.5.0
# via -r requirements/base.txt
tutor==18.2.0
tutor==18.2.2
# via
# -r requirements/base.txt
# tutor-contrib-pod-autoscaling
Expand Down
Loading