From d2eb6910a265bd7049d79dfa35c7285d74fcdc20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 00:45:11 +0000 Subject: [PATCH] Bump isort from 5.11.3 to 5.11.4 in /py (#6) --- py/poetry.lock | 8 ++++---- py/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/py/poetry.lock b/py/poetry.lock index e82126d..567da63 100644 --- a/py/poetry.lock +++ b/py/poetry.lock @@ -84,7 +84,7 @@ python-versions = "*" [[package]] name = "isort" -version = "5.11.3" +version = "5.11.4" description = "A Python utility / library to sort Python imports." category = "dev" optional = false @@ -279,7 +279,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [metadata] lock-version = "1.1" python-versions = "^3.11" -content-hash = "9c10826445b2bc3ae3dacb8627abedf7ae1491c4d4c6e459341c72964e9256d7" +content-hash = "1a58e3700d244d1a577698a52de53e1dc8642512fd94a28315dd574bca8c8ca6" [metadata.files] astroid = [ @@ -321,8 +321,8 @@ iniconfig = [ {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, ] isort = [ - {file = "isort-5.11.3-py3-none-any.whl", hash = "sha256:83155ffa936239d986b0f190347a3f2285f42a9b9e1725c89d865b27dd0627e5"}, - {file = "isort-5.11.3.tar.gz", hash = "sha256:a8ca25fbfad0f7d5d8447a4314837298d9f6b23aed8618584c894574f626b64b"}, + {file = "isort-5.11.4-py3-none-any.whl", hash = "sha256:c033fd0edb91000a7f09527fe5c75321878f98322a77ddcc81adbd83724afb7b"}, + {file = "isort-5.11.4.tar.gz", hash = "sha256:6db30c5ded9815d813932c04c2f85a360bcdd35fed496f4d8f35495ef0a261b6"}, ] lazy-object-proxy = [ {file = "lazy-object-proxy-1.8.0.tar.gz", hash = "sha256:c219a00245af0f6fa4e95901ed28044544f50152840c5b6a3e7b2568db34d156"}, diff --git a/py/pyproject.toml b/py/pyproject.toml index 4d493d0..e82d29d 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -22,7 +22,7 @@ natsort = "^8.2.0" [tool.poetry.dev-dependencies] black = "^22.12.0" -isort = "^5.11.2" +isort = "^5.11.4" pylint = "^2.15.9" pytest = "^7.2.0" pytest-benchmark = { version = "^4.0.0", extras = ["histogram"] }