From 1bcc5b1e10976ab94f78e8032b7b4a6147c5fde4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 23:49:00 +0000 Subject: [PATCH] Bump pytest from 8.2.1 to 8.2.2 in /dev 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] --- dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index 78e86119..3185da1f 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -3,7 +3,7 @@ black==24.4.2 flake8==7.0.0 isort==5.13.2 mypy==1.10.0 -pytest==8.2.1 +pytest==8.2.2 pyupgrade==3.15.2 pyyaml==6.0.1 simplejson==3.19.2