From ced60621b98672c56ea3f4102764510a01acfdc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 04:49:44 +0000 Subject: [PATCH] Bump black from 23.1.0 to 23.11.0 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](https://github.com/psf/black/compare/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] --- test-requirements.txt | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index a29024a..46c544d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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 @@ -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 @@ -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 @@ -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