From 1a6b4c00aefb785dcac82ea41ac862d9cd9f7cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 07:34:14 +0000 Subject: [PATCH] chore(deps): bump the pip-deps group across 1 directory with 2 updates Updates the requirements on [click](https://github.com/pallets/click) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `click` to 8.4.2 - [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.1.8...8.4.2) Updates `pytest` to 9.1.1 - [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.4.2...9.1.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:production dependency-group: pip-deps - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ec368f..9bb6a55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,12 +28,12 @@ classifiers = [ keywords = ["symbolic", "myth", "ritual", "recursive", "generative"] dependencies = [ - "click>=8.1.8", + "click>=8.4.2", ] [project.optional-dependencies] dev = [ - "pytest>=8.4.2", + "pytest>=9.1.1", "pytest-cov>=7.1.0", ]