Skip to content

Commit e17a5b3

Browse files
dependabot[bot]robertknight
authored andcommitted
Bump pip-tools from 7.4.1 to 7.5.0
Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 7.4.1 to 7.5.0. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](jazzband/pip-tools@7.4.1...v7.5.0) --- updated-dependencies: - dependency-name: pip-tools dependency-version: 7.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 14aa881 commit e17a5b3

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

requirements/checkformatting.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# pip-compile --allow-unsafe requirements/checkformatting.in
66
#
77
black==25.1.0
8-
# via -r checkformatting.in
8+
# via -r requirements/checkformatting.in
99
build==1.0.3
1010
# via pip-tools
1111
click==8.1.7
@@ -15,7 +15,7 @@ click==8.1.7
1515
importlib-metadata==7.0.1
1616
# via pip-sync-faster
1717
isort==6.0.1
18-
# via -r checkformatting.in
18+
# via -r requirements/checkformatting.in
1919
mypy-extensions==1.0.0
2020
# via black
2121
packaging==23.2
@@ -25,10 +25,10 @@ packaging==23.2
2525
pathspec==0.12.1
2626
# via black
2727
pip-sync-faster==0.0.5
28-
# via -r checkformatting.in
29-
pip-tools==7.4.1
28+
# via -r requirements/checkformatting.in
29+
pip-tools==7.5.0
3030
# via
31-
# -r checkformatting.in
31+
# -r requirements/checkformatting.in
3232
# pip-sync-faster
3333
platformdirs==4.1.0
3434
# via black

requirements/coverage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ packaging==23.2
1616
# via build
1717
pip-sync-faster==0.0.5
1818
# via -r requirements/coverage.in
19-
pip-tools==7.4.1
19+
pip-tools==7.5.0
2020
# via
2121
# -r requirements/coverage.in
2222
# pip-sync-faster

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ pexpect==4.9.0
172172
# via ipython
173173
pip-sync-faster==0.0.5
174174
# via -r requirements/dev.in
175-
pip-tools==7.4.1
175+
pip-tools==7.5.0
176176
# via
177177
# -r requirements/dev.in
178178
# pip-sync-faster

requirements/format.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# pip-compile --allow-unsafe requirements/format.in
66
#
77
black==25.1.0
8-
# via -r format.in
8+
# via -r requirements/format.in
99
build==1.0.3
1010
# via pip-tools
1111
click==8.1.7
@@ -15,7 +15,7 @@ click==8.1.7
1515
importlib-metadata==7.0.1
1616
# via pip-sync-faster
1717
isort==6.0.1
18-
# via -r format.in
18+
# via -r requirements/format.in
1919
mypy-extensions==1.0.0
2020
# via black
2121
packaging==23.2
@@ -25,10 +25,10 @@ packaging==23.2
2525
pathspec==0.12.1
2626
# via black
2727
pip-sync-faster==0.0.5
28-
# via -r format.in
29-
pip-tools==7.4.1
28+
# via -r requirements/format.in
29+
pip-tools==7.5.0
3030
# via
31-
# -r format.in
31+
# -r requirements/format.in
3232
# pip-sync-faster
3333
platformdirs==4.1.0
3434
# via black

requirements/functests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ pastedeploy==3.1.0
158158
# plaster-pastedeploy
159159
pip-sync-faster==0.0.5
160160
# via -r requirements/functests.in
161-
pip-tools==7.4.1
161+
pip-tools==7.5.0
162162
# via
163163
# -r requirements/functests.in
164164
# pip-sync-faster

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ pip-sync-faster==0.0.5
221221
# via
222222
# -r requirements/lint.in
223223
# -r requirements/tests.txt
224-
pip-tools==7.4.1
224+
pip-tools==7.5.0
225225
# via
226226
# -r requirements/lint.in
227227
# -r requirements/tests.txt

requirements/tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ pastedeploy==3.1.0
160160
# plaster-pastedeploy
161161
pip-sync-faster==0.0.5
162162
# via -r requirements/tests.in
163-
pip-tools==7.4.1
163+
pip-tools==7.5.0
164164
# via
165165
# -r requirements/tests.in
166166
# pip-sync-faster

0 commit comments

Comments
 (0)