Skip to content

Commit 385b707

Browse files
author
Cristhian Garcia
authored
Merge pull request #962 from openedx/repo-tools/upgrade-python-requirements-79de281
chore: Upgrade Python requirements
2 parents 79de281 + 7396894 commit 385b707

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ click==8.1.7
2727
# shandy-sqlfmt
2828
# transifex-python
2929
# tutor
30-
durationpy==0.7
30+
durationpy==0.9
3131
# via kubernetes
3232
future==1.0.0
3333
# via pyseeyou
@@ -77,7 +77,7 @@ pyasn1==0.6.1
7777
# rsa
7878
pyasn1-modules==0.4.1
7979
# via google-auth
80-
pycryptodome==3.20.0
80+
pycryptodome==3.21.0
8181
# via tutor
8282
pyseeyou==1.0.2
8383
# via transifex-python
@@ -109,7 +109,7 @@ six==1.16.0
109109
# asttokens
110110
# kubernetes
111111
# python-dateutil
112-
toolz==0.12.1
112+
toolz==1.0.0
113113
# via pyseeyou
114114
tqdm==4.66.5
115115
# via shandy-sqlfmt

requirements/dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ appdirs==1.4.4
1010
# via
1111
# -r requirements/base.txt
1212
# tutor
13-
astroid==3.3.4
13+
astroid==3.3.5
1414
# via pylint
1515
asttokens==2.4.1
1616
# via
@@ -53,7 +53,7 @@ dill==0.3.9
5353
# via pylint
5454
docutils==0.21.2
5555
# via readme-renderer
56-
durationpy==0.7
56+
durationpy==0.9
5757
# via
5858
# -r requirements/base.txt
5959
# kubernetes
@@ -167,7 +167,7 @@ pyasn1-modules==0.4.1
167167
# google-auth
168168
pycparser==2.22
169169
# via cffi
170-
pycryptodome==3.20.0
170+
pycryptodome==3.21.0
171171
# via
172172
# -r requirements/base.txt
173173
# tutor
@@ -216,7 +216,7 @@ requests-toolbelt==1.0.0
216216
# via twine
217217
rfc3986==2.0.0
218218
# via twine
219-
rich==13.8.1
219+
rich==13.9.2
220220
# via twine
221221
rsa==4.9
222222
# via
@@ -240,7 +240,7 @@ six==1.16.0
240240
# python-dateutil
241241
tomlkit==0.13.2
242242
# via pylint
243-
toolz==0.12.1
243+
toolz==1.0.0
244244
# via
245245
# -r requirements/base.txt
246246
# pyseeyou

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
build==1.2.2
7+
build==1.2.2.post1
88
# via pip-tools
99
click==8.1.7
1010
# via pip-tools

0 commit comments

Comments
 (0)