Skip to content

Commit

Permalink
Merge pull request #928 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-a832f47

chore: Upgrade Python requirements
  • Loading branch information
Cristhian Garcia authored Sep 4, 2024
2 parents 11ee1da + 6b6b08c commit 56d2d81
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bcrypt==4.2.0
# via -r requirements/base.in
cachetools==5.5.0
# via google-auth
certifi==2024.7.4
certifi==2024.8.30
# via
# kubernetes
# requests
Expand Down Expand Up @@ -105,5 +105,5 @@ urllib3==2.2.2
# requests
websocket-client==1.8.0
# via kubernetes
zipp==3.20.0
zipp==3.20.1
# via importlib-metadata
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cachetools==5.5.0
# via
# -r requirements/base.txt
# google-auth
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/base.txt
# kubernetes
Expand Down Expand Up @@ -170,7 +170,7 @@ pyinstaller==6.10.0
# via -r requirements/dev.in
pyinstaller-hooks-contrib==2024.8
# via pyinstaller
pylint==3.2.6
pylint==3.2.7
# via -r requirements/dev.in
pyseeyou==1.0.2
# via
Expand Down Expand Up @@ -207,7 +207,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.7.1
rich==13.8.0
# via twine
rsa==4.9
# via
Expand Down Expand Up @@ -258,7 +258,7 @@ websocket-client==1.8.0
# via
# -r requirements/base.txt
# kubernetes
zipp==3.20.0
zipp==3.20.1
# via
# -r requirements/base.txt
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==73.0.1
setuptools==74.0.0
# via -r requirements/pip.in

0 comments on commit 56d2d81

Please sign in to comment.