From 98268b377aaa0b8662f78dfd38215bbf7fa1f256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 10:33:23 -0400 Subject: [PATCH] Bump pytest from 7.4.1 to 7.4.2 (#4541) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.1 to 7.4.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/7.4.1...7.4.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index 62fc775a0..0e967dbc7 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -9,7 +9,7 @@ pytest-aiohttp==1.0.5 pytest-asyncio==0.18.3 pytest-cov==4.1.0 pytest-timeout==2.1.0 -pytest==7.4.1 +pytest==7.4.2 pyupgrade==3.10.1 time-machine==2.12.0 typing_extensions==4.7.1