From e5475072d43dbb2afaf28daeb923f82ca1d60f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:10:24 +0000 Subject: [PATCH] chore(deps-dev): bump isort from 5.12.0 to 5.13.1 in /app Bumps [isort](https://github.com/pycqa/isort) from 5.12.0 to 5.13.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.12.0...5.13.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/poetry.lock | 16 +++++----------- app/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/app/poetry.lock b/app/poetry.lock index 069ab28..21458a8 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -509,21 +509,15 @@ files = [ [[package]] name = "isort" -version = "5.12.0" +version = "5.13.1" 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.1-py3-none-any.whl", hash = "sha256:56a51732c25f94ca96f6721be206dd96a95f42950502eb26c1015d333bc6edb7"}, + {file = "isort-5.13.1.tar.gz", hash = "sha256:aaed790b463e8703fb1eddb831dfa8e8616bacde2c083bd557ef73c8189b7263"}, ] -[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"] - [[package]] name = "kubernetes" version = "23.6.0" @@ -1331,4 +1325,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "023a0a7df1c232e4f4ce44c90946749a4fd03597991ba5a897ff24f064063088" +content-hash = "cb441a1af8063b0a11f94b0077439704e08c270f3044a206e45ffa2eaa6f184c" diff --git a/app/pyproject.toml b/app/pyproject.toml index 6e813e6..fe043a6 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -23,7 +23,7 @@ flake8 = "^6.1.0" pytest = "^7.4.3" coverage = "^7.3.2" mypy = "^1.5.1" -isort = "^5.12.0" +isort = "^5.13.1" httpx = "^0.25.2" pytest-timeout = "^2.1.0"