Skip to content

Commit a00cbea

Browse files
committed
Update libraries
1 parent f96daf7 commit a00cbea

2 files changed

Lines changed: 57 additions & 35 deletions

File tree

poetry.lock

Lines changed: 51 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cryptography = "^47.0.0"
3333
sqlalchemy = "^2.0.49"
3434
pillow = "^12.2.0"
3535
fastapi = "^0.136.1"
36-
sse-starlette = "^3.4.2"
36+
sse-starlette = "^3.4.3"
3737
fastapi-mail = "^1.6.4"
3838
sentry-sdk = "^2.59.0"
3939
fastapi-pagination = "^0.15.12"
@@ -45,6 +45,10 @@ markdown = "^3.10.2"
4545
bleach = "^6.3.0"
4646
aiofiles = "^25.1.0"
4747
dramatiq = {extras = ["rabbitmq"], version = "^2.1.0"}
48+
urllib3 = "^2.7.0"
49+
python-dotenv = "^1.2.2"
50+
filelock = "^3.29.0"
51+
virtualenv = "^21.3.2"
4852

4953
[tool.poetry.group.dev.dependencies]
5054
pre-commit = "^4.6.0"
@@ -54,6 +58,7 @@ pytest = "^9.0.3"
5458
pytest-asyncio = "^1.3.0"
5559
pytest-cov = "^7.1.0"
5660
faker = "^40.15.0"
61+
pygments = "^2.20.0"
5762

5863
[build-system]
5964
requires = ["poetry-core"]

0 commit comments

Comments
 (0)