version-bump

This commit is contained in:
Untone 2023-10-14 15:09:40 +03:00
parent 84dad8998f
commit 4ddc424f29
2 changed files with 11 additions and 10 deletions

3
.gitignore vendored
View File

@ -2,4 +2,5 @@ venv
.DS_Store
__pycache__
.idea
.vscode
.vscode
poetry.lock

View File

@ -9,17 +9,17 @@ description = "Inbox server for discours.io"
authors = ["Tony Rewin <anton.rewin@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.8"
sentry-sdk = "^1.4.3"
redis = {extras = ["hiredis"], version = "^3.5.3"}
ariadne = "^0.13.0"
starlette = "^0.14.2"
uvicorn = "^0.15.0"
httpx = "^0.18.2"
itsdangerous = "^2.0.1"
python = "^3.12"
sentry-sdk = "^1.32.0"
redis = {extras = ["hiredis"], version = "^5.0.1"}
ariadne = "^0.20.1"
starlette = "^0.31.1"
uvicorn = "^0.23.0"
httpx = "^0.25.0"
itsdangerous = "^2.1.2"
[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
pytest = "^7.4.2"
[tool.black]
line-length = 120