From b6541aad366ce13e3144ac12af89c7af7375638e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 18:01:07 +0000 Subject: [PATCH] Bump pytest-bdd from 7.2.0 to 8.1.0 Bumps [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) from 7.2.0 to 8.1.0. - [Changelog](https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-bdd/compare/7.2.0...8.1.0) --- updated-dependencies: - dependency-name: pytest-bdd dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eca57635..71c1a96d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ develop = [] test = [ "python-dotenv==1.0.1", "pytest==8.3.3", - "pytest-bdd==7.2.0", + "pytest-bdd==8.1.0", "pytest-mock==3.14.0", "requests==2.32.3", "apache-airflow==2.10.3",