Update libs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user