From 8a63672fa2a2ef70302322095fe99ac278084e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:19:38 +0000 Subject: [PATCH] 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](https://github.com/psf/black/compare/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] --- requirements-dev.txt | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e54f711d6332..0229883c5608 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,13 +4,19 @@ # # pip-compile --resolver=backtracking requirements-dev.in # +aiohttp==3.9.1 + # via black +aiosignal==1.3.1 + # via aiohttp asttokens==2.2.1 # via # devtools # stack-data attrs==22.1.0 - # via -r requirements-dev.in -black==23.11.0 + # via + # -r requirements-dev.in + # aiohttp +black==23.12.0 # via -r requirements-dev.in cfgv==3.4.0 # via pre-commit @@ -38,8 +44,14 @@ faker==20.1.0 # factory-boy filelock==3.12.2 # via virtualenv +frozenlist==1.4.0 + # via + # aiohttp + # aiosignal identify==2.5.27 # via pre-commit +idna==3.6 + # via yarl iniconfig==2.0.0 # via pytest ipython==8.18.0 @@ -48,6 +60,10 @@ jedi==0.19.0 # via ipython matplotlib-inline==0.1.6 # via ipython +multidict==6.0.4 + # via + # aiohttp + # yarl mypy-extensions==1.0.0 # via black nodeenv==1.8.0 @@ -106,6 +122,8 @@ vulture==2.10 # via -r requirements-dev.in wcwidth==0.2.6 # via prompt-toolkit +yarl==1.9.4 + # via aiohttp # The following packages are considered to be unsafe in a requirements file: # setuptools