Skip to content

Commit 421ca83

Browse files
dependabot[bot]pyiron-runnerjan-janssen
authored
Bump paramiko from 3.5.1 to 4.0.0 (#445)
* Bump paramiko from 3.5.1 to 4.0.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.5.1 to 4.0.0. - [Commits](paramiko/paramiko@3.5.1...4.0.0) --- updated-dependencies: - dependency-name: paramiko dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner <[email protected]> Co-authored-by: Jan Janssen <[email protected]>
1 parent 8051c3d commit 421ca83

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- pandas =2.3.1
1010
- pyyaml =6.0.2
1111
- jinja2 =3.1.6
12-
- paramiko =3.5.1
12+
- paramiko =4.0.0
1313
- tqdm =4.67.1
1414
- jupyter-book =1.0.0
1515
- python =3.12

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- pandas =2.3.1
77
- pyyaml =6.0.2
88
- jinja2 =3.1.6
9-
- paramiko =3.5.1
9+
- paramiko =4.0.0
1010
- tqdm =4.67.1
1111
- hatchling =1.27.0
1212
- hatch-vcs =0.5.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- pandas =2.3.1
77
- pyyaml =6.0.2
88
- jinja2 =3.1.6
9-
- paramiko =3.5.1
9+
- paramiko =4.0.0
1010
- tqdm =4.67.1
1111
- executorlib =0.0.2
1212
- cloudpickle =3.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Repository = "https://github.com/pyiron/pysqa"
4545
[project.optional-dependencies]
4646
sge = ["defusedxml==0.7.1"]
4747
remote = [
48-
"paramiko==3.5.1",
48+
"paramiko==4.0.0",
4949
"tqdm==4.67.1",
5050
]
5151
twofactor = ["pyauthenticator==0.2.1"]

0 commit comments

Comments
 (0)