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

Commit d965113

Browse files
chore: Updating Python Requirements (#827)
1 parent 00d82eb commit d965113

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cffi==1.14.6
1717
# pynacl
1818
charset-normalizer==2.0.4
1919
# via requests
20-
cryptography==3.4.7
20+
cryptography==3.4.8
2121
# via paramiko
2222
distro==1.6.0
2323
# via docker-compose

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ click==8.0.1
3838
# via
3939
# -r requirements/pip-tools.txt
4040
# pip-tools
41-
cryptography==3.4.7
41+
cryptography==3.4.8
4242
# via
4343
# -r requirements/base.txt
4444
# -r requirements/test.txt
@@ -183,7 +183,7 @@ tomli==1.2.1
183183
# via
184184
# -r requirements/pip-tools.txt
185185
# pep517
186-
tox==3.24.1
186+
tox==3.24.3
187187
# via
188188
# -r requirements/dev.in
189189
# tox-battery

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ charset-normalizer==2.0.4
3232
# via
3333
# -r requirements/base.txt
3434
# requests
35-
cryptography==3.4.7
35+
cryptography==3.4.8
3636
# via
3737
# -r requirements/base.txt
3838
# paramiko
@@ -156,7 +156,7 @@ sphinxcontrib-qthelp==1.0.3
156156
# via sphinx
157157
sphinxcontrib-serializinghtml==1.1.5
158158
# via sphinx
159-
stevedore==3.3.0
159+
stevedore==3.4.0
160160
# via doc8
161161
texttable==1.6.4
162162
# via

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ charset-normalizer==2.0.4
2727
# via
2828
# -r requirements/base.txt
2929
# requests
30-
cryptography==3.4.7
30+
cryptography==3.4.8
3131
# via
3232
# -r requirements/base.txt
3333
# paramiko

0 commit comments

Comments
 (0)