Skip to content

Commit

Permalink
build(deps-dev): bump black from 23.7.0 to 23.12.0
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 23.7.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.7.0...23.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent a7be258 commit d5e06bc
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,24 @@
#
# pip-compile requirements.dev.in
#
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
annotated-types==0.6.0
# via pydantic
async-timeout==4.0.3
# via aiohttp
attrs==21.2.0
# via
# aiohttp
# jsonschema
# pytest-subtests
backports-entry-points-selectable==1.1.1
# via virtualenv
bcrypt==3.2.0
# via paramiko
black==23.7.0
black==23.12.0
# via -r requirements.dev.in
build==0.8.0
# via pip-tools
Expand Down Expand Up @@ -68,6 +75,10 @@ flake8==6.0.0
# via -r requirements.dev.in
freezegun==1.1.0
# via pytest-freezegun
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
greenlet==1.1.2
# via sqlalchemy
identify==2.4.0
Expand All @@ -76,6 +87,7 @@ idna==2.9
# via
# -c requirements.prod.txt
# requests
# yarl
iniconfig==1.1.1
# via pytest
isort==5.13.0
Expand All @@ -84,6 +96,10 @@ jsonschema==3.2.0
# via docker-compose
mccabe==0.7.0
# via flake8
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==0.4.3
# via black
nodeenv==1.6.0
Expand Down Expand Up @@ -206,6 +222,8 @@ wheel==0.38.1
# via pip-tools
yarg==0.1.9
# via pipreqs
yarl==1.9.4
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit d5e06bc

Please sign in to comment.