Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
Cristhian Garcia authored Apr 1, 2024
2 parents 48c07dd + 8f41a05 commit 9d159d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ openedx-atlas==0.6.0
# via -r requirements/base.in
parsimonious==0.10.0
# via pyseeyou
pyasn1==0.5.1
pyasn1==0.6.0
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
pyasn1-modules==0.4.0
# via google-auth
pycryptodome==3.20.0
# via tutor
Expand Down Expand Up @@ -91,7 +91,7 @@ toolz==0.12.1
# via pyseeyou
transifex-python==3.5.0
# via -r requirements/base.in
tutor==17.0.2
tutor==17.0.3
# via -r requirements/base.in
typing-extensions==4.10.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ importlib-resources==6.4.0
# tutor
isort==5.13.2
# via pylint
jaraco-classes==3.3.1
jaraco-classes==3.4.0
# via keyring
jaraco-context==4.3.0
# via keyring
Expand Down Expand Up @@ -117,7 +117,7 @@ mypy-extensions==1.0.0
# -r requirements/base.txt
# black
# mypy
nh3==0.2.15
nh3==0.2.17
# via readme-renderer
oauthlib==3.2.2
# via
Expand All @@ -143,16 +143,16 @@ platformdirs==4.2.0
# via
# black
# pylint
pyasn1==0.5.1
pyasn1==0.6.0
# via
# -r requirements/base.txt
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
pyasn1-modules==0.4.0
# via
# -r requirements/base.txt
# google-auth
pycparser==2.21
pycparser==2.22
# via cffi
pycryptodome==3.20.0
# via
Expand Down Expand Up @@ -231,7 +231,7 @@ toolz==0.12.1
# pyseeyou
transifex-python==3.5.0
# via -r requirements/base.txt
tutor==17.0.2
tutor==17.0.3
# via -r requirements/base.txt
twine==5.0.0
# 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 @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.1.1
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down

0 comments on commit 9d159d8

Please sign in to comment.