From 4ddc424f2974b6cee41c9141b622c75fc0525ce8 Mon Sep 17 00:00:00 2001 From: Untone Date: Sat, 14 Oct 2023 15:09:40 +0300 Subject: [PATCH] version-bump --- .gitignore | 3 ++- pyproject.toml | 18 +++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) 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