diff --git a/poetry.lock b/poetry.lock index a5ec509..19e07c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -152,15 +152,18 @@ license = ["ukkonen"] [[package]] name = "isort" -version = "5.13.1" +version = "5.13.2" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.8.0" files = [ - {file = "isort-5.13.1-py3-none-any.whl", hash = "sha256:56a51732c25f94ca96f6721be206dd96a95f42950502eb26c1015d333bc6edb7"}, - {file = "isort-5.13.1.tar.gz", hash = "sha256:aaed790b463e8703fb1eddb831dfa8e8616bacde2c083bd557ef73c8189b7263"}, + {file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"}, + {file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"}, ] +[package.extras] +colors = ["colorama (>=0.4.6)"] + [[package]] name = "mccabe" version = "0.7.0" @@ -516,4 +519,4 @@ testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7 [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "7e6a31e95e8a82467633e6aff43a43786dede499f1e17bd71be33eb0b9cfb78c" +content-hash = "b3adc18c31596732e5b17bfe55c6821438204af1f955696e32fba68d4876adc8" diff --git a/pyproject.toml b/pyproject.toml index 3b481ac..602c9d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ TgCrypto = "^1.2.5" black = "^23.12.0" pylint = "^3.0.3" pre-commit = "^3.5.0" -isort = "^5.13.1" +isort = "^5.13.2" pyclean = "^2.7.6" [build-system]