Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 4325740

Browse files
chore: Updating Python Requirements (#980)
Co-authored-by: edX requirements bot <devops+edx-requirements-bot@edx.org>
1 parent 4583d97 commit 4325740

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cffi==1.15.1
1616
# pynacl
1717
charset-normalizer==2.1.1
1818
# via requests
19-
cryptography==38.0.2
19+
cryptography==38.0.1
2020
# via paramiko
2121
distro==1.8.0
2222
# via docker-compose

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ click==8.1.3
3939
# via
4040
# -r requirements/pip-tools.txt
4141
# pip-tools
42-
cryptography==38.0.2
42+
cryptography==38.0.1
4343
# via
4444
# -r requirements/base.txt
4545
# -r requirements/test.txt

requirements/doc.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ charset-normalizer==2.1.1
3131
# via
3232
# -r requirements/base.txt
3333
# requests
34-
cryptography==38.0.2
34+
cryptography==38.0.1
3535
# via
3636
# -r requirements/base.txt
3737
# paramiko
@@ -115,7 +115,7 @@ python-dotenv==0.21.0
115115
# via
116116
# -r requirements/base.txt
117117
# docker-compose
118-
pytz==2022.4
118+
pytz==2022.5
119119
# via babel
120120
pyyaml==5.4.1
121121
# via
@@ -142,7 +142,7 @@ six==1.16.0
142142
# websocket-client
143143
snowballstemmer==2.2.0
144144
# via sphinx
145-
sphinx==5.2.3
145+
sphinx==5.3.0
146146
# via
147147
# -r requirements/doc.in
148148
# edx-sphinx-theme
@@ -158,7 +158,7 @@ sphinxcontrib-qthelp==1.0.3
158158
# via sphinx
159159
sphinxcontrib-serializinghtml==1.1.5
160160
# via sphinx
161-
stevedore==4.0.0
161+
stevedore==4.0.1
162162
# via doc8
163163
texttable==1.6.4
164164
# via

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ wheel==0.37.1
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
11-
pip==22.2.2
11+
pip==22.3
1212
# via -r requirements/pip.in
1313
setuptools==59.8.0
1414
# via

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ charset-normalizer==2.1.1
2626
# via
2727
# -r requirements/base.txt
2828
# requests
29-
cryptography==38.0.2
29+
cryptography==38.0.1
3030
# via
3131
# -r requirements/base.txt
3232
# paramiko

0 commit comments

Comments
 (0)