From 2117a00957294a182e3b7e463988488c1c19769c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 18:32:44 +0000 Subject: [PATCH] build(deps-dev): bump the pip-dependencies group Bumps the pip-dependencies group in /requirements.d with 5 updates: | Package | From | To | | --- | --- | --- | | [setuptools](https://github.com/pypa/setuptools) | `82.0.0` | `82.0.1` | | [pip](https://github.com/pypa/pip) | `26.1` | `26.1.1` | | [virtualenv](https://github.com/pypa/virtualenv) | `21.3.2` | `21.3.3` | | [tox](https://github.com/tox-dev/tox) | `4.52.1` | `4.53.0` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20260510` | `6.0.12.20260518` | Updates `setuptools` from 82.0.0 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/v82.0.0...v82.0.1) Updates `pip` from 26.1 to 26.1.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.1...26.1.1) Updates `virtualenv` from 21.3.2 to 21.3.3 - [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/21.3.2...21.3.3) Updates `tox` from 4.52.1 to 4.53.0 - [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.52.1...4.53.0) Updates `types-pyyaml` from 6.0.12.20260510 to 6.0.12.20260518 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: pip dependency-version: 26.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: virtualenv dependency-version: 21.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: tox dependency-version: 4.53.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: types-pyyaml dependency-version: 6.0.12.20260518 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- requirements.d/development.lock.txt | 10 +++++----- requirements.d/development.txt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.d/development.lock.txt b/requirements.d/development.lock.txt index 82712b3158..6b30feb819 100644 --- a/requirements.d/development.lock.txt +++ b/requirements.d/development.lock.txt @@ -1,11 +1,11 @@ -setuptools==82.0.0 +setuptools==82.0.1 setuptools-scm==9.2.2 -pip==26.1 +pip==26.1.1 wheel==0.46.3 -virtualenv==21.3.2 +virtualenv==21.3.3 build==1.4.4 pkgconfig==1.6.0 -tox==4.52.1 +tox==4.53.0 pytest==9.0.3 pytest-xdist==3.8.0 coverage[toml]==7.13.5 @@ -13,4 +13,4 @@ pytest-cov==7.1.0 pytest-benchmark==5.2.3 Cython==3.2.4 pre-commit==4.5.1 -types-PyYAML==6.0.12.20260510 +types-PyYAML==6.0.12.20260518 diff --git a/requirements.d/development.txt b/requirements.d/development.txt index 633495eda1..d46a28e42d 100644 --- a/requirements.d/development.txt +++ b/requirements.d/development.txt @@ -1,4 +1,4 @@ -setuptools >=82.0.0 +setuptools >=82.0.1 setuptools_scm pip !=24.2 wheel