From 106ab9f5d0bbc7cfd8926f72412882d1f766b48e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 19:22:55 +0000 Subject: [PATCH] [PIP] Bump the pip group with 2 updates Bumps the pip group with 2 updates: [setuptools](https://github.com/pypa/setuptools) and [virtualenv](https://github.com/pypa/virtualenv). Updates `setuptools` from 78.1 to 80.3.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/v78.1.0...v80.3.1) Updates `virtualenv` from 20.30 to 20.31.2 - [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.30.0...20.31.2) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: virtualenv dependency-version: 20.31.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2f48915..bc530a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ dependencies = [ "click==8.1.8", "click-option-group==0.5.7", "requests==2.32.3", - "setuptools==78.1", - "virtualenv==20.30", + "setuptools==80.3.1", + "virtualenv==20.31.2", ] optional-dependencies.test = [ "commitizen", "coverage", "flake8", "isort", "pre-commit" ]