Skip to content

Commit

Permalink
Merge branch 'main' into renovate/cryptography-43.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar authored Sep 18, 2024
2 parents 4012918 + fb464a5 commit 0d3dfb7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ fastapi = { extras = ["all"], version = "^0.115.0" }
authlib = "^1.3.0"
cryptography = "^43.0.0"
icalendar = "^5.0.12"
aiofiles = "^23.2.1"
aiofiles = "^24.0.0"
sqlalchemy = { extras = ["asyncpg"], version = "^2.0.30" }
asyncpg = "^0.29.0"
alembic = "^1.13.1"
pyyaml = "^6.0.1"
uvicorn = "^0.29.0"
uvicorn = "^0.30.0"
colorlog = "^6.8.2"
prometheus-fastapi-instrumentator = "^7.0.0"

[tool.poetry.group.prod]
optional = true
[tool.poetry.group.prod.dependencies]
gunicorn = "22.0.0"
gunicorn = "23.0.0"

[tool.poetry.group.dev]
optional = true
Expand Down

0 comments on commit 0d3dfb7

Please sign in to comment.