Skip to content

Commit

Permalink
Update adminapi and paramiko dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kofrezo committed Jan 3, 2025
1 parent 951d9cd commit 1ccdc2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion igvm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Copyright (c) 2024 InnoGames GmbH
"""

VERSION = (2, 2, 4)
VERSION = (2, 2, 5)
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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.17.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
Expand Down

0 comments on commit 1ccdc2e

Please # to comment.