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

Merged
merged 1 commit into from
Jun 3, 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
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.1.3
# via -r requirements/base.in
cachetools==5.3.3
# via google-auth
certifi==2024.2.2
certifi==2024.6.2
# via
# kubernetes
# requests
Expand Down Expand Up @@ -71,7 +71,7 @@ pyyaml==6.0.1
# tutor
regex==2024.5.15
# via parsimonious
requests==2.32.2
requests==2.32.3
# via
# kubernetes
# requests-oauthlib
Expand All @@ -97,7 +97,7 @@ transifex-python==3.5.0
# via -r requirements/base.in
tutor==17.0.5
# via -r requirements/base.in
typing-extensions==4.12.0
typing-extensions==4.12.1
# via
# mypy
# tutor
Expand All @@ -107,7 +107,7 @@ urllib3==2.2.1
# requests
websocket-client==1.8.0
# via kubernetes
zipp==3.19.0
zipp==3.19.1
# via
# importlib-metadata
# importlib-resources
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asttokens==2.4.1
# via
# -r requirements/base.txt
# transifex-python
backports-tarfile==1.1.1
backports-tarfile==1.2.0
# via jaraco-context
bcrypt==4.1.3
# via -r requirements/base.txt
Expand All @@ -28,7 +28,7 @@ cachetools==5.3.3
# via
# -r requirements/base.txt
# google-auth
certifi==2024.2.2
certifi==2024.6.2
# via
# -r requirements/base.txt
# kubernetes
Expand Down Expand Up @@ -143,7 +143,7 @@ parsimonious==0.10.0
# pyseeyou
pathspec==0.12.1
# via black
pkginfo==1.10.0
pkginfo==1.11.0
# via twine
platformdirs==4.2.2
# via
Expand Down Expand Up @@ -194,7 +194,7 @@ regex==2024.5.15
# via
# -r requirements/base.txt
# parsimonious
requests==2.32.2
requests==2.32.3
# via
# -r requirements/base.txt
# kubernetes
Expand Down Expand Up @@ -253,7 +253,7 @@ tutor==17.0.5
# via -r requirements/base.txt
twine==5.1.0
# via -r requirements/dev.in
typing-extensions==4.12.0
typing-extensions==4.12.1
# via
# -r requirements/base.txt
# astroid
Expand All @@ -272,7 +272,7 @@ websocket-client==1.8.0
# via
# -r requirements/base.txt
# kubernetes
zipp==3.19.0
zipp==3.19.1
# via
# -r requirements/base.txt
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.19.0
zipp==3.19.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down