version-bump
This commit is contained in:
parent
84dad8998f
commit
4ddc424f29
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ venv
|
||||||
__pycache__
|
__pycache__
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
|
poetry.lock
|
||||||
|
|
|
@ -9,17 +9,17 @@ description = "Inbox server for discours.io"
|
||||||
authors = ["Tony Rewin <anton.rewin@gmail.com>"]
|
authors = ["Tony Rewin <anton.rewin@gmail.com>"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.12"
|
||||||
sentry-sdk = "^1.4.3"
|
sentry-sdk = "^1.32.0"
|
||||||
redis = {extras = ["hiredis"], version = "^3.5.3"}
|
redis = {extras = ["hiredis"], version = "^5.0.1"}
|
||||||
ariadne = "^0.13.0"
|
ariadne = "^0.20.1"
|
||||||
starlette = "^0.14.2"
|
starlette = "^0.31.1"
|
||||||
uvicorn = "^0.15.0"
|
uvicorn = "^0.23.0"
|
||||||
httpx = "^0.18.2"
|
httpx = "^0.25.0"
|
||||||
itsdangerous = "^2.0.1"
|
itsdangerous = "^2.1.2"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
pytest = "^6.2.5"
|
pytest = "^7.4.2"
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
|
|
Loading…
Reference in New Issue
Block a user