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

Commit 6e09d89

Browse files
chore: Updating Python Requirements (#897)
1 parent b5e428f commit 6e09d89

4 files changed

Lines changed: 4 additions & 4 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.15.0
1515
# bcrypt
1616
# cryptography
1717
# pynacl
18-
charset-normalizer==2.0.10
18+
charset-normalizer==2.0.11
1919
# via requests
2020
cryptography==36.0.1
2121
# via paramiko

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cffi==1.15.0
2727
# bcrypt
2828
# cryptography
2929
# pynacl
30-
charset-normalizer==2.0.10
30+
charset-normalizer==2.0.11
3131
# via
3232
# -r requirements/base.txt
3333
# -r requirements/test.txt

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cffi==1.15.0
2828
# bcrypt
2929
# cryptography
3030
# pynacl
31-
charset-normalizer==2.0.10
31+
charset-normalizer==2.0.11
3232
# via
3333
# -r requirements/base.txt
3434
# requests

requirements/test.txt

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

0 commit comments

Comments
 (0)