diff options
| author | Eddy Pedroni <epedroni@pm.me> | 2026-01-17 18:55:03 +0100 |
|---|---|---|
| committer | Eddy Pedroni <epedroni@pm.me> | 2026-01-17 18:55:03 +0100 |
| commit | ff1d708b142624f72ebe5af055c57536ddd6f9d5 (patch) | |
| tree | 818218f75ced0a97865c84be51295942137f84c2 /web-project/pyproject.toml | |
| parent | a57dafd2683623732d87f3c97e94c09a2f87c7fd (diff) | |
Update libraries for python 3.14
Diffstat (limited to 'web-project/pyproject.toml')
| -rw-r--r-- | web-project/pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web-project/pyproject.toml b/web-project/pyproject.toml index 44e5412..7320d37 100644 --- a/web-project/pyproject.toml +++ b/web-project/pyproject.toml @@ -10,9 +10,9 @@ authors = [ description = "A NiceGUI-based web frontend for the solo_tool library" requires-python = ">=3.13" dependencies = [ - "nicegui==2.11.1", + "nicegui==3.5.0", "click==8.2.1", - "requests==2.32.4", + "requests==2.32.5", "solo_tool>=2.0", "python-slugify==8.0.4" ] |
