From 1452e05c1069f67e5a54d2f35c9beaae83e0dd2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 04:12:49 +0000 Subject: [PATCH] Bump black from 23.7.0 to 23.10.1 Bumps [black](https://github.com/psf/black) from 23.7.0 to 23.10.1. - [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.7.0...23.10.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 64d7929..18e5759 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ attrs==23.1.0 # referencing binaryornot==0.4.4 # via cookiecutter -black==23.7.0 +black==23.10.1 # via -r requirements.in bump2version==1.0.1 # via bumpversion @@ -40,8 +40,14 @@ dill==0.3.6 # via pylint docker==6.1.3 # via -r requirements.in +exceptiongroup==1.1.3 + # via pytest idna==3.4 # via requests +importlib-resources==6.1.0 + # via + # jsonschema + # jsonschema-specifications iniconfig==1.1.1 # via pytest isort==5.10.1 @@ -72,6 +78,8 @@ packaging==23.0 # pytest-sugar pathspec==0.10.1 # via black +pkgutil-resolve-name==1.3.10 + # via jsonschema platformdirs==2.5.2 # via # black @@ -124,8 +132,19 @@ termcolor==2.2.0 # via pytest-sugar text-unidecode==1.3 # via python-slugify +tomli==2.0.1 + # via + # black + # coverage + # pylint + # pytest tomlkit==0.11.4 # via pylint +typing-extensions==4.8.0 + # via + # astroid + # black + # pylint urllib3==1.26.12 # via # docker @@ -134,3 +153,5 @@ websocket-client==1.4.1 # via docker wrapt==1.14.1 # via astroid +zipp==3.17.0 + # via importlib-resources