From 1a792d9ca8f758d2e6c262d3671ed4120f91bf3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:13:21 +0000 Subject: [PATCH] deps(deps-dev): bump the test-dependencies group across 1 directory with 6 updates Bumps the test-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `23.12.1` | `24.10.0` | | [flake8](https://github.com/pycqa/flake8) | `7.0.0` | `7.1.1` | | [mypy](https://github.com/python/mypy) | `1.8.0` | `1.14.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.1` | `7.6.10` | Updates `black` from 23.12.1 to 24.10.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/23.12.1...24.10.0) Updates `flake8` from 7.0.0 to 7.1.1 - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.1.1) Updates `mypy` from 1.8.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...v1.14.1) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4) Updates `pytest-cov` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) Updates `coverage` from 7.6.1 to 7.6.10 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.1...7.6.10) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major dependency-group: test-dependencies - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test-dependencies - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major dependency-group: test-dependencies - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test-dependencies ... 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 33e12d1..1ff6825 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,17 +1,17 @@ # Code quality and testing -black==23.12.1 -flake8==7.0.0 -mypy==1.8.0 +black==24.10.0 +flake8==7.1.1 +mypy==1.14.1 isort==5.13.2 # Testing -pytest==8.3.3 -pytest-cov==5.0.0 +pytest==8.3.4 +pytest-cov==6.0.0 pytest-html==4.1.1 pytest-metadata==3.1.1 pytest-mock==3.14.0 pytest-xdist==3.6.1 -coverage==7.6.1 +coverage==7.6.10 # Build and distribution build==1.0.3