From d7a36c4151a76ead08371ce5a6e92f78f96f872c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 08:03:06 +0000 Subject: [PATCH] Bump the pip-dependencies group across 1 directory with 4 updates Bumps the pip-dependencies group with 4 updates in the / directory: [pyparsing](https://github.com/pyparsing/pyparsing), [pytest](https://github.com/pytest-dev/pytest), [tox](https://github.com/tox-dev/tox) and [virtualenv](https://github.com/pypa/virtualenv). 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.3 - [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.3) Updates `virtualenv` from 20.34.0 to 20.35.4 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.34.0...20.35.4) --- 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:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: tox dependency-version: 4.30.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: virtualenv dependency-version: 20.35.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a808a4e3..a0fa3656 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,8 +31,8 @@ benchmarking = [ "protobuf>=4.0.0" ] dev = [ - "tox==4.29.0", - "virtualenv==20.34.0" + "tox==4.30.3", + "virtualenv==20.35.4" ] # Build System ################################################################################