We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0010bca commit 2d8df4eCopy full SHA for 2d8df4e
4 files changed
igvm/__init__.py
@@ -1,6 +1,6 @@
1
"""igvm - Main Module
2
3
-Copyright (c) 2024 InnoGames GmbH
+Copyright (c) 2025 InnoGames GmbH
4
"""
5
6
-VERSION = (2, 2, 4)
+VERSION = (2, 2, 5)
requirements-tests.txt
@@ -1,2 +1,2 @@
-r requirements.txt
-mock
+mock
requirements.txt
@@ -1,7 +1,7 @@
-setuptools~=73.0
-adminapi@git+https://github.com/innogames/serveradmin.git@v4.15.0#egg=adminapi
+setuptools~=80.9
+adminapi@git+https://github.com/innogames/serveradmin.git@v4.22.0#egg=adminapi
netaddr~=0.8
-cffi~=1.14
+cffi~=1.17
paramiko~=2.7
Fabric3~=1.14
7
libvirt-python>=7,<=9
setup.py
"""igvm - Setup
from setuptools import setup
0 commit comments