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

Commit 978911e

Browse files
authored
Merge pull request #870 from edx/jenkins/upgrade-python-requirements-8e83a0a
Python Requirements Update
2 parents 8e83a0a + ac3b72f commit 978911e

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ cffi==1.15.0
1515
# bcrypt
1616
# cryptography
1717
# pynacl
18-
charset-normalizer==2.0.8
18+
charset-normalizer==2.0.9
1919
# via requests
20-
cryptography==36.0.0
20+
cryptography==36.0.1
2121
# via paramiko
2222
distro==1.6.0
2323
# via docker-compose

requirements/dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cffi==1.15.0
2929
# bcrypt
3030
# cryptography
3131
# pynacl
32-
charset-normalizer==2.0.8
32+
charset-normalizer==2.0.9
3333
# via
3434
# -r requirements/base.txt
3535
# -r requirements/test.txt
@@ -38,12 +38,12 @@ click==8.0.3
3838
# via
3939
# -r requirements/pip-tools.txt
4040
# pip-tools
41-
cryptography==36.0.0
41+
cryptography==36.0.1
4242
# via
4343
# -r requirements/base.txt
4444
# -r requirements/test.txt
4545
# paramiko
46-
distlib==0.3.3
46+
distlib==0.3.4
4747
# via virtualenv
4848
distro==1.6.0
4949
# via
@@ -179,7 +179,7 @@ toml==0.10.2
179179
# -r requirements/test.txt
180180
# pytest
181181
# tox
182-
tomli==1.2.2
182+
tomli==2.0.0
183183
# via
184184
# -r requirements/pip-tools.txt
185185
# pep517

requirements/doc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ cffi==1.15.0
2828
# bcrypt
2929
# cryptography
3030
# pynacl
31-
charset-normalizer==2.0.8
31+
charset-normalizer==2.0.9
3232
# via
3333
# -r requirements/base.txt
3434
# requests
35-
cryptography==36.0.0
35+
cryptography==36.0.1
3636
# via
3737
# -r requirements/base.txt
3838
# paramiko
@@ -117,7 +117,7 @@ pyyaml==5.4.1
117117
# via
118118
# -r requirements/base.txt
119119
# docker-compose
120-
readme-renderer==30.0
120+
readme-renderer==32.0
121121
# via -r requirements/doc.in
122122
requests==2.26.0
123123
# via

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pep517==0.12.0
1010
# via pip-tools
1111
pip-tools==6.4.0
1212
# via -r requirements/pip-tools.in
13-
tomli==1.2.2
13+
tomli==2.0.0
1414
# via pep517
1515
wheel==0.37.0
1616
# via pip-tools

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ cffi==1.15.0
2323
# bcrypt
2424
# cryptography
2525
# pynacl
26-
charset-normalizer==2.0.8
26+
charset-normalizer==2.0.9
2727
# via
2828
# -r requirements/base.txt
2929
# requests
30-
cryptography==36.0.0
30+
cryptography==36.0.1
3131
# via
3232
# -r requirements/base.txt
3333
# paramiko

0 commit comments

Comments
 (0)