From f0ec0ca461fd5a9fdaaf47f8af57364e470a5d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 22:31:13 +0000 Subject: [PATCH] Update pytest requirement from ~=7.4 to ~=8.2 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.0...8.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... 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 3f00401ee..71a1c8985 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ pre-commit==3.5.0;python_version <"3.9" # test freezegun~=1.4 mock~=5.1 -pytest~=7.4 +pytest~=8.2 pytest-csv~=3.0 pytest-dotenv~=0.5.2 pytest-logbook~=1.2