Skip to content

Commit 5b740c5

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 34170fc commit 5b740c5

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
@@ -79,7 +79,7 @@ pexpect==4.9.0
7979
# via ipython
8080
pip-sync-faster==0.0.5
8181
# via -r requirements/dev.in
82-
pip-tools==7.4.1
82+
pip-tools==7.5.0
8383
# via
8484
# -r requirements/dev.in
8585
# 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
@@ -62,7 +62,7 @@ pastedeploy==3.1.0
6262
# plaster-pastedeploy
6363
pip-sync-faster==0.0.5
6464
# via -r requirements/functests.in
65-
pip-tools==7.4.1
65+
pip-tools==7.5.0
6666
# via
6767
# -r requirements/functests.in
6868
# pip-sync-faster

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ packaging==23.2
1818
# via build
1919
pip-sync-faster==0.0.5
2020
# via -r requirements/lint.in
21-
pip-tools==7.4.1
21+
pip-tools==7.5.0
2222
# via
2323
# -r requirements/lint.in
2424
# pip-sync-faster

requirements/tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pastedeploy==3.1.0
6666
# plaster-pastedeploy
6767
pip-sync-faster==0.0.5
6868
# via -r requirements/tests.in
69-
pip-tools==7.4.1
69+
pip-tools==7.5.0
7070
# via
7171
# -r requirements/tests.in
7272
# pip-sync-faster

0 commit comments

Comments
 (0)