Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
bmtcril authored Nov 6, 2023
2 parents 1d0fa2d + 494394a commit e7b491c
Show file tree
Hide file tree
Showing 4 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 @@ -16,7 +16,7 @@ certifi==2023.7.22
# via
# kubernetes
# requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
Expand All @@ -25,7 +25,7 @@ click==8.1.7
# tutor
future==0.18.3
# via pyseeyou
google-auth==2.23.3
google-auth==2.23.4
# via kubernetes
idna==3.4
# via requests
Expand Down Expand Up @@ -87,7 +87,7 @@ toolz==0.12.0
# via pyseeyou
transifex-python==3.4.0
# via -r requirements/base.in
tutor==16.1.4
tutor==16.1.5
# via -r requirements/base.in
typing-extensions==4.8.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ certifi==2023.7.22
# requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via
# -r requirements/base.txt
# requests
Expand All @@ -51,7 +51,7 @@ future==0.18.3
# via
# -r requirements/base.txt
# pyseeyou
google-auth==2.23.3
google-auth==2.23.4
# via
# -r requirements/base.txt
# kubernetes
Expand Down Expand Up @@ -214,15 +214,15 @@ tomli==2.0.1
# black
# mypy
# pylint
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
toolz==0.12.0
# via
# -r requirements/base.txt
# pyseeyou
transifex-python==3.4.0
# via -r requirements/base.txt
tutor==16.1.4
tutor==16.1.5
# via -r requirements/base.txt
twine==4.0.2
# via -r requirements/dev.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via 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 @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.2
wheel==0.41.3
# via -r requirements/pip.in

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

0 comments on commit e7b491c

Please sign in to comment.