From b251f35ee2fa15efbe2106520d55ec6703342c73 Mon Sep 17 00:00:00 2001 From: Denis Nuriakhmetov Date: Wed, 3 May 2023 11:51:20 +0300 Subject: [PATCH] update poetry.dependencies with python version --- almatest/pyproject.toml | 2 +- ararat/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/almatest/pyproject.toml b/almatest/pyproject.toml index 5449d74..b9d2a91 100644 --- a/almatest/pyproject.toml +++ b/almatest/pyproject.toml @@ -13,7 +13,7 @@ packages = [ ] [tool.poetry.dependencies] -python = ">=3.8,<=3.11" +python = ">=3.8,<=3.12" pytest = "^7.2.0" pytest-asyncio = "^0.20.1" testcontainers = "^3.7.0" diff --git a/ararat/pyproject.toml b/ararat/pyproject.toml index 9b4bdc3..7635ace 100644 --- a/ararat/pyproject.toml +++ b/ararat/pyproject.toml @@ -10,7 +10,7 @@ authors = ["boksh "] readme = "README.md" [tool.poetry.dependencies] -python = ">=3.8,<=3.11" +python = ">=3.8,<=3.12" pytz = "^2022.6" sqlalchemy = { version = "^1.4.44", optional = true } sqlalchemy-stubs = { version = "^0.4", optional = true }