diff options
| author | K900 <me@0upti.me> | 2024-06-27 11:45:52 +0300 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-06-29 16:53:57 -0400 |
| commit | 6cd4fb5553e4e0cb89834743286ec91fa8a02731 (patch) | |
| tree | 9bde242a684c745d0e2fd530a047af019d41740c /backend/pyproject.toml | |
| parent | a3143c11a88ed77051b230549d3aa37a1b18eb46 (diff) | |
| download | decky-loader-6cd4fb5553e4e0cb89834743286ec91fa8a02731.tar.gz decky-loader-6cd4fb5553e4e0cb89834743286ec91fa8a02731.zip | |
backend: update all dependencies to latest
Diffstat (limited to 'backend/pyproject.toml')
| -rw-r--r-- | backend/pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 60a030a7..0d5b65b0 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -16,13 +16,13 @@ python = ">=3.10,<3.13" aiohttp = "^3.9.5" aiohttp-jinja2 = "^1.5.1" aiohttp-cors = "^0.7.0" -watchdog = "^2.1.7" +watchdog = "^4" certifi = "*" -packaging = "^23.2" +packaging = "^24" multidict = "^6.0.5" [tool.poetry.group.dev.dependencies] -pyinstaller = "^5.13.0" +pyinstaller = "^6.8.0" pyright = "^1.1.335" [tool.poetry.scripts] |
