From bb5469c544d209940551735c995467c0da980f7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 00:50:20 +0000 Subject: [PATCH 1/2] Bump black from 23.9.1 to 23.10.1 Bumps [black](https://github.com/psf/black) from 23.9.1 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.9.1...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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3d5dada6563..483c2f95d0f 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.9.1 +black==23.10.1 pytest==7.4.2 pytest-bdd==6.1.1 splinter==0.19.0 From d61e46a4695b326356a2b57f6684edd2129ce5e3 Mon Sep 17 00:00:00 2001 From: afabiani Date: Wed, 8 Nov 2023 08:57:48 +0100 Subject: [PATCH 2/2] Align setup.cfg to requirements.txt --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 42ff67cbaeb..05bcab54342 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.9.1 + black==23.10.1 pytest==7.4.2 pytest-bdd==6.1.1 splinter==0.19.0