From c7e6f090191dc26ae57b4f520348e941496e1cd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 07:24:54 +0000 Subject: [PATCH] :arrow_up: Bump isort from 5.9.3 to 5.10.1 Bumps [isort](https://github.com/pycqa/isort) from 5.9.3 to 5.10.1. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.9.3...5.10.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 03bc562..44f4ba5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -697,13 +697,13 @@ files = [ [[package]] name = "isort" -version = "5.9.3" +version = "5.10.1" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.6.1,<4.0" files = [ - {file = "isort-5.9.3-py3-none-any.whl", hash = "sha256:e17d6e2b81095c9db0a03a8025a957f334d6ea30b26f9ec70805411e5c7c81f2"}, - {file = "isort-5.9.3.tar.gz", hash = "sha256:9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899"}, + {file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"}, + {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] [package.extras] @@ -1582,4 +1582,4 @@ aiohttp = ["aiohttp"] [metadata] lock-version = "2.0" python-versions = ">=3.6.2,<4.0" -content-hash = "5ad00b34506d9e92dae35a7b0e6dc182072d0cf71d60d81c82ab0f3a087c4860" +content-hash = "05ed6dd8b461c233ebffb548b3af0b3c8ea389bd8406dd6a067a42e9acd142d2" diff --git a/pyproject.toml b/pyproject.toml index ece6276..b140085 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ coverage-badge = "^1.0.1" pytest-mock = "^3.5.1" pre-commit = "^2.13.0" mypy = "0.971" -isort = "5.9.3" +isort = "5.10.1" flake8 = "3.9.2" pydocstyle = "6.1.1" black = "^22.8"