From 919effeff91bf2f4721fbcd2bb22273c3f6ab019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 15:15:43 +0000 Subject: [PATCH] Bump isort from 5.10.0 to 5.10.1 Bumps [isort](https://github.com/pycqa/isort) from 5.10.0 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.10.0...5.10.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-patch ... 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 d2d148c6..e679d103 100644 --- a/poetry.lock +++ b/poetry.lock @@ -465,7 +465,7 @@ python-versions = "*" [[package]] name = "isort" -version = "5.10.0" +version = "5.10.1" description = "A Python utility / library to sort Python imports." category = "dev" optional = false @@ -936,7 +936,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "e1252daa9a88a2d2f02685c336175153261eaeb7a50d6af95dd5af6f61cb159c" +content-hash = "acc59418eafe04aab314fbe079c13d6e77f8cc0ffa27decb427d228e76d135d3" [metadata.files] aiohttp = [ @@ -1283,8 +1283,8 @@ iniconfig = [ {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, ] isort = [ - {file = "isort-5.10.0-py3-none-any.whl", hash = "sha256:1a18ccace2ed8910bd9458b74a3ecbafd7b2f581301b0ab65cfdd4338272d76f"}, - {file = "isort-5.10.0.tar.gz", hash = "sha256:e52ff6d38012b131628cf0f26c51e7bd3a7c81592eefe3ac71411e692f1b9345"}, + {file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"}, + {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] lazy-object-proxy = [ {file = "lazy-object-proxy-1.6.0.tar.gz", hash = "sha256:489000d368377571c6f982fba6497f2aa13c6d1facc40660963da62f5c379726"}, diff --git a/pyproject.toml b/pyproject.toml index d0cca0f8..763fd9ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ blacken-docs = "^1.11.0" coverage = {version = "^6.1", extras = ["toml"]} flake8 = "^4.0.1" flake8-docstrings = "^1.5.0" -isort = "^5.10.0" +isort = "^5.10.1" pre-commit = "^2.15.0" pre-commit-hooks = "^4.0.1" pylint = "^2.11.1"