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

Commit 7eb6bff

Browse files
chore: Updating Python Requirements (#835)
1 parent acc3f31 commit 7eb6bff

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
@@ -15,7 +15,7 @@ cffi==1.14.6
1515
# bcrypt
1616
# cryptography
1717
# pynacl
18-
charset-normalizer==2.0.5
18+
charset-normalizer==2.0.6
1919
# via requests
2020
cryptography==3.4.8
2121
# via paramiko

requirements/dev.txt

Lines changed: 4 additions & 4 deletions
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.5
32+
charset-normalizer==2.0.6
3333
# via
3434
# -r requirements/base.txt
3535
# -r requirements/test.txt
@@ -103,7 +103,7 @@ pep517==0.11.0
103103
# pip-tools
104104
pexpect==4.8.0
105105
# via -r requirements/test.txt
106-
pip-tools==6.2.0
106+
pip-tools==6.3.0
107107
# via -r requirements/pip-tools.txt
108108
platformdirs==2.3.0
109109
# via virtualenv
@@ -183,7 +183,7 @@ tomli==1.2.1
183183
# via
184184
# -r requirements/pip-tools.txt
185185
# pep517
186-
tox==3.24.3
186+
tox==3.24.4
187187
# via
188188
# -r requirements/dev.in
189189
# tox-battery
@@ -194,7 +194,7 @@ urllib3==1.26.6
194194
# -r requirements/base.txt
195195
# -r requirements/test.txt
196196
# requests
197-
virtualenv==20.7.2
197+
virtualenv==20.8.0
198198
# via tox
199199
websocket-client==0.59.0
200200
# via

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
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.5
31+
charset-normalizer==2.0.6
3232
# via
3333
# -r requirements/base.txt
3434
# requests

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ click==8.0.1
88
# via pip-tools
99
pep517==0.11.0
1010
# via pip-tools
11-
pip-tools==6.2.0
11+
pip-tools==6.3.0
1212
# via -r requirements/pip-tools.in
1313
tomli==1.2.1
1414
# via pep517

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.5
26+
charset-normalizer==2.0.6
2727
# via
2828
# -r requirements/base.txt
2929
# requests

0 commit comments

Comments
 (0)