From 94531f29459843889de57298a95c340a8c02e5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:34:19 +0000 Subject: [PATCH] Update pytest requirement from ~=7.4.0 to ~=7.4.1 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...7.4.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7e31ee2..de4eef0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ black == 23.7.0 types-PyYAML==6.0.12.10 types-ujson==5.8.0.1 pydantic~=2.1.1 -pytest~=7.4.0 +pytest~=7.4.1 httpx~=0.24.1 \ No newline at end of file