From 46061a4d4cd5c95f328d328ae77d94df851b92ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:37:12 +0000 Subject: [PATCH] :arrow_up: Update pytest requirement 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.4...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 2a9df95c..10735cfa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,5 +10,5 @@ black==23.3.0 mypy==1.9.0; python_version >= '3.8' mypy==1.4.1; python_version < '3.8' Flask==2.2.3 -pytest>=7.4.4,<=8.1.1 +pytest>=7.4.4,<=8.3.1 requests==2.31.0