Skip to content

Commit

Permalink
Package Update: Bump black from 23.9.1 to 23.12.0
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 23.9.1 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.9.1...23.12.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent bc26d54 commit 1c270ac
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black ~= 23.9.1
black ~= 23.12.0
Flask ~= 3.0.0
flake8 ~= 6.1.0
pytest ~= 7.4.2
Expand Down
24 changes: 22 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
#
# pip-compile --resolver=backtracking
#
black==23.9.1
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
attrs==23.1.0
# via aiohttp
black==23.12.0
# via -r requirements.in
blinker==1.6.2
# via flask
Expand All @@ -13,11 +19,19 @@ click==8.1.3
# black
# flask
coverage[toml]==7.0.4
# via pytest-cov
# via
# coverage
# pytest-cov
flake8==6.1.0
# via -r requirements.in
flask==3.0.0
# via -r requirements.in
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
idna==3.6
# via yarl
iniconfig==2.0.0
# via pytest
itsdangerous==2.1.2
Expand All @@ -30,6 +44,10 @@ markupsafe==2.1.1
# werkzeug
mccabe==0.7.0
# via flake8
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==0.4.3
# via black
packaging==23.0
Expand Down Expand Up @@ -62,3 +80,5 @@ tabulate==0.9.0
# via -r requirements.in
werkzeug==3.0.1
# via flask
yarl==1.9.4
# via aiohttp

0 comments on commit 1c270ac

Please sign in to comment.