From 0966db18a849d5fd6747b07813cdac1ee4ea21e0 Mon Sep 17 00:00:00 2001 From: Martin Wacker Date: Tue, 2 Jan 2024 09:59:55 +0100 Subject: [PATCH] chore: updated dependencies --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 85442744..c42e97d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,21 +6,21 @@ authors = ["Ynput "] [tool.poetry.dependencies] python = "^3.10" -aiofiles = "^23.1.0" +aiofiles = "^23.2.1" aioshutil = "^1.3" asyncpg = "^0.29.0" codenamize = "^1.2.3" email-validator = "^1.1.3" -fastapi = "^0.104" -geoip2 = "^4.6.0" +fastapi = "^0.106" +geoip2 = "^4.8.0" gunicorn = "^21.2" -httpx = "^0.23" +httpx = "^0.26" nxtools = "^1.6" orjson = "^3.8.6" psutil = "^5.9.4" pydantic = "1.10.12" # 1.10.12 is the last 1.x version pyyaml = "^6.0.1" -redis = "^4.5.5" +redis = "^5.0.1" rich = "^13.4.2" shortuuid = "^1.0.11" strawberry-graphql = {extras = ["fastapi"], version = "^0.217.0"} @@ -30,12 +30,12 @@ user-agents = "^2.2.0" uvicorn = {extras = ["standard"], version = "^0.25"} semver = "^3.0.1" pyjwt = "^2.8.0" -cryptography = "^41.0.5" +cryptography = "^41.0.7" [tool.poetry.dev-dependencies] pytest = "^7.0.0" pytest-order = "^1.0.1" -ruff = "^0.0.267" +ruff = "^0.1.9" black = {version = "^22.1.0", allow-prereleases = true} mypy = "^1.8" pre-commit = "^2.20.0"