From b8583b39ae40e473be0d0a40174f949e809bef2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 07:19:28 +0000 Subject: [PATCH] Bump the dev-dependencies group with 5 updates Updates the requirements on [pylint](https://github.com/pylint-dev/pylint), [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 `pylint` to 3.2.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/pylint-3.0.0a0...v3.2.6) Updates `pytest` to 8.3.2 - [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.2) Updates `hypothesis` to 6.108.5 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.82.0...hypothesis-python-6.108.5) Updates `ruff` to 0.5.5 - [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.5.5) Updates `coverage` to 7.6.0 - [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.0) --- updated-dependencies: - dependency-name: pylint 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b5418f..f5d2f9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,12 +31,12 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ "black>=23,<=24.4.2", - "pylint>=2.17.7,<=3.2.3", + "pylint>=2.17.7,<=3.2.6", "pytest-cov>=4.1,<=5.0.0", - "pytest>=7.4,<=8.2.2", - "hypothesis>=6.82,<=6.103.1", - "ruff>=0.0.280,<=0.4.8", - "coverage>=7.2.7,<=7.5.3", + "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", ] [project.urls]