From 01084baa297b1fbc5ba84948c934add39023b597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:45:01 +0000 Subject: [PATCH] chore(deps-dev): bump isort from 5.12.0 to 5.13.2 in /app Bumps [isort](https://github.com/pycqa/isort) from 5.12.0 to 5.13.2. - [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.12.0...5.13.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/poetry.lock | 13 +++++-------- app/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/app/poetry.lock b/app/poetry.lock index 3e17a0b..f311349 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -509,20 +509,17 @@ files = [ [[package]] name = "isort" -version = "5.12.0" +version = "5.13.2" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.8.0" files = [ - {file = "isort-5.12.0-py3-none-any.whl", hash = "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"}, - {file = "isort-5.12.0.tar.gz", hash = "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504"}, + {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.3)"] -pipfile-deprecated-finder = ["pip-shims (>=0.5.2)", "pipreqs", "requirementslib"] -plugins = ["setuptools"] -requirements-deprecated-finder = ["pip-api", "pipreqs"] +colors = ["colorama (>=0.4.6)"] [[package]] name = "kubernetes" @@ -1331,4 +1328,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9d7b8beeb7bac9889b5f4981e11f62ebf379a461c3674cf01040279c023aa6f6" +content-hash = "3ba0d0659dced3d103c915b1acdd738e4a5a2b79c5b13b10f5d2116ca095e680" diff --git a/app/pyproject.toml b/app/pyproject.toml index 2a758c9..defc433 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -23,7 +23,7 @@ flake8 = "^6.1.0" pytest = "^7.4.4" coverage = "^7.3.4" mypy = "^1.5.1" -isort = "^5.12.0" +isort = "^5.13.2" httpx = "^0.25.2" pytest-timeout = "^2.1.0"