From 201ffd43cc4e331d0136ad4b55ff6919708fb1f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 04:20:08 +0000 Subject: [PATCH] chore(deps): bump the python-minor-and-patch group across 1 directory with 2 updates Bumps the python-minor-and-patch group with 2 updates in the / directory: [build](https://github.com/pypa/build) and [import-linter](https://github.com/seddonym/import-linter). Updates `build` from 1.5.0 to 1.6.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.5.0...1.6.0) Updates `import-linter` from 2.12 to 2.13 - [Changelog](https://github.com/seddonym/import-linter/blob/main/docs/release_notes.md) - [Commits](https://github.com/seddonym/import-linter/compare/v2.12...v2.13) --- updated-dependencies: - dependency-name: build dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: import-linter dependency-version: '2.13' 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 37d6f5c..3703cb3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ tox -build==1.5.0 +build==1.6.0 pytest pytest-cov \ No newline at end of file diff --git a/requirements-lint.txt b/requirements-lint.txt index 5b7efb1..15f7729 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,9 +1,9 @@ -r requirements.txt -build==1.5.0 +build==1.6.0 black==26.5.1 commitizen==3.31.0 flake8==7.3.0 -import-linter==2.12 +import-linter==2.13 isort==5.13.2 mypy==1.19.1 pylint==3.3.9