Skip to content

Commit b2743aa

Browse files
Bump black from 23.11.0 to 23.12.0
Bumps [black](https://github.com/psf/black) from 23.11.0 to 23.12.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.11.0...23.12.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a79e404 commit b2743aa

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

dev_requirements/requirements-formatting.txt

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,28 @@
44
#
55
# pip-compile requirements-formatting.in
66
#
7-
black==23.11.0
7+
aiohttp==3.9.1
8+
# via black
9+
aiosignal==1.3.1
10+
# via aiohttp
11+
attrs==23.1.0
12+
# via aiohttp
13+
black==23.12.0
814
# via -r dev_requirements/requirements-formatting.in
915
click==8.1.7
1016
# via black
17+
frozenlist==1.4.1
18+
# via
19+
# aiohttp
20+
# aiosignal
21+
idna==3.6
22+
# via yarl
1123
isort==5.12.0
1224
# via -r dev_requirements/requirements-formatting.in
25+
multidict==6.0.4
26+
# via
27+
# aiohttp
28+
# yarl
1329
mypy-extensions==1.0.0
1430
# via black
1531
packaging==23.0
@@ -18,3 +34,5 @@ pathspec==0.11.0
1834
# via black
1935
platformdirs==3.1.0
2036
# via black
37+
yarl==1.9.4
38+
# via aiohttp

0 commit comments

Comments
 (0)