From 8d6b38ccecd1bdeb4a5c15716d2bdc2a4324e0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:04:23 +0000 Subject: [PATCH] Bump isort from 5.12.0 to 5.13.1 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] --- poetry.lock | 16 +++++----------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index 28bc4ba..849c881 100644 --- a/poetry.lock +++ b/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 = "altair" @@ -395,21 +395,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 = "Jinja2" version = "3.1.2" @@ -1493,4 +1487,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<4,!=3.9.7" -content-hash = "9b5792f56544a579fe85acd821c9d002125263cfe067e34af4ed06af2fb9700d" +content-hash = "fb351e25e89182c7e3e454fbddbb6bbddb68b8b7bb34ad019488545b37d372af" diff --git a/pyproject.toml b/pyproject.toml index 3757756..c22d6b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ packaging = ">=20.0" # [tool.poetry.group.dev.dependencies] # Poetry 1.2.0 is not supported on Streamlit Cloud, see https://github.com/whitphx/streamlit-server-state/issues/143 black = "^20.8b1" click = ">=7.0,<8.0" # We must specify the click version because we install older versions of Streamlit in the CI process and their depending click version is different from the newer releases. -isort = "^5.12.0" +isort = "^5.13.1" flake8 = "^4.0.1" mypy = "^1.6" pytest = "^7.4.3"