From 49427cd275fee91ea1a29748691a0ecf8d287010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:54:59 +0000 Subject: [PATCH] Bump pip from 24.2 to 24.3.1 Bumps [pip](https://github.com/pypa/pip) from 24.2 to 24.3.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.2...24.3.1) --- updated-dependencies: - dependency-name: pip dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 12 ++++++++++-- requirements/dev.txt | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 89dc18908ee..ea7b8791a86 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -34,6 +34,7 @@ cffi==1.17.1 # via # cryptography # pycares + # pytest-codspeed cfgv==3.4.0 # via pre-commit charset-normalizer==3.4.0 @@ -65,7 +66,9 @@ docutils==0.20.1 exceptiongroup==1.2.2 # via pytest filelock==3.16.1 - # via virtualenv + # via + # pytest-codspeed + # virtualenv freezegun==1.5.1 # via # -r requirements/lint.in @@ -168,8 +171,13 @@ pytest==8.1.1 # via # -r requirements/lint.in # -r requirements/test.in + # pytest-codspeed # pytest-cov # pytest-mock +pytest-codspeed==2.2.1 + # via + # -r requirements/lint.in + # -r requirements/test.in pytest-cov==5.0.0 # via -r requirements/test.in pytest-mock==3.14.0 @@ -281,7 +289,7 @@ zipp==3.20.2 # importlib-resources # The following packages are considered to be unsafe in a requirements file: -pip==24.2 +pip==24.3.1 # via pip-tools setuptools==75.2.0 # via diff --git a/requirements/dev.txt b/requirements/dev.txt index 4ae3fde1503..5c5b5a8f233 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -34,6 +34,7 @@ cffi==1.17.1 # via # cryptography # pycares + # pytest-codspeed cfgv==3.4.0 # via pre-commit charset-normalizer==3.4.0 @@ -63,7 +64,9 @@ docutils==0.20.1 exceptiongroup==1.2.2 # via pytest filelock==3.16.1 - # via virtualenv + # via + # pytest-codspeed + # virtualenv freezegun==1.5.1 # via # -r requirements/lint.in @@ -163,8 +166,13 @@ pytest==8.1.1 # via # -r requirements/lint.in # -r requirements/test.in + # pytest-codspeed # pytest-cov # pytest-mock +pytest-codspeed==2.2.1 + # via + # -r requirements/lint.in + # -r requirements/test.in pytest-cov==5.0.0 # via -r requirements/test.in pytest-mock==3.14.0 @@ -273,7 +281,7 @@ zipp==3.20.2 # importlib-resources # The following packages are considered to be unsafe in a requirements file: -pip==24.2 +pip==24.3.1 # via pip-tools setuptools==75.2.0 # via