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

Merged
merged 1 commit into from
Dec 2, 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
3 changes: 1 addition & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
appdirs==1.4.4
# via tutor
asttokens==2.4.1
asttokens==3.0.0
# via transifex-python
bcrypt==4.2.1
# via -r requirements/base.in
Expand Down Expand Up @@ -108,7 +108,6 @@ shandy-sqlfmt[jinjafmt]==0.21.2
# via -r requirements/base.in
six==1.16.0
# via
# asttokens
# kubernetes
# python-dateutil
toolz==1.0.0
Expand Down
15 changes: 7 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ appdirs==1.4.4
# tutor
astroid==3.3.5
# via pylint
asttokens==2.4.1
asttokens==3.0.0
# via
# -r requirements/base.txt
# transifex-python
Expand Down Expand Up @@ -47,7 +47,7 @@ click==8.1.7
# shandy-sqlfmt
# transifex-python
# tutor
cryptography==43.0.3
cryptography==44.0.0
# via secretstorage
dill==0.3.9
# via pylint
Expand All @@ -74,7 +74,6 @@ importlib-metadata==8.5.0
# -r requirements/base.txt
# keyring
# tutor
# twine
importlib-resources==6.4.5
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -125,7 +124,7 @@ mypy-extensions==1.0.0
# -r requirements/base.txt
# black
# mypy
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
oauthlib==3.2.2
# via
Expand All @@ -141,6 +140,7 @@ packaging==24.2
# pyinstaller
# pyinstaller-hooks-contrib
# tutor
# twine
parsimonious==0.10.0
# via
# -r requirements/base.txt
Expand All @@ -149,7 +149,7 @@ pathspec==0.12.1
# via
# -r requirements/base.txt
# black
pkginfo==1.10.0
pkginfo==1.11.2
# via twine
platformdirs==4.3.6
# via
Expand Down Expand Up @@ -180,7 +180,7 @@ pyinstaller==6.11.1
# via -r requirements/dev.in
pyinstaller-hooks-contrib==2024.10
# via pyinstaller
pylint==3.3.1
pylint==3.3.2
# via -r requirements/dev.in
pyseeyou==1.0.2
# via
Expand Down Expand Up @@ -236,7 +236,6 @@ shandy-sqlfmt[jinjafmt]==0.21.2
six==1.16.0
# via
# -r requirements/base.txt
# asttokens
# kubernetes
# python-dateutil
tomlkit==0.13.2
Expand All @@ -257,7 +256,7 @@ tutor==18.1.4
# tutor-contrib-pod-autoscaling
tutor-contrib-pod-autoscaling @ git+https://github.com/edunext/tutor-contrib-pod-autoscaling@v18.0.1
# via -r requirements/dev.in
twine==5.1.1
twine==6.0.1
# via -r requirements/dev.in
typing-extensions==4.12.2
# via
Expand Down