Skip to content

Commit

Permalink
Bump black from 23.1.0 to 23.11.0
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 23.1.0 to 23.11.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.1.0...23.11.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 Nov 9, 2023
1 parent 3a0924b commit ced6062
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ attrs==22.2.0
# aiohttp
# pytest
# pytest-mypy
black==23.1.0
black==23.11.0
# via
# -r test-requirements.in
# pytest-black
Expand Down Expand Up @@ -56,6 +56,8 @@ django==3.2.20
# via -r test-requirements.in
docopt==0.6.2
# via coveralls
exceptiongroup==1.1.3
# via pytest
filelock==3.10.6
# via pytest-mypy
frozenlist==1.3.3
Expand Down Expand Up @@ -154,7 +156,9 @@ pytz==2023.2
requests==2.31.0
# via coveralls
rfc3986[idna2008]==1.5.0
# via httpx
# via
# httpx
# rfc3986
sniffio==1.3.0
# via
# anyio
Expand All @@ -166,8 +170,16 @@ termcolor==2.2.0
# via pytest-sugar
toml==0.10.2
# via pytest-black
tomli==2.0.1
# via
# black
# coverage
# mypy
# pytest
typing-extensions==4.5.0
# via mypy
# via
# black
# mypy
urllib3==1.26.15
# via requests
uvicorn==0.21.1
Expand Down

0 comments on commit ced6062

Please sign in to comment.