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

Commit 15acc23

Browse files
chore: Updating Python Requirements (#833)
1 parent bda72d4 commit 15acc23

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cffi==1.14.6
1515
# bcrypt
1616
# cryptography
1717
# pynacl
18-
charset-normalizer==2.0.4
18+
charset-normalizer==2.0.5
1919
# via requests
2020
cryptography==3.4.8
2121
# via paramiko

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cffi==1.14.6
2929
# bcrypt
3030
# cryptography
3131
# pynacl
32-
charset-normalizer==2.0.4
32+
charset-normalizer==2.0.5
3333
# via
3434
# -r requirements/base.txt
3535
# -r requirements/test.txt

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cffi==1.14.6
2828
# bcrypt
2929
# cryptography
3030
# pynacl
31-
charset-normalizer==2.0.4
31+
charset-normalizer==2.0.5
3232
# via
3333
# -r requirements/base.txt
3434
# requests
@@ -140,7 +140,7 @@ six==1.16.0
140140
# websocket-client
141141
snowballstemmer==2.1.0
142142
# via sphinx
143-
sphinx==4.1.2
143+
sphinx==4.2.0
144144
# via
145145
# -r requirements/doc.in
146146
# edx-sphinx-theme

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cffi==1.14.6
2323
# bcrypt
2424
# cryptography
2525
# pynacl
26-
charset-normalizer==2.0.4
26+
charset-normalizer==2.0.5
2727
# via
2828
# -r requirements/base.txt
2929
# requests

0 commit comments

Comments
 (0)