From 6345350248a611eb715ff970327cd0814182d1fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 13:26:31 +0000 Subject: [PATCH] Bump the all group with 8 updates Bumps the all group with 8 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `23.7.0` | `24.4.2` | | [codespell](https://github.com/codespell-project/codespell) | `2.2.5` | `2.2.6` | | [isort](https://github.com/pycqa/isort) | `5.12.0` | `5.13.2` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.3.3` | `3.7.0` | | [pylint](https://github.com/pylint-dev/pylint) | `2.17.5` | `3.1.0` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.0` | `8.2.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` | | [pytest-xdist[psutil]](https://github.com/pytest-dev/pytest-xdist) | `3.3.1` | `3.6.1` | Updates `black` from 23.7.0 to 24.4.2 - [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.7.0...24.4.2) Updates `codespell` from 2.2.5 to 2.2.6 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6) Updates `isort` from 5.12.0 to 5.13.2 - [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.12.0...5.13.2) Updates `pre-commit` from 3.3.3 to 3.7.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/v3.3.3...v3.7.0) Updates `pylint` from 2.17.5 to 3.1.0 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.5...v3.1.0) Updates `pytest` from 7.4.0 to 8.2.0 - [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/7.4.0...8.2.0) Updates `pytest-cov` from 4.1.0 to 5.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0) Updates `pytest-xdist[psutil]` from 3.3.1 to 3.6.1 - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.3.1...v3.6.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: codespell dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: pytest-xdist[psutil] dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8681957..057de71 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,9 +1,9 @@ -black==23.7.0 -codespell==2.2.5 -isort==5.12.0 -pre-commit==3.3.3 +black==24.4.2 +codespell==2.2.6 +isort==5.13.2 +pre-commit==3.7.0 pydocstyle==6.3.0 -pylint==2.17.5 -pytest==7.4.0 -pytest-cov==4.1.0 -pytest-xdist[psutil]==3.3.1 +pylint==3.1.0 +pytest==8.2.0 +pytest-cov==5.0.0 +pytest-xdist[psutil]==3.6.1