Skip to content

Commit 316d5c2

Browse files
Bump paramiko from 2.11.0 to 3.4.0
Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.11.0 to 3.4.0. - [Commits](paramiko/paramiko@2.11.0...3.4.0) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d940fd6 commit 316d5c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fixed-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ decorator==4.4.2
3939
oslo.config>=1.12.1,<1.13
4040
oslo.utils<5.0,>=4.0.0
4141
# paramiko 2.11.0 is needed by cryptography > 37.0.0
42-
paramiko==2.11.0
42+
paramiko==3.4.0
4343
passlib==1.7.4
4444
prompt-toolkit==1.0.15
4545
pyinotify==0.9.6 ; platform_system=="Linux"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ orjson==3.5.2
4040
orquesta@ git+https://github.com/StackStorm/orquesta.git@v1.6.0
4141
oslo.config>=1.12.1,<1.13
4242
oslo.utils<5.0,>=4.0.0
43-
paramiko==2.11.0
43+
paramiko==3.4.0
4444
passlib==1.7.4
4545
prettytable==2.1.0
4646
prompt-toolkit==1.0.15

st2common/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ networkx<3
2929
orjson==3.5.2
3030
orquesta@ git+https://github.com/StackStorm/orquesta.git@v1.6.0
3131
oslo.config>=1.12.1,<1.13
32-
paramiko==2.11.0
32+
paramiko==3.4.0
3333
pyOpenSSL==23.1.0
3434
pymongo==3.11.3
3535
python-dateutil==2.8.1

0 commit comments

Comments
 (0)