Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump paramiko from 2.7.1 to 3.4.0 in /requirements #84

Open
wants to merge 1 commit into
base: juniper
Choose a base branch
from
Open
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
15 changes: 7 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,26 @@
#
attrs==19.3.0
# via jsonschema
bcrypt==3.1.7
bcrypt==4.1.2
# via paramiko
cached-property==1.5.1
# via docker-compose
certifi==2020.4.5.1
# via requests
cffi==1.14.0
# via
# bcrypt
# cryptography
# pynacl
chardet==3.0.4
# via requests
cryptography==3.3.2
# via paramiko
docker[ssh]==4.2.0
# via
# docker
# docker-compose
docker-compose==1.25.5
# via -r base.in
docker[ssh]==4.2.0
# via docker-compose
dockerpty==0.4.1
# via docker-compose
docopt==0.6.2
Expand All @@ -33,11 +34,11 @@ idna==2.9
# via requests
jsonschema==3.2.0
# via docker-compose
paramiko==2.7.1
paramiko==3.4.0
# via docker
pycparser==2.20
# via cffi
pynacl==1.3.0
pynacl==1.5.0
# via paramiko
pyrsistent==0.16.0
# via jsonschema
Expand All @@ -51,13 +52,11 @@ requests==2.23.0
# docker-compose
six==1.14.0
# via
# bcrypt
# cryptography
# docker
# docker-compose
# dockerpty
# jsonschema
# pynacl
# pyrsistent
# websocket-client
texttable==1.6.2
Expand Down
Loading