Skip to content

Commit

Permalink
Release: Update paramiko
Browse files Browse the repository at this point in the history
  • Loading branch information
bari12 committed Dec 20, 2023
1 parent 6cd29f6 commit b3eac40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tabulate~=0.8.0 # Pretty-print tabul
jsonschema~=3.2.0 # For JSON schema validation (Policy modules)

# All dependencies needed in extras for rucio client (and server/daemons) should be defined here
paramiko~=2.10.3 # ssh_extras; SSH2 protocol library (also needed in the server) Race condition before 2.10.1 (https://github.com/advisories/GHSA-f8q4-jwww-x3wv)
paramiko~=3.4.0 # ssh_extras; SSH2 protocol library (also needed in the server) Race condition before 2.10.1 (https://github.com/advisories/GHSA-f8q4-jwww-x3wv)
kerberos~=1.3.1 # kerberos_extras for client and server
pykerberos~=1.2.1 # kerberos_extras for client and server
requests-kerberos>=0.12.0 # kerberos_extras for client and server
Expand Down

0 comments on commit b3eac40

Please sign in to comment.