diff --git a/poetry.lock b/poetry.lock index c15018c8..7e19b864 100644 --- a/poetry.lock +++ b/poetry.lock @@ -623,15 +623,18 @@ files = [ [[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 = "markupsafe" version = "2.1.3" @@ -1435,4 +1438,4 @@ aiohttp = ["aiohttp", "aiohttp-sse-client"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "8828dd4521f913c567a922c4c721f56ba128bea8bcbfbbc514870a6a9f231ba8" +content-hash = "c0c18a0560f761040eb26b5dd392e9e93a1ff51b996dcaa4599056c0ab475067" diff --git a/pyproject.toml b/pyproject.toml index bba447fc..6f69e1d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ mypy = {version = "^1.7", markers = "platform_python_implementation == 'CPython' types-toml = {version = "^0.10.8", markers = "platform_python_implementation == 'CPython'"} types-requests = {version = "^2.31.0", markers = "platform_python_implementation == 'CPython'"} autoflake = "^2.1" -isort = "^5.13.1" +isort = "^5.13.2" black = "^23.12.0" requests-mock = "^1.11.0" aioresponses = {git = "https://github.com/pnuckowski/aioresponses.git"}