Skip to content

Commit

Permalink
update poetry.dependencies with python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Nuriakhmetov committed May 3, 2023
1 parent 8186b8d commit b251f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion almatest/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ararat/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = ["boksh <e.bokshitskiy@hh.ru>"]
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 }
Expand Down

0 comments on commit b251f35

Please sign in to comment.