From 777fb79cf38012f905a887448ef30c9a7fadde84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 05:29:37 +0000 Subject: [PATCH] chore(deps): bump the python-minor-and-patch group with 3 updates Bumps the python-minor-and-patch group with 3 updates: [build](https://github.com/pypa/build), [flake8](https://github.com/pycqa/flake8) and [import-linter](https://github.com/seddonym/import-linter). Updates `build` from 1.2.1 to 1.4.4 - [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.4.4) 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.5.2 - [Changelog](https://github.com/seddonym/import-linter/blob/main/docs/release_notes.md) - [Commits](https://github.com/seddonym/import-linter/compare/v2.1...v2.5.2) --- updated-dependencies: - dependency-name: build dependency-version: 1.4.4 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.5.2 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 35d879d..e31ea89 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ tox -build==1.2.1 +build==1.4.4 pytest pytest-cov \ No newline at end of file diff --git a/requirements-lint.txt b/requirements-lint.txt index f2f3971..01b5791 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,9 +1,9 @@ -r requirements.txt -build==1.2.1 +build==1.4.4 black==24.10.0 commitizen==3.31.0 -flake8==7.1.1 -import-linter==2.1 +flake8==7.3.0 +import-linter==2.5.2 isort==5.13.2 mypy==1.13.0 pylint==3.3.1