From 4210ba1fabfd39ad5f36e8b3dea42624ad75dc53 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 5 Jun 2024 08:48:48 +0000
Subject: [PATCH] build(deps): bump pytest from 8.2.1 to 8.2.2

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.1...8.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements/test.txt         | 2 +-
 requirements/test_windows.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements/test.txt b/requirements/test.txt
index a74cc08e4..626ba9d53 100644
--- a/requirements/test.txt
+++ b/requirements/test.txt
@@ -2,7 +2,7 @@ Flask==3.0.3
 coverage==7.5.3
 argparse
 Django>=2.0.6
-pytest==8.2.1
+pytest==8.2.2
 pytest-xdist==3.6.1
 pytest-ignore-flaky==2.2.1
 zope.testbrowser==7.0
diff --git a/requirements/test_windows.txt b/requirements/test_windows.txt
index 049b72911..3624fbe61 100644
--- a/requirements/test_windows.txt
+++ b/requirements/test_windows.txt
@@ -1,6 +1,6 @@
 Flask==3.0.3
 coverage==7.5.3
 argparse
-pytest==8.2.1
+pytest==8.2.2
 pytest-ignore-flaky==2.2.1
 pytest-xdist==3.6.1