Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pip-tools from 7.3.0 to 7.4.0 #8169

Merged
merged 1 commit into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -227,8 +231,8 @@ tomli==2.0.1
# cherry-picker
# coverage
# mypy
# pep517
# pip-tools
# pyproject-hooks
# pytest
# slotscheck
# towncrier
Expand Down
12 changes: 8 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading