From 8932970a68f367578cfc7fafd5f8d629716f7900 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 1 Nov 2021 03:01:28 +0000
Subject: [PATCH] build(deps): Bump pytest-bdd in /testing/plugins_integration

Bumps [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) from 4.1.0 to 5.0.0.
- [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/4.1.0...5.0.0)

---
updated-dependencies:
- dependency-name: pytest-bdd
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 testing/plugins_integration/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/plugins_integration/requirements.txt b/testing/plugins_integration/requirements.txt
index 89e8b0890..e74048f7b 100644
--- a/testing/plugins_integration/requirements.txt
+++ b/testing/plugins_integration/requirements.txt
@@ -1,7 +1,7 @@
 anyio[curio,trio]==3.3.4
 django==3.2.8
 pytest-asyncio==0.16.0
-pytest-bdd==4.1.0
+pytest-bdd==5.0.0
 pytest-cov==3.0.0
 pytest-django==4.4.0
 pytest-flakes==4.0.4