From 76811c4f354d055534a05d886174ed86e50dc05d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 08:03:48 +0000 Subject: [PATCH] Bump the pip-dependencies group with 3 updates Bumps the pip-dependencies group with 3 updates: [pyparsing](https://github.com/pyparsing/pyparsing), [pytest](https://github.com/pytest-dev/pytest) and [tox](https://github.com/tox-dev/tox). Updates `pyparsing` from 3.2.3 to 3.2.5 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/3.2.3...3.2.5) Updates `pytest` from 8.4.1 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/8.4.1...8.4.2) Updates `tox` from 4.29.0 to 4.30.2 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.29.0...4.30.2) --- updated-dependencies: - dependency-name: pyparsing dependency-version: 3.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: tox dependency-version: 4.30.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a808a4e3..594de88e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,13 +11,13 @@ dependencies = [ "attrs==21.2.0", "setuptools==78.1.1", # Needed for jsonconversion, it seems "jsonconversion==0.2.13", # 1.0.1 tightens the requirements for pytest, and 1.0.0 is broken. - "pyparsing==3.2.3", + "pyparsing==3.2.5", ] dynamic = ["version", "description"] [project.optional-dependencies] test = [ - "pytest==8.4.1" + "pytest==8.4.2" ] benchmarking = [ "docopt==0.6.2", @@ -31,7 +31,7 @@ benchmarking = [ "protobuf>=4.0.0" ] dev = [ - "tox==4.29.0", + "tox==4.30.2", "virtualenv==20.34.0" ]