From 19459ba2a6e6e4abb47f96afd4a9e4a40640a6e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:34:57 +0000 Subject: [PATCH 1/2] Bump black from 23.11.0 to 23.12.1 Bumps [black](https://github.com/psf/black) from 23.11.0 to 23.12.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.11.0...23.12.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 62347bf144a..34791080703 100644 --- a/requirements.txt +++ b/requirements.txt @@ -153,7 +153,7 @@ invoke==2.2.0 coverage==7.3.1 requests-toolbelt==1.0.0 flake8==6.1.0 -black==23.11.0 +black==23.12.1 pytest==7.4.2 pytest-bdd==6.1.1 splinter==0.19.0 From a04f8f3cf8522f7b4e132a2fb084f15886c83dc2 Mon Sep 17 00:00:00 2001 From: afabiani Date: Tue, 9 Jan 2024 18:38:00 +0100 Subject: [PATCH 2/2] [Dependencies] Align setup.cfg with requirements.txt --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a23412cf817..90aabdfa48b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -178,7 +178,7 @@ install_requires = coverage==7.3.1 requests-toolbelt==1.0.0 flake8==6.1.0 - black==23.11.0 + black==23.12.1 pytest==7.4.2 pytest-bdd==6.1.1 splinter==0.19.0