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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ cffi==1.14.6
# bcrypt
# cryptography
# pynacl
charset-normalizer==2.0.3
charset-normalizer==2.0.4
# via requests
cryptography==3.4.7
# via paramiko
distro==1.5.0
distro==1.6.0
# via docker-compose
docker[ssh]==5.0.0
# via docker-compose
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cffi==1.14.6
# bcrypt
# cryptography
# pynacl
charset-normalizer==2.0.3
charset-normalizer==2.0.4
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -45,7 +45,7 @@ cryptography==3.4.7
# paramiko
distlib==0.3.2
# via virtualenv
distro==1.5.0
distro==1.6.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -105,7 +105,7 @@ pexpect==4.8.0
# via -r requirements/test.txt
pip-tools==6.2.0
# via -r requirements/pip-tools.txt
platformdirs==2.1.0
platformdirs==2.2.0
# via virtualenv
pluggy==0.13.1
# via
Expand Down Expand Up @@ -179,11 +179,11 @@ toml==0.10.2
# -r requirements/test.txt
# pytest
# tox
tomli==1.1.0
tomli==1.2.0
# via
# -r requirements/pip-tools.txt
# pep517
tox==3.24.0
tox==3.24.1
# via
# -r requirements/dev.in
# tox-battery
Expand All @@ -194,7 +194,7 @@ urllib3==1.26.6
# -r requirements/base.txt
# -r requirements/test.txt
# requests
virtualenv==20.6.0
virtualenv==20.7.0
# via tox
websocket-client==0.59.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bcrypt==3.2.0
# via
# -r requirements/base.txt
# paramiko
bleach==3.3.1
bleach==4.0.0
# via readme-renderer
certifi==2021.5.30
# via
Expand All @@ -28,15 +28,15 @@ cffi==1.14.6
# bcrypt
# cryptography
# pynacl
charset-normalizer==2.0.3
charset-normalizer==2.0.4
# via
# -r requirements/base.txt
# requests
cryptography==3.4.7
# via
# -r requirements/base.txt
# paramiko
distro==1.5.0
distro==1.6.0
# via
# -r requirements/base.txt
# docker-compose
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pep517==0.11.0
# via pip-tools
pip-tools==6.2.0
# via -r requirements/pip-tools.in
tomli==1.1.0
tomli==1.2.0
# via pep517
wheel==0.36.2
# via pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ cffi==1.14.6
# bcrypt
# cryptography
# pynacl
charset-normalizer==2.0.3
charset-normalizer==2.0.4
# via
# -r requirements/base.txt
# requests
cryptography==3.4.7
# via
# -r requirements/base.txt
# paramiko
distro==1.5.0
distro==1.6.0
# via
# -r requirements/base.txt
# docker-compose
Expand Down