Skip to content

Commit

Permalink
Merge pull request #399 from Ableton/dependabot/pip/black-23.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 13, 2023
2 parents 8293a7e + 58ad842 commit 3305034
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
#
# pip-compile --allow-unsafe --output-file=requirements-dev.txt --resolver=backtracking --strip-extras requirements-dev.in
#
black==23.11.0
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via aiohttp
black==23.12.0
# via -r requirements-dev.in
build==0.10.0
# via pip-tools
Expand All @@ -14,8 +22,18 @@ click==8.1.3
# pip-tools
exceptiongroup==1.1.1
# via pytest
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
idna==3.6
# via yarl
iniconfig==2.0.0
# via pytest
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via black
packaging==23.1
Expand Down Expand Up @@ -47,6 +65,8 @@ typing-extensions==4.7.1
# via black
wheel==0.40.0
# via pip-tools
yarl==1.9.4
# via aiohttp

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

0 comments on commit 3305034

Please sign in to comment.