From 6b025dab3f3a6de22b4ed0c7b743d3b1a9d4caa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:11:28 +0000 Subject: [PATCH] Update pytest requirement from ~=7.4 to ~=8.3 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.3.1) --- 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 2f020a1f0..e7931ccf8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -12,7 +12,7 @@ pre-commit~=3.5.0;python_version<"3.9" # test ddtrace==2.3.0 freezegun~=1.4 -pytest~=7.4 +pytest~=8.3 pytest-csv~=3.0 pytest-dotenv~=0.5.2 pytest-logbook~=1.2