Skip to content

Commit dd18967

Browse files
SEC: Bump black from 23.3.0 to 24.3.0 in /requirements (py-pdf#2921)
Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.3.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59ae169 commit dd18967

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

requirements/dev.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#
55
# pip-compile requirements/dev.in
66
#
7-
black==23.3.0
8-
# via -r requirements/dev.in
7+
black==24.3.0
8+
# via -r dev.in
99
build==1.0.3
1010
# via pip-tools
1111
certifi==2023.11.17
@@ -29,7 +29,7 @@ exceptiongroup==1.2.0
2929
filelock==3.12.2
3030
# via virtualenv
3131
flit==3.9.0
32-
# via -r requirements/dev.in
32+
# via -r dev.in
3333
flit-core==3.9.0
3434
# via flit
3535
identify==2.5.24
@@ -52,23 +52,23 @@ packaging==23.2
5252
pathspec==0.11.2
5353
# via black
5454
pillow==9.5.0
55-
# via -r requirements/dev.in
55+
# via -r dev.in
5656
pip-tools==6.14.0
57-
# via -r requirements/dev.in
57+
# via -r dev.in
5858
platformdirs==4.0.0
5959
# via
6060
# black
6161
# virtualenv
6262
pluggy==1.2.0
6363
# via pytest
6464
pre-commit==2.17.0
65-
# via -r requirements/dev.in
65+
# via -r dev.in
6666
pyproject-hooks==1.0.0
6767
# via build
6868
pytest==7.4.3
6969
# via pytest-cov
7070
pytest-cov==4.1.0
71-
# via -r requirements/dev.in
71+
# via -r dev.in
7272
pyyaml==6.0.1
7373
# via pre-commit
7474
requests==2.31.0
@@ -93,7 +93,7 @@ virtualenv==20.25.0
9393
# via pre-commit
9494
wheel==0.42.0
9595
# via
96-
# -r requirements/dev.in
96+
# -r dev.in
9797
# pip-tools
9898
zipp==3.15.0
9999
# via importlib-metadata

0 commit comments

Comments
 (0)