Update dependencies in poetry.lock and pyproject.toml

- Added new packages: annotated-doc (0.0.4), annotated-types (0.7.0), arrow (1.4.0), binaryornot (0.4.4), chardet (5.2.0), charset-normalizer (3.4.4), and websockets (15.0.1).
- Updated rns dependency version to (>=1.0.2,<1.5.0) in both pyproject.toml and uv.lock.
- Updated content hash in poetry.lock for consistency.
This commit is contained in:
2025-11-12 19:07:22 -06:00
parent 9eb9aafd35
commit 5da3be18cb
3 changed files with 1356 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"flet[all] (>=0.28.3,<0.29.0)",
"rns (>=1.0.0,<1.5.0)"
"rns (>=1.0.2,<1.5.0)"
]
[build-system]