Skip to content

Commit

Permalink
Merge pull request #321 from pyiron/dependabot/pip/paramiko-3.4.1
Browse files Browse the repository at this point in the history
Bump paramiko from 3.4.0 to 3.4.1
  • Loading branch information
jan-janssen authored Aug 14, 2024
2 parents b696720 + 9f3f777 commit 4949779
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.2
- pyyaml =6.0.2
- jinja2 =3.1.4
- paramiko =3.4.0
- paramiko =3.4.1
- tqdm =4.66.5
- executorlib =0.0.1
- 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.2
- pyyaml =6.0.2
- jinja2 =3.1.4
- paramiko =3.4.0
- paramiko =3.4.1
- tqdm =4.66.5
- executorlib =0.0.1
- 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.2
- pyyaml =6.0.2
- jinja2 =3.1.4
- paramiko =3.4.0
- paramiko =3.4.1
- tqdm =4.66.5
- executorlib =0.0.1
- 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.0",
"paramiko==3.4.1",
"tqdm==4.66.5",
]
executor = [
Expand Down

0 comments on commit 4949779

Please sign in to comment.