From 74b16670b87fa7109ae7bdf8b3ffb29b617fcf16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:13:36 +0000 Subject: [PATCH] Bump pip-tools from 7.3.0 to 7.4.0 Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/7.3.0...7.4.0) --- updated-dependencies: - dependency-name: pip-tools dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 16 ++++++++++------ requirements/dev.txt | 12 ++++++++---- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 1e3fb385de6..2d6e55bca9a 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -32,7 +32,7 @@ blockdiag==2.0.1 # via sphinxcontrib-blockdiag brotli==1.1.0 ; platform_python_implementation == "CPython" # via -r requirements/runtime-deps.in -build==0.9.0 +build==1.0.3 # via pip-tools certifi==2023.7.22 # via requests @@ -94,7 +94,9 @@ idna==3.3 imagesize==1.3.0 # via sphinx importlib-metadata==7.0.0 - # via sphinx + # via + # build + # sphinx importlib-resources==6.1.1 # via towncrier incremental==22.10.0 @@ -126,13 +128,11 @@ packaging==21.2 # gunicorn # pytest # sphinx -pep517==0.12.0 - # via build pillow==9.5.0 # via # -c requirements/broken-projects.in # blockdiag -pip-tools==7.3.0 +pip-tools==7.4.0 # via -r requirements/dev.in platformdirs==2.4.0 # via virtualenv @@ -160,6 +160,10 @@ pyjwt==2.3.0 # pyjwt pyparsing==2.4.7 # via packaging +pyproject-hooks==1.0.0 + # via + # build + # pip-tools pytest==7.4.4 # via # -r requirements/lint.in @@ -227,8 +231,8 @@ tomli==2.0.1 # cherry-picker # coverage # mypy - # pep517 # pip-tools + # pyproject-hooks # pytest # slotscheck # towncrier diff --git a/requirements/dev.txt b/requirements/dev.txt index d9197e86828..51aed8b65b8 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -30,7 +30,7 @@ blockdiag==3.0.0 # via sphinxcontrib-blockdiag brotli==1.1.0 ; platform_python_implementation == "CPython" # via -r requirements/runtime-deps.in -build==0.10.0 +build==1.0.3 # via pip-tools certifi==2023.7.22 # via requests @@ -90,7 +90,9 @@ idna==3.4 imagesize==1.4.1 # via sphinx importlib-metadata==7.0.0 - # via sphinx + # via + # build + # sphinx importlib-resources==6.1.1 # via towncrier incremental==22.10.0 @@ -125,7 +127,7 @@ pillow==9.5.0 # via # -c requirements/broken-projects.in # blockdiag -pip-tools==7.3.0 +pip-tools==7.4.0 # via -r requirements/dev.in platformdirs==3.10.0 # via virtualenv @@ -150,7 +152,9 @@ pyjwt==2.8.0 # gidgethub # pyjwt pyproject-hooks==1.0.0 - # via build + # via + # build + # pip-tools pytest==7.4.4 # via # -r requirements/lint.in