From c961c0dbbee86a07c78210337c30d75c0f55761b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 15:55:53 +0000 Subject: [PATCH] fix(deps): update python packages --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 274e602..e9fd7bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -489,13 +489,13 @@ dev = ["black", "build", "mypy", "pytest", "pytest-cov", "setuptools", "tox", "t [[package]] name = "setuptools" -version = "81.0.0" +version = "82.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.9" files = [ - {file = "setuptools-81.0.0-py3-none-any.whl", hash = "sha256:fdd925d5c5d9f62e4b74b30d6dd7828ce236fd6ed998a08d81de62ce5a6310d6"}, - {file = "setuptools-81.0.0.tar.gz", hash = "sha256:487b53915f52501f0a79ccfd0c02c165ffe06631443a886740b91af4b7a5845a"}, + {file = "setuptools-82.0.0-py3-none-any.whl", hash = "sha256:70b18734b607bd1da571d097d236cfcfacaf01de45717d59e6e04b96877532e0"}, + {file = "setuptools-82.0.0.tar.gz", hash = "sha256:22e0a2d69474c6ae4feb01951cb69d515ed23728cf96d05513d36e42b62b37cb"}, ] [package.extras] @@ -618,4 +618,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "64cb3e880c75fddee5c07dccd497490b9301f551c498bcf2a4a15963ce7ce9bd" +content-hash = "37d8c81c6f4d3668ae57b031863c4ad40c816c8ab763b963592233aeba05be66" diff --git a/pyproject.toml b/pyproject.toml index 0624423..a07bb8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ isort = ">=5.10" flake8-black = ">=0.2.1" flake8-docstrings = ">=1.5.0" flake8-import-order = ">=0.18.1,<0.19.0" # we're not compatible with 0.19.0 yet due to #226 -setuptools = "<82" # flake8-import-order 0.18.x needs pkg_resources which was removed in setuptools v82 +setuptools = "<83" # flake8-import-order 0.18.x needs pkg_resources which was removed in setuptools v82 flake8-tidy-imports = ">=4.11.0" pep8-naming = ">=0.11.1"