Skip to content

Commit

Permalink
Upgrade to paramiko 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Dec 20, 2023
1 parent ec3e9f9 commit 4bac8b9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 23 deletions.
10 changes: 5 additions & 5 deletions requirements/developer.pip
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/developer.pip requirements/developer.in
#
-e file:.#egg=Flintrock
# via -r requirements/user.pip
bcrypt==4.0.1
bcrypt==4.1.2
# via
# -r requirements/user.pip
# paramiko
Expand All @@ -29,11 +29,11 @@ click==8.1.7
# via
# -r requirements/user.pip
# flintrock
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# coverage
# pytest-cov
cryptography==41.0.5
cryptography==41.0.7
# via
# -r requirements/user.pip
# paramiko
Expand All @@ -52,7 +52,7 @@ mccabe==0.7.0
# via flake8
packaging==23.2
# via pytest
paramiko==3.3.1
paramiko==3.4.0
# via
# -r requirements/user.pip
# flintrock
Expand Down
22 changes: 9 additions & 13 deletions requirements/maintainer.pip
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/maintainer.pip requirements/maintainer.in
Expand All @@ -10,7 +10,7 @@ altgraph==0.17.4
# via
# macholib
# pyinstaller
bcrypt==4.0.1
bcrypt==4.1.2
# via
# -r requirements/developer.pip
# paramiko
Expand Down Expand Up @@ -39,12 +39,12 @@ click==8.1.7
# via
# -r requirements/developer.pip
# flintrock
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# -r requirements/developer.pip
# coverage
# pytest-cov
cryptography==41.0.5
cryptography==41.0.7
# via
# -r requirements/developer.pip
# paramiko
Expand All @@ -58,11 +58,9 @@ flake8==6.1.0
# via -r requirements/developer.pip
idna==3.6
# via requests
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# build
# keyring
# pyinstaller
# twine
importlib-resources==6.1.1
# via keyring
Expand Down Expand Up @@ -91,15 +89,15 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
nh3==0.2.15
# via readme-renderer
packaging==23.2
# via
# -r requirements/developer.pip
# build
# pyinstaller
# pytest
paramiko==3.3.1
paramiko==3.4.0
# via
# -r requirements/developer.pip
# flintrock
Expand Down Expand Up @@ -127,7 +125,7 @@ pygments==2.17.2
# rich
pyinstaller==6.2.0
# via -r requirements/maintainer.in
pyinstaller-hooks-contrib==2023.10
pyinstaller-hooks-contrib==2023.11
# via pyinstaller
pynacl==1.5.0
# via
Expand Down Expand Up @@ -189,9 +187,7 @@ urllib3==1.26.18
wheel==0.42.0
# via -r requirements/maintainer.in
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
8 changes: 4 additions & 4 deletions requirements/user.pip
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/user.pip requirements/user.in
#
-e file:.#egg=Flintrock
# via -r requirements/user.in
bcrypt==4.0.1
bcrypt==4.1.2
# via paramiko
boto3==1.29.4
# via flintrock
Expand All @@ -21,13 +21,13 @@ cffi==1.16.0
# pynacl
click==8.1.7
# via flintrock
cryptography==41.0.5
cryptography==41.0.7
# via paramiko
jmespath==1.0.1
# via
# boto3
# botocore
paramiko==3.3.1
paramiko==3.4.0
# via flintrock
pycparser==2.21
# via cffi
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
'boto3 == 1.29.4',
'botocore == 1.32.4',
'click == 8.1.7',
'paramiko == 3.3.1',
'paramiko == 3.4.0',
'PyYAML == 6.0.1',
],

Expand Down

0 comments on commit 4bac8b9

Please sign in to comment.