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

Closed
Closed
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ click==8.1.7
# tutor
future==0.18.3
# via pyseeyou
google-auth==2.25.2
google-auth==2.26.1
# via kubernetes
idna==3.6
# via requests
Expand Down
6 changes: 4 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ future==0.18.3
# via
# -r requirements/base.txt
# pyseeyou
google-auth==2.25.2
google-auth==2.26.1
# via
# -r requirements/base.txt
# kubernetes
Expand All @@ -63,6 +63,7 @@ importlib-metadata==7.0.1
# via
# keyring
# pyinstaller
# pyinstaller-hooks-contrib
# twine
importlib-resources==6.1.1
# via keyring
Expand Down Expand Up @@ -118,6 +119,7 @@ packaging==23.2
# via
# black
# pyinstaller
# pyinstaller-hooks-contrib
parsimonious==0.10.0
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -151,7 +153,7 @@ pygments==2.17.2
# rich
pyinstaller==6.3.0
# via -r requirements/dev.in
pyinstaller-hooks-contrib==2023.11
pyinstaller-hooks-contrib==2023.12
# via pyinstaller
pylint==3.0.3
# via -r requirements/dev.in
Expand Down