Skip to content

Commit

Permalink
Merge pull request #329 from pyiron/dependabot/pip/paramiko-3.5.0
Browse files Browse the repository at this point in the history
Bump paramiko from 3.4.1 to 3.5.0
  • Loading branch information
jan-janssen authored Sep 22, 2024
2 parents f24004b + e22585f commit 6636a2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- pandas =2.2.3
- pyyaml =6.0.2
- jinja2 =3.1.4
- paramiko =3.4.1
- paramiko =3.5.0
- tqdm =4.66.5
- executorlib =0.0.2
- cloudpickle =3.0.0
Expand Down
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.2.3
- pyyaml =6.0.2
- jinja2 =3.1.4
- paramiko =3.4.1
- paramiko =3.5.0
- tqdm =4.66.5
- executorlib =0.0.2
- cloudpickle =3.0.0
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- pandas =2.2.3
- pyyaml =6.0.2
- jinja2 =3.1.4
- paramiko =3.4.1
- paramiko =3.5.0
- tqdm =4.66.5
- executorlib =0.0.2
- cloudpickle =3.0.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Repository = "https://github.com/pyiron/pysqa"
[project.optional-dependencies]
sge = ["defusedxml==0.7.1"]
remote = [
"paramiko==3.4.1",
"paramiko==3.5.0",
"tqdm==4.66.5",
]
executor = [
Expand Down

0 comments on commit 6636a2c

Please sign in to comment.