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

Commit ebd36c9

Browse files
edx-requirements-botnsprenkle
authored andcommitted
chore: Updating Python Requirements (#1012)
1 parent bd268b6 commit ebd36c9

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

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==3.0.1
1818
# via requests
19-
cryptography==39.0.0
19+
cryptography==39.0.1
2020
# via paramiko
2121
distro==1.8.0
2222
# via docker-compose

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
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==39.0.0
42+
cryptography==39.0.1
4343
# via
4444
# -r requirements/base.txt
4545
# -r requirements/test.txt
@@ -110,7 +110,7 @@ pexpect==4.8.0
110110
# via -r requirements/test.txt
111111
pip-tools==6.12.2
112112
# via -r requirements/pip-tools.txt
113-
platformdirs==2.6.2
113+
platformdirs==3.0.0
114114
# via virtualenv
115115
pluggy==1.0.0
116116
# via
@@ -194,7 +194,7 @@ urllib3==1.26.14
194194
# -r requirements/test.txt
195195
# docker
196196
# requests
197-
virtualenv==20.17.1
197+
virtualenv==20.19.0
198198
# via tox
199199
websocket-client==0.59.0
200200
# via

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ charset-normalizer==3.0.1
3131
# via
3232
# -r requirements/base.txt
3333
# requests
34-
cryptography==39.0.0
34+
cryptography==39.0.1
3535
# via
3636
# -r requirements/base.txt
3737
# paramiko
@@ -174,7 +174,7 @@ websocket-client==0.59.0
174174
# -r requirements/base.txt
175175
# docker
176176
# docker-compose
177-
zipp==3.12.0
177+
zipp==3.12.1
178178
# via importlib-metadata
179179

180180
# The following packages are considered to be unsafe in a requirements file:

requirements/pip.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
#
55
# make upgrade
66
#
7-
pip==23.0
7+
wheel==0.38.4
88
# via -r requirements/pip.in
9-
setuptools==67.0.0
9+
10+
# The following packages are considered to be unsafe in a requirements file:
11+
pip==23.0
1012
# via -r requirements/pip.in
11-
wheel==0.38.4
13+
setuptools==67.2.0
1214
# via -r requirements/pip.in

requirements/test.txt

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

0 commit comments

Comments
 (0)