From c5d64f7c18f60740829ec7f1abac65aa184e2b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kr=C3=B6ger?= Date: Fri, 3 Jan 2025 14:22:09 +0100 Subject: [PATCH] Update adminapi and paramiko dependencies --- igvm/__init__.py | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/igvm/__init__.py b/igvm/__init__.py index b96ec0c8..ff0ada8d 100644 --- a/igvm/__init__.py +++ b/igvm/__init__.py @@ -1,6 +1,6 @@ """igvm - Main Module -Copyright (c) 2024 InnoGames GmbH +Copyright (c) 2025 InnoGames GmbH """ -VERSION = (2, 2, 4) +VERSION = (2, 3, 0) diff --git a/requirements.txt b/requirements.txt index 57e7750e..44a452f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ setuptools~=73.0 -adminapi@git+https://github.com/innogames/serveradmin.git@v4.15.0#egg=adminapi +adminapi@git+https://github.com/innogames/serveradmin.git@v4.20.0#egg=adminapi netaddr~=0.8 cffi~=1.14 -paramiko~=2.7 +paramiko>=2.7,<=4 Fabric3~=1.14 libvirt-python>=7,<=9 jinja2~=2.11