From a100cf9a6c3335003b65ac2a8f37145f748043b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 17:26:27 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20the=20python-packages=20grou?= =?UTF-8?q?p=20across=201=20directory=20with=206=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the python-packages group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.10.0` | `25.1.0` | | [flake8](https://github.com/pycqa/flake8) | `7.1.1` | `7.1.2` | | [isort](https://github.com/PyCQA/isort) | `5.13.2` | `6.0.1` | | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0.1` | `4.1.0` | | [twine](https://github.com/pypa/twine) | `6.0.1` | `6.1.0` | Updates `black` from 24.10.0 to 25.1.0 - [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/24.10.0...25.1.0) Updates `flake8` from 7.1.1 to 7.1.2 - [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.1.2) Updates `isort` from 5.13.2 to 6.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/5.13.2...6.0.1) Updates `mypy` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.0) Updates `pre-commit` from 4.0.1 to 4.1.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.0.1...v4.1.0) Updates `twine` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/6.0.1...6.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: twine dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cee1924..923c3e4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,9 @@ -black==24.10.0 -flake8==7.1.1 +black==25.1.0 +flake8==7.1.2 flake8-black==0.3.6 flake8-comprehensions==3.16.0 flake8-simplify==0.21.0 -isort==5.13.2 -mypy==1.14.1 -pre-commit==4.0.1 -twine==6.0.1 +isort==6.0.1 +mypy==1.15.0 +pre-commit==4.1.0 +twine==6.1.0