Update dependencies
This commit is contained in:
parent
02b420d581
commit
c0b59cf82c
1 changed files with 5 additions and 5 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue