Skip to content

Commit b020f84

Browse files
Bump black from 23.3.0 to 24.3.0
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] <[email protected]>
1 parent 34e165a commit b020f84

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

requirements-dev.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ attrs==23.1.0
1212
# via flake8-bugbear
1313
bandit==1.7.5
1414
# via flake8-bandit
15-
black==23.3.0
15+
black==24.3.0
1616
# via -r requirements-dev.in
1717
build==0.10.0
1818
# via pip-tools
@@ -34,6 +34,8 @@ coverage[toml]==6.5.0
3434
# via pytest-cov
3535
distlib==0.3.7
3636
# via virtualenv
37+
exceptiongroup==1.2.0
38+
# via pytest
3739
filelock==3.12.2
3840
# via virtualenv
3941
flake8==6.0.0
@@ -169,6 +171,15 @@ sqlalchemy[mypy]==2.0.19
169171
# shillelagh
170172
stevedore==5.1.0
171173
# via bandit
174+
tomli==2.0.1
175+
# via
176+
# black
177+
# build
178+
# coverage
179+
# mypy
180+
# pip-tools
181+
# pyproject-hooks
182+
# pytest
172183
types-pyyaml==6.0.12.10
173184
# via responses
174185
types-requests==2.31.0.1
@@ -180,6 +191,7 @@ types-urllib3==1.26.25.13
180191
typing-extensions==4.7.1
181192
# via
182193
# -r requirements.txt
194+
# black
183195
# mypy
184196
# shillelagh
185197
# sqlalchemy

0 commit comments

Comments
 (0)