Skip to content

Commit 8ee6642

Browse files
committed
Update libraries
1 parent 4675b41 commit 8ee6642

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ aiocache = "^0.12.3"
3232
cryptography = "^46.0.4"
3333
sqlalchemy = "^2.0.46"
3434
pillow = "^12.1.0"
35-
fastapi = "^0.128.3"
35+
fastapi = "^0.128.5"
3636
sse-starlette = "^3.2.0"
3737
fastapi-mail = "^1.6.1"
3838
sentry-sdk = "^2.50.0"
39-
fastapi-pagination = "^0.15.9"
39+
fastapi-pagination = "^0.15.10"
4040
redis = "^7.1.0"
4141
pydantic = "^2.12.5"
4242
alembic = "^1.18.3"
43-
strawberry-graphql = "^0.291.2"
43+
strawberry-graphql = "^0.291.3"
4444
markdown = "^3.10.1"
4545
bleach = "^6.3.0"
4646
aiofiles = "^25.1.0"
@@ -52,8 +52,8 @@ pre-commit = "^4.5.1"
5252
[tool.poetry.group.test.dependencies]
5353
pytest = "^9.0.2"
5454
pytest-asyncio = "^1.3.0"
55-
faker = "^40.1.2"
5655
pytest-cov = "^7.0.0"
56+
faker = "^40.4.0"
5757

5858
[build-system]
5959
requires = ["poetry-core"]

0 commit comments

Comments
 (0)