diff --git a/.gitignore b/.gitignore index c7ea411..fde4dab 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ venv .DS_Store __pycache__ .idea -.vscode \ No newline at end of file +.vscode +poetry.lock diff --git a/pyproject.toml b/pyproject.toml index 486139e..480e5c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,17 +9,17 @@ description = "Inbox server for discours.io" authors = ["Tony Rewin "] [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