Skip to content

Commit 2d8df4e

Browse files
committed
Update dependencies and bump version
1 parent 0010bca commit 2d8df4e

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

igvm/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""igvm - Main Module
22
3-
Copyright (c) 2024 InnoGames GmbH
3+
Copyright (c) 2025 InnoGames GmbH
44
"""
55

6-
VERSION = (2, 2, 4)
6+
VERSION = (2, 2, 5)

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
-r requirements.txt
2-
mock
2+
mock

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
setuptools~=73.0
2-
adminapi@git+https://github.com/innogames/serveradmin.git@v4.15.0#egg=adminapi
1+
setuptools~=80.9
2+
adminapi@git+https://github.com/innogames/serveradmin.git@v4.22.0#egg=adminapi
33
netaddr~=0.8
4-
cffi~=1.14
4+
cffi~=1.17
55
paramiko~=2.7
66
Fabric3~=1.14
77
libvirt-python>=7,<=9

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""igvm - Setup
22
3-
Copyright (c) 2024 InnoGames GmbH
3+
Copyright (c) 2025 InnoGames GmbH
44
"""
55

66
from setuptools import setup

0 commit comments

Comments
 (0)