Skip to content

Commit

Permalink
Merge pull request #249 from pyiron/dependabot/pip/paramiko-3.4.0
Browse files Browse the repository at this point in the history
Bump paramiko from 3.3.1 to 3.4.0
  • Loading branch information
jan-janssen authored Dec 25, 2023
2 parents 3ddb303 + a52f3c4 commit 52d5808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- pandas =2.1.4
- pyyaml =6.0.1
- jinja2 =3.1.2
- paramiko =3.3.1
- paramiko =3.4.0
- tqdm =4.66.1
- pympipool =0.7.9
- cloudpickle =3.0.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Repository = "https://github.com/pyiron/pysqa"
[project.optional-dependencies]
sge = ["defusedxml==0.7.1"]
remote = [
"paramiko==3.3.1",
"paramiko==3.4.0",
"tqdm==4.66.1",
]
executor = [
Expand Down

0 comments on commit 52d5808

Please sign in to comment.