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

Python Requirements Update #599

Merged
merged 1 commit into from
Feb 12, 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
10 changes: 9 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ google-auth==2.27.0
# via kubernetes
idna==3.6
# via requests
importlib-metadata==7.0.1
# via tutor
importlib-resources==6.1.1
# via tutor
jinja2==3.1.3
# via tutor
kubernetes==29.0.0
Expand Down Expand Up @@ -85,7 +89,7 @@ toolz==0.12.1
# via pyseeyou
transifex-python==3.5.0
# via -r requirements/base.in
tutor==17.0.1
tutor==17.0.2
# via -r requirements/base.in
typing-extensions==4.9.0
# via
Expand All @@ -97,3 +101,7 @@ urllib3==2.2.0
# requests
websocket-client==1.7.0
# via kubernetes
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources
18 changes: 12 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,20 @@ idna==3.6
# requests
importlib-metadata==7.0.1
# via
# -r requirements/base.txt
# keyring
# pyinstaller
# pyinstaller-hooks-contrib
# tutor
# twine
importlib-resources==6.1.1
# via keyring
# via
# -r requirements/base.txt
# keyring
# tutor
isort==5.13.2
# via pylint
jaraco-classes==3.3.0
jaraco-classes==3.3.1
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -151,9 +156,9 @@ pygments==2.17.2
# via
# readme-renderer
# rich
pyinstaller==6.3.0
pyinstaller==6.4.0
# via -r requirements/dev.in
pyinstaller-hooks-contrib==2024.0
pyinstaller-hooks-contrib==2024.1
# via pyinstaller
pylint==3.0.3
# via -r requirements/dev.in
Expand Down Expand Up @@ -220,9 +225,9 @@ toolz==0.12.1
# pyseeyou
transifex-python==3.5.0
# via -r requirements/base.txt
tutor==17.0.1
tutor==17.0.2
# via -r requirements/base.txt
twine==4.0.2
twine==5.0.0
# via -r requirements/dev.in
typing-extensions==4.9.0
# via
Expand All @@ -245,6 +250,7 @@ websocket-client==1.7.0
# kubernetes
zipp==3.17.0
# via
# -r requirements/base.txt
# importlib-metadata
# importlib-resources

Expand Down
Loading