From 060833a2f20f29df2825f72d9cd031af1c343669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 01:27:26 +0000 Subject: [PATCH] Bump black from 23.1.0 to 23.7.0 in /requirements Bumps [black](https://github.com/psf/black) from 23.1.0 to 23.7.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.7.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 30 +++++++++--------------------- requirements/test.txt | 22 ++++++++-------------- 2 files changed, 17 insertions(+), 35 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index d2762d3..0f0db8a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -20,8 +20,8 @@ backcall==0.2.0 # via ipython beautifulsoup4==4.11.1 # via nbconvert -black==23.1.0 - # via -r requirements/dev.in +black==23.7.0 + # via -r dev.in bleach==5.0.1 # via nbconvert build==0.8.0 @@ -52,11 +52,9 @@ fastcore==1.5.27 fastjsonschema==2.16.2 # via nbformat flake8==6.0.0 - # via -r requirements/dev.in + # via -r dev.in ghapi==1.0.3 # via nbdev -importlib-metadata==6.0.0 - # via nbconvert ipykernel==6.15.3 # via # ipywidgets @@ -66,7 +64,7 @@ ipykernel==6.15.3 # qtconsole ipython==8.7.0 # via - # -r requirements/dev.in + # -r dev.in # execnb # ipykernel # ipywidgets @@ -86,7 +84,7 @@ jinja2==3.1.2 jsonschema==4.16.0 # via nbformat jupyter==1.0.0 - # via -r requirements/dev.in + # via -r dev.in jupyter-client==7.3.5 # via # ipykernel @@ -122,7 +120,7 @@ mccabe==0.7.0 mistune==2.0.4 # via nbconvert mypy==0.991 - # via -r requirements/dev.in + # via -r dev.in mypy-extensions==0.4.3 # via # black @@ -134,7 +132,7 @@ nbconvert==7.0.0 # jupyter # notebook nbdev==2.3.11 - # via -r requirements/dev.in + # via -r dev.in nbformat==5.6.0 # via # nbclient @@ -170,7 +168,7 @@ pexpect==4.8.0 pickleshare==0.7.5 # via ipython pip-tools==6.11.0 - # via -r requirements/dev.in + # via -r dev.in platformdirs==2.5.2 # via black prometheus-client==0.14.1 @@ -231,12 +229,6 @@ terminado==0.15.0 # via notebook tinycss2==1.1.1 # via nbconvert -tomli==2.0.1 - # via - # black - # build - # mypy - # pep517 tornado==6.2 # via # ipykernel @@ -257,9 +249,7 @@ traitlets==5.4.0 # notebook # qtconsole typing-extensions==4.3.0 - # via - # black - # mypy + # via mypy watchdog==2.1.9 # via nbdev wcwidth==0.2.5 @@ -274,8 +264,6 @@ wheel==0.37.1 # pip-tools widgetsnbextension==4.0.3 # via ipywidgets -zipp==3.12.1 - # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements/test.txt b/requirements/test.txt index fc2b6af..52ff106 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -6,22 +6,22 @@ # attrs==22.1.0 # via pytest -black==23.1.0 - # via -r requirements/test.in +black==23.7.0 + # via -r test.in click==8.1.3 # via - # -r requirements/test.in + # -r test.in # black coverage[toml]==6.4.4 # via pytest-cov flake8==6.0.0 - # via -r requirements/test.in + # via -r test.in iniconfig==1.1.1 # via pytest mccabe==0.7.0 # via flake8 mypy==0.991 - # via -r requirements/test.in + # via -r test.in mypy-extensions==0.4.3 # via # black @@ -45,14 +45,8 @@ pyflakes==3.0.1 pytest==7.1.3 # via pytest-cov pytest-cov==4.0.0 - # via -r requirements/test.in + # via -r test.in tomli==2.0.1 - # via - # black - # coverage - # mypy - # pytest + # via pytest typing-extensions==4.3.0 - # via - # black - # mypy + # via mypy