From 4248a58416a2efcf51e3ae5a0c01e77b29d74879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:24:50 +0000 Subject: [PATCH 1/2] build(deps): bump pytest-bdd from 7.1.1 to 7.1.2 Bumps [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) from 7.1.1 to 7.1.2. - [Release notes](https://github.com/pytest-dev/pytest-bdd/releases) - [Changelog](https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-bdd/compare/7.1.1...7.1.2) --- updated-dependencies: - dependency-name: pytest-bdd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 01f94e4b17e..00a142706b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -148,7 +148,7 @@ requests-toolbelt==1.0.0 flake8==7.0.0 black==24.3.0 pytest==8.1.1 -pytest-bdd==7.1.1 +pytest-bdd==7.1.2 splinter==0.21.0 pytest-splinter==3.3.2 pytest-django==4.8.0 From 0fc895830d6ff91480c3ebf25d26f7f762d764bf Mon Sep 17 00:00:00 2001 From: afabiani Date: Fri, 29 Mar 2024 10:31:41 +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 e078fcf482b..5dec9b8d731 100644 --- a/setup.cfg +++ b/setup.cfg @@ -173,7 +173,7 @@ install_requires = flake8==7.0.0 black==24.3.0 pytest==8.1.1 - pytest-bdd==7.1.1 + pytest-bdd==7.1.2 splinter==0.21.0 pytest-splinter==3.3.2 pytest-django==4.8.0