From 1400c96233c3de76181a9bd0ff1d25a25d0a6cfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:56:52 +0000 Subject: [PATCH] Bump the dev-dependencies group across 1 directory with 7 updates Updates the requirements on [black](https://github.com/psf/black), [pylint](https://github.com/pylint-dev/pylint), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [pytest](https://github.com/pytest-dev/pytest), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ruff](https://github.com/astral-sh/ruff) and [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. Updates `black` 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/23.1a1...25.1.0) Updates `pylint` to 3.3.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/pylint-3.0.0a0...v3.3.4) Updates `pytest-cov` 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/v4.1.0...v6.0.0) Updates `pytest` 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/7.4.0...8.3.4) Updates `hypothesis` to 6.124.7 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.82.0...hypothesis-python-6.124.7) Updates `ruff` to 0.9.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.280...0.9.4) Updates `coverage` 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.2.7...7.6.10) --- updated-dependencies: - dependency-name: black dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: pylint dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: pytest-cov dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: pytest dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: hypothesis dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: ruff dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: coverage dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5ff5691..dfea3bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,13 +57,13 @@ pyrcf = { path = ".", editable = true } [project.optional-dependencies] test = [ - "black>=23,<=24.4.2", - "pylint>=2.17.7,<=3.2.6", - "pytest-cov>=4.1,<=5.0.0", - "pytest>=7.4,<=8.3.2", - "hypothesis>=6.82,<=6.108.5", - "ruff>=0.0.280,<=0.5.5", - "coverage>=7.2.7,<=7.6.0", + "black>=23,<=25.1.0", + "pylint>=2.17.7,<=3.3.4", + "pytest-cov>=4.1,<=6.0.0", + "pytest>=7.4,<=8.3.4", + "hypothesis>=6.82,<=6.124.7", + "ruff>=0.0.280,<=0.9.4", + "coverage>=7.2.7,<=7.6.10", ] docs = ["sphinxcontrib-napoleon", "sphinx-rtd-theme", "sphinx-autoapi"] torch = ["torch"]