Skip to content

Commit

Permalink
Merge pull request #532 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-2d1be69

Python Requirements Update
  • Loading branch information
bmtcril authored Dec 4, 2023
2 parents 2d1be69 + a609de8 commit 953dec1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via tutor
asttokens==2.4.1
# via transifex-python
bcrypt==4.0.1
bcrypt==4.1.1
# via -r requirements/base.in
cachetools==5.3.2
# via google-auth
Expand All @@ -25,7 +25,7 @@ click==8.1.7
# tutor
future==0.18.3
# via pyseeyou
google-auth==2.23.4
google-auth==2.24.0
# via kubernetes
idna==3.6
# via requests
Expand Down Expand Up @@ -95,5 +95,5 @@ urllib3==1.26.18
# via
# kubernetes
# requests
websocket-client==1.6.4
websocket-client==1.7.0
# via kubernetes
10 changes: 5 additions & 5 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
bcrypt==4.0.1
bcrypt==4.1.1
# via -r requirements/base.txt
black==23.11.0
# via -r requirements/dev.in
Expand All @@ -41,7 +41,7 @@ click==8.1.7
# black
# transifex-python
# tutor
cryptography==41.0.5
cryptography==41.0.7
# via secretstorage
dill==0.3.7
# via pylint
Expand All @@ -51,15 +51,15 @@ future==0.18.3
# via
# -r requirements/base.txt
# pyseeyou
google-auth==2.23.4
google-auth==2.24.0
# via
# -r requirements/base.txt
# kubernetes
idna==3.6
# via
# -r requirements/base.txt
# requests
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# keyring
# pyinstaller
Expand Down Expand Up @@ -237,7 +237,7 @@ urllib3==1.26.18
# kubernetes
# requests
# twine
websocket-client==1.6.4
websocket-client==1.7.0
# via
# -r requirements/base.txt
# kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
Expand Down

0 comments on commit 953dec1

Please sign in to comment.