Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
Cristhian Garcia authored Oct 7, 2024
2 parents 79de281 + 7396894 commit 385b707
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 @@ -27,7 +27,7 @@ click==8.1.7
# shandy-sqlfmt
# transifex-python
# tutor
durationpy==0.7
durationpy==0.9
# via kubernetes
future==1.0.0
# via pyseeyou
Expand Down Expand Up @@ -77,7 +77,7 @@ pyasn1==0.6.1
# rsa
pyasn1-modules==0.4.1
# via google-auth
pycryptodome==3.20.0
pycryptodome==3.21.0
# via tutor
pyseeyou==1.0.2
# via transifex-python
Expand Down Expand Up @@ -109,7 +109,7 @@ six==1.16.0
# asttokens
# kubernetes
# python-dateutil
toolz==0.12.1
toolz==1.0.0
# via pyseeyou
tqdm==4.66.5
# via shandy-sqlfmt
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# tutor
astroid==3.3.4
astroid==3.3.5
# via pylint
asttokens==2.4.1
# via
Expand Down Expand Up @@ -53,7 +53,7 @@ dill==0.3.9
# via pylint
docutils==0.21.2
# via readme-renderer
durationpy==0.7
durationpy==0.9
# via
# -r requirements/base.txt
# kubernetes
Expand Down Expand Up @@ -167,7 +167,7 @@ pyasn1-modules==0.4.1
# google-auth
pycparser==2.22
# via cffi
pycryptodome==3.20.0
pycryptodome==3.21.0
# via
# -r requirements/base.txt
# tutor
Expand Down Expand Up @@ -216,7 +216,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.1
rich==13.9.2
# via twine
rsa==4.9
# via
Expand All @@ -240,7 +240,7 @@ six==1.16.0
# python-dateutil
tomlkit==0.13.2
# via pylint
toolz==0.12.1
toolz==1.0.0
# via
# -r requirements/base.txt
# pyseeyou
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.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down

0 comments on commit 385b707

Please sign in to comment.