From 195383641f81687bb05fc0b2105814369e28f40a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 13:15:25 +0000 Subject: [PATCH] Flask: Bump black from 22.3.0 to 23.1.0 in /flask Bumps [black](https://github.com/psf/black) from 22.3.0 to 23.1.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/22.3.0...23.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- flask/requirements-dev.txt | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/flask/requirements-dev.txt b/flask/requirements-dev.txt index 57d1480a..243ea752 100644 --- a/flask/requirements-dev.txt +++ b/flask/requirements-dev.txt @@ -14,7 +14,7 @@ attrs==21.4.0 # via pytest authlib==1.0.1 # via -r requirements.in -black==22.3.0 +black==23.1.0 # via -r requirements-dev.in certifi==2022.5.18.1 # via @@ -92,8 +92,9 @@ mypy-extensions==0.4.3 # via black numpy==1.22.4 # via pandas -packaging==21.3 +packaging==23.0 # via + # black # marshmallow # pytest pandas==1.4.2 @@ -118,8 +119,6 @@ pylint==2.14.1 # via -r requirements-dev.in pymysql[rsa]==1.0.2 # via -r requirements.in -pyparsing==3.0.9 - # via packaging pytest==7.1.2 # via # -r requirements-dev.in @@ -160,11 +159,7 @@ sqlalchemy==1.4.37 starkbank-ecdsa==2.0.3 # via sendgrid tomli==2.0.1 - # via - # black - # coverage - # pylint - # pytest + # via pytest tomlkit==0.11.0 # via pylint tzdata==2022.1