From 7dfe2c13e9ede988e904cf2da7bb4c8a56b8b1d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 00:19:50 +0000 Subject: [PATCH] Bump pytest from 8.2.0 to 8.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.1. - [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/8.2.0...8.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bc8c0e..5aa4ddf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ fastapi==0.111.0 httpx==0.27.0 pydantic==2.7.1 pydantic_settings==2.2.1 -pytest==8.2.0 +pytest==8.2.1 python-dotenv==1.0.1 uvicorn==0.29.0 \ No newline at end of file