From 0de44211d224ef908bdc374d660cb73dde4d31e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 20:57:08 +0000 Subject: [PATCH] Bump pytest from 7.4.2 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 8.3.3. - [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.2...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4b736f6..9be11cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi == 0.91 uvicorn==0.30.5 pydantic==1.10.10 -pytest==7.4.2 +pytest==8.3.3 pytest-cov==4.1.0 httpx==0.23.0 \ No newline at end of file