From 9617fa10a6eb98a39607754d120874fc0bf172d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 13:25:09 +0000 Subject: [PATCH] chore(deps): bump the pip-deps group across 1 directory with 4 updates Updates the requirements on [click](https://github.com/pallets/click), [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `click` to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.0.0...8.1.8) Updates `pytest` to 8.4.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.0.0...8.4.2) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v7.1.0) Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v61.0.0...v82.0.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.1.8 dependency-type: direct:production dependency-group: pip-deps - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development dependency-group: pip-deps - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: pip-deps - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 42b0e03..4ec368f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=61.0", "wheel"] +requires = ["setuptools>=82.0.1", "wheel"] build-backend = "setuptools.build_meta" [project] @@ -28,13 +28,13 @@ classifiers = [ keywords = ["symbolic", "myth", "ritual", "recursive", "generative"] dependencies = [ - "click>=8.0.0", + "click>=8.1.8", ] [project.optional-dependencies] dev = [ - "pytest>=7.0.0", - "pytest-cov>=4.0.0", + "pytest>=8.4.2", + "pytest-cov>=7.1.0", ] [project.scripts]