Skip to content

Commit

Permalink
build(deps): bump paramiko version (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle authored Sep 17, 2024
1 parent ddeec52 commit 3700c24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bcrypt~=3.2.2
cffi~=1.15.1
cryptography~=39.0.1
paramiko~=2.12.0
paramiko~=3.4.1
pycparser~=2.21
PyNaCl~=1.5.0
PyYAML~=5.4.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# detect incompatibility problems.
# Warning: this package is used as a library, so you should not constrain the versions too much.
install_requires = [
"paramiko < 3.0", # version 3.0.0 is not mature yet (2023-01-22)
"paramiko~= 3.4.1",
"PyYAML < 6.0", # required version for AntaREST
"tinydb < 4.8",
"tqdm < 4.65",
Expand Down

0 comments on commit 3700c24

Please sign in to comment.