fix: update content-hash in poetry.lock and adjust types-deprecated version in pyproject.toml

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN- 2025-03-05 15:17:18 +08:00
parent 94c07bfc46
commit a581029374
No known key found for this signature in database
GPG Key ID: 6BA0D108DED011FF
2 changed files with 2 additions and 2 deletions

2
api/poetry.lock generated
View File

@ -10175,4 +10175,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.11,<3.13"
content-hash = "549e93fb852bdb304a46ca1e186d5adf2de51cbd30416ae115f87f9794fabdc4"
content-hash = "e41d1dd9d5892d48e896cb485d44cf0cd2f1c7a012eb9d656708d010dca0a51c"

View File

@ -151,7 +151,7 @@ pytest-benchmark = "~4.0.0"
pytest-env = "~1.1.3"
pytest-mock = "~3.14.0"
types-beautifulsoup4 = "~4.12.0.20241020"
types-deprecated = "^1.2.15.20250304"
types-deprecated = "~1.2.15.20250304"
types-flask-cors = "~5.0.0.20240902"
types-flask-migrate = "~4.1.0.20250112"
types-html5lib = "~1.1.11.20241018"