bump aio-q3-rcon dep version

patch bump
This commit is contained in:
2026-03-23 12:16:35 +00:00
parent 4f5272ac32
commit ac5b117e2c
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = ["aio-q3-rcon>=1.0.0", "clypi>=1.8.2"]
dependencies = ["aio-q3-rcon>=1.0.1", "clypi>=1.8.2"]
[project.scripts]
q3rcon-cli = "q3rcon_cli.cli:main"