From f219abaf8eae386b6c7cdeaf62fe69548e28ab23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 09:20:12 +0000 Subject: [PATCH] build(deps-dev): Bump isort from 6.0.0 to 6.0.1 Bumps [isort](https://github.com/PyCQA/isort) from 6.0.0 to 6.0.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/6.0.0...6.0.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 009e6fbb..98652552 100644 --- a/poetry.lock +++ b/poetry.lock @@ -617,13 +617,13 @@ files = [ [[package]] name = "isort" -version = "6.0.0" +version = "6.0.1" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.9.0" files = [ - {file = "isort-6.0.0-py3-none-any.whl", hash = "sha256:567954102bb47bb12e0fae62606570faacddd441e45683968c8d1734fb1af892"}, - {file = "isort-6.0.0.tar.gz", hash = "sha256:75d9d8a1438a9432a7d7b54f2d3b45cad9a4a0fdba43617d9873379704a8bdf1"}, + {file = "isort-6.0.1-py3-none-any.whl", hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615"}, + {file = "isort-6.0.1.tar.gz", hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450"}, ] [package.extras] @@ -1722,4 +1722,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "0791097acf8227065ffc17b612bfe3a9682a4873109b3ceff264c9595b97fa8d" +content-hash = "0d805cb6e50bd17ad8b2ca0cea0d1747a49a9310e8c67e8432fdf6a88fa89d88" diff --git a/pyproject.toml b/pyproject.toml index afb66900..dc4b49da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ hishel = "^0.1.1" pytest = "^8.3.4" ruff = "^0.9.6" coverage = "^7.6.12" -isort = "^6.0.0" +isort = "^6.0.1" fakeredis = "^2.27.0" pytest-httpserver = "^1.1.1"