This commit is contained in:
@@ -6,18 +6,18 @@ authors = ["Tony Rewin <anton.rewin@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
sentry-sdk = "^1.39.1"
|
||||
redis = { extras = ["hiredis"], version = "^5.0.1" }
|
||||
ariadne = "^0.21"
|
||||
starlette = "^0.36.1"
|
||||
sentry-sdk = "^1.44.1"
|
||||
redis = "^5.0.3"
|
||||
ariadne = "^0.23.0"
|
||||
starlette = "^0.37.2"
|
||||
itsdangerous = "^2.1.2"
|
||||
aiohttp = "^3.9.1"
|
||||
aiohttp = "^3.9.3"
|
||||
requests = "^2.31.0"
|
||||
granian = "^1.0.1"
|
||||
pre-commit = "^3.6.0"
|
||||
granian = "^1.2.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
ruff = "^0.2.1"
|
||||
pre-commit = "^3.6.0"
|
||||
ruff = "^0.3.5"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
Reference in New Issue
Block a user