Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cffi==1.14.6
# pynacl
charset-normalizer==2.0.4
# via requests
cryptography==3.4.7
cryptography==3.4.8
# via paramiko
distro==1.6.0
# via docker-compose
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ click==8.0.1
# via
# -r requirements/pip-tools.txt
# pip-tools
cryptography==3.4.7
cryptography==3.4.8
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -183,7 +183,7 @@ tomli==1.2.1
# via
# -r requirements/pip-tools.txt
# pep517
tox==3.24.1
tox==3.24.3
# via
# -r requirements/dev.in
# tox-battery
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ charset-normalizer==2.0.4
# via
# -r requirements/base.txt
# requests
cryptography==3.4.7
cryptography==3.4.8
# via
# -r requirements/base.txt
# paramiko
Expand Down Expand Up @@ -156,7 +156,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
stevedore==3.3.0
stevedore==3.4.0
# via doc8
texttable==1.6.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ charset-normalizer==2.0.4
# via
# -r requirements/base.txt
# requests
cryptography==3.4.7
cryptography==3.4.8
# via
# -r requirements/base.txt
# paramiko
Expand Down