From 7c335496866370d084ca5589734ffd8a6cc020ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 04:19:12 +0000 Subject: [PATCH] chore(deps): bump the python-minor-and-patch group with 2 updates Bumps the python-minor-and-patch group with 2 updates: [build](https://github.com/pypa/build) and [import-linter](https://github.com/seddonym/import-linter). Updates `build` from 1.6.0 to 1.6.1 - [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.6.0...1.6.1) Updates `import-linter` from 2.13 to 2.15 - [Changelog](https://github.com/seddonym/import-linter/blob/main/docs/release_notes.md) - [Commits](https://github.com/seddonym/import-linter/compare/v2.13...v2.15) --- updated-dependencies: - dependency-name: build dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-and-patch - dependency-name: import-linter dependency-version: '2.15' 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 3703cb3..6c85974 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ tox -build==1.6.0 +build==1.6.1 pytest pytest-cov \ No newline at end of file diff --git a/requirements-lint.txt b/requirements-lint.txt index 15f7729..42c36b3 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,9 +1,9 @@ -r requirements.txt -build==1.6.0 +build==1.6.1 black==26.5.1 commitizen==3.31.0 flake8==7.3.0 -import-linter==2.13 +import-linter==2.15 isort==5.13.2 mypy==1.19.1 pylint==3.3.9