Skip to content

Commit c7d53ae

Browse files
dependabot[bot]TheCrab13
authored andcommitted
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](pypa/build@1.2.1...1.4.4) Updates `flake8` from 7.1.1 to 7.3.0 - [Commits](PyCQA/flake8@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](seddonym/import-linter@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] <support@github.com>
1 parent 3eb73a9 commit c7d53ae

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tox
2-
build==1.2.1
2+
build==1.4.4
33
pytest
44
pytest-cov

requirements-lint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r requirements.txt
2-
build==1.2.1
2+
build==1.4.4
33
black==24.10.0
44
commitizen==3.31.0
5-
flake8==7.1.1
6-
import-linter==2.1
5+
flake8==7.3.0
6+
import-linter==2.5.2
77
isort==5.13.2
88
mypy==1.13.0
99
pylint==3.3.1

0 commit comments

Comments
 (0)