Update libs

This commit is contained in:
Eugene Morozov
2024-05-28 11:04:42 +03:00
parent 5e982efacf
commit 777009917e
7 changed files with 257 additions and 275 deletions

View File

@@ -8,11 +8,11 @@ packages = [
]
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.12"
schedule = "^1.1.0"
boto3 = "^1.20.51"
pytz = "^2023.3"
pyzstd = "^0.15.3"
pytz = "^2024.1"
pyzstd = "^0.16.0"
[tool.poetry.dev-dependencies]
pre-commit = "^3.3.1"
@@ -22,7 +22,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 90
line-length = 100
[tool.isort]
profile = "black"