Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
Cristhian Garcia authored Apr 29, 2024
2 parents b68a545 + 77c857a commit f0ae59b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ kubernetes==29.0.0
# via tutor
markupsafe==2.1.5
# via jinja2
mypy==1.9.0
mypy==1.10.0
# via tutor
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -69,7 +69,7 @@ pyyaml==6.0.1
# via
# kubernetes
# tutor
regex==2024.4.16
regex==2024.4.28
# via parsimonious
requests==2.31.0
# via
Expand Down Expand Up @@ -101,7 +101,7 @@ urllib3==2.2.1
# via
# kubernetes
# requests
websocket-client==1.7.0
websocket-client==1.8.0
# via kubernetes
zipp==3.18.1
# via
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ asttokens==2.4.1
# via
# -r requirements/base.txt
# transifex-python
backports-tarfile==1.1.0
backports-tarfile==1.1.1
# via jaraco-context
bcrypt==4.1.2
# via -r requirements/base.txt
black==24.4.0
black==24.4.2
# via -r requirements/dev.in
cachetools==5.3.3
# via
Expand Down Expand Up @@ -90,7 +90,7 @@ jinja2==3.1.3
# via
# -r requirements/base.txt
# tutor
keyring==25.1.0
keyring==25.2.0
# via twine
kubernetes==29.0.0
# via
Expand All @@ -110,7 +110,7 @@ more-itertools==10.2.0
# via
# jaraco-classes
# jaraco-functools
mypy==1.9.0
mypy==1.10.0
# via
# -r requirements/base.txt
# tutor
Expand Down Expand Up @@ -141,7 +141,7 @@ pathspec==0.12.1
# via black
pkginfo==1.10.0
# via twine
platformdirs==4.2.0
platformdirs==4.2.1
# via
# black
# pylint
Expand All @@ -166,7 +166,7 @@ pygments==2.17.2
# rich
pyinstaller==6.6.0
# via -r requirements/dev.in
pyinstaller-hooks-contrib==2024.4
pyinstaller-hooks-contrib==2024.5
# via pyinstaller
pylint==3.1.0
# via -r requirements/dev.in
Expand All @@ -185,7 +185,7 @@ pyyaml==6.0.1
# tutor
readme-renderer==43.0
# via twine
regex==2024.4.16
regex==2024.4.28
# via
# -r requirements/base.txt
# parsimonious
Expand Down Expand Up @@ -252,7 +252,7 @@ urllib3==2.2.1
# kubernetes
# requests
# twine
websocket-client==1.7.0
websocket-client==1.8.0
# via
# -r requirements/base.txt
# kubernetes
Expand Down

0 comments on commit f0ae59b

Please sign in to comment.