Update dependencies

This commit is contained in:
codeking 2025-12-17 13:12:36 +01:00
parent 02b420d581
commit c0b59cf82c

View file

@ -12,13 +12,13 @@ classifiers = [
"Operating System :: POSIX :: Linux",
]
dependencies = [
"cryptography ~= 44.0.1",
"dataclasses-json ~= 0.6.4",
"marshmallow ~= 3.21.1",
"psutil ~= 5.9.8",
"cryptography ~= 46.0.3",
"dataclasses-json ~= 0.6.7",
"marshmallow ~= 3.26.1",
"psutil ~= 7.1.3",
"pysocks ~= 1.7.1",
"python-dateutil ~= 2.9.0.post0",
"requests ~= 2.32.0",
"requests ~= 2.32.5",
]
[project.urls]