Skip to content

Commit

Permalink
Dependencies: Update requirement paramiko~=3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Aug 19, 2024
1 parent fb36862 commit ac616ab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- kiwipy[rmq]~=0.8.4
- importlib-metadata~=6.0
- numpy~=1.21
- paramiko>=2.7.2,~=2.7
- paramiko~=3.0
- plumpy~=0.22.3
- pgsu~=0.3.0
- psutil~=5.6
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
'kiwipy[rmq]~=0.8.4',
'importlib-metadata~=6.0',
'numpy~=1.21',
'paramiko~=2.7,>=2.7.2',
'paramiko~=3.0',
'plumpy~=0.22.3',
'pgsu~=0.3.0',
'psutil~=5.6',
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ palettable==3.3.3
pamqp==3.3.0
pandas==2.0.2
pandocfilters==1.5.0
paramiko==2.12.0
paramiko==3.4.1
parso==0.8.3
pexpect==4.8.0
pg8000==1.29.8
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ palettable==3.3.3
pamqp==3.3.0
pandas==2.0.2
pandocfilters==1.5.0
paramiko==2.12.0
paramiko==3.4.1
parso==0.8.3
pexpect==4.8.0
pg8000==1.29.8
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ palettable==3.3.3
pamqp==3.3.0
pandas==2.1.1
pandocfilters==1.5.0
paramiko==2.12.0
paramiko==3.4.1
parso==0.8.3
pexpect==4.8.0
pg8000==1.30.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ palettable==3.3.3
pamqp==3.3.0
pandas==2.0.2
pandocfilters==1.5.0
paramiko==2.12.0
paramiko==3.4.1
parso==0.8.3
pexpect==4.8.0
pg8000==1.29.8
Expand Down

0 comments on commit ac616ab

Please sign in to comment.