diff options
author | pmikus <peter.mikus@protonmail.ch> | 2024-08-14 12:29:21 +0200 |
---|---|---|
committer | pmikus <peter.mikus@protonmail.ch> | 2024-08-14 12:29:21 +0200 |
commit | b72e0a414f6f7519c5814212afb6eb7ecc0fede5 (patch) | |
tree | 165e89c7e623f9ef3541be2efe406c4a0a762359 | |
parent | 660e5d29309cf1005a97014632e0a4f1864ea4ad (diff) |
fix(core): Requirements bump
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Change-Id: I123295851d6d8a8bdfcf8fd0d3e68de8aad38965
-rw-r--r-- | fdio.infra.ansible/roles/python_env/tasks/main.yaml | 2 | ||||
-rw-r--r-- | requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fdio.infra.ansible/roles/python_env/tasks/main.yaml b/fdio.infra.ansible/roles/python_env/tasks/main.yaml index 3e76b6edad..29d9b963ca 100644 --- a/fdio.infra.ansible/roles/python_env/tasks/main.yaml +++ b/fdio.infra.ansible/roles/python_env/tasks/main.yaml @@ -21,7 +21,7 @@ ansible.builtin.pip: name: - "ecdsa==0.19.0" - - "paramiko==3.4.0" + - "paramiko==3.4.1" - "pycryptodome==3.20.0" - "python-dateutil==2.9.0" - "PyYAML==6.0.1" diff --git a/requirements.txt b/requirements.txt index c038cd5a73..bbb546af25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ # # CSIT Core dependencies ecdsa==0.19.0 -paramiko==3.4.0 +paramiko==3.4.1 pycryptodome==3.20.0 python-dateutil==2.9.0 PyYAML==6.0.1 |