chore: update deps

This commit is contained in:
Benexl
2025-07-04 20:30:33 +03:00
parent 00ff89d14f
commit d106bf7c5d
2 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ dependencies = [
"inquirerpy>=0.3.4",
"lxml>=6.0.0",
"pycryptodome>=3.21.0",
"pydantic>=2.11.7",
"pypresence>=4.3.0",
"requests>=2.32.3",
"rich>=13.9.2",

2
uv.lock generated
View File

@@ -351,6 +351,7 @@ dependencies = [
{ name = "inquirerpy" },
{ name = "lxml" },
{ name = "pycryptodome" },
{ name = "pydantic" },
{ name = "pypresence" },
{ name = "requests" },
{ name = "rich" },
@@ -397,6 +398,7 @@ requires-dist = [
{ name = "plyer", marker = "extra == 'notifications'", specifier = ">=2.1.0" },
{ name = "plyer", marker = "extra == 'standard'", specifier = ">=2.1.0" },
{ name = "pycryptodome", specifier = ">=3.21.0" },
{ name = "pydantic", specifier = ">=2.11.7" },
{ name = "pypresence", specifier = ">=4.3.0" },
{ name = "requests", specifier = ">=2.32.3" },
{ name = "rich", specifier = ">=13.9.2" },