From 2bc1baa0e13f140e269876300422fa35d1d35ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 04:21:47 +0000 Subject: [PATCH] chore(deps): bump the python-minor-and-patch group across 1 directory with 4 updates Bumps the python-minor-and-patch group with 4 updates in the / directory: [build](https://github.com/pypa/build), [black](https://github.com/psf/black), [flake8](https://github.com/pycqa/flake8) and [import-linter](https://github.com/seddonym/import-linter). Updates `build` from 1.2.1 to 1.5.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.2.1...1.5.0) Updates `black` from 26.3.1 to 26.5.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/26.3.1...26.5.1) Updates `flake8` from 7.1.1 to 7.3.0 - [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.3.0) Updates `import-linter` from 2.1 to 2.12 - [Changelog](https://github.com/seddonym/import-linter/blob/main/docs/release_notes.md) - [Commits](https://github.com/seddonym/import-linter/compare/v2.1...v2.12) --- updated-dependencies: - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: import-linter dependency-version: '2.12' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements-lint.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 35d879d..37d6f5c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ tox -build==1.2.1 +build==1.5.0 pytest pytest-cov \ No newline at end of file diff --git a/requirements-lint.txt b/requirements-lint.txt index ba98b91..f08245d 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,9 +1,9 @@ -r requirements.txt -build==1.2.1 -black==26.3.1 +build==1.5.0 +black==26.5.1 commitizen==3.31.0 -flake8==7.1.1 -import-linter==2.1 +flake8==7.3.0 +import-linter==2.12 isort==5.13.2 mypy==1.13.0 pylint==3.3.1