From 71bca796e8165d39dbdb151b95b65696fe763a7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 09:25:48 +0000 Subject: [PATCH] Bump pytest from 7.3.1 to 8.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 8.1.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/7.3.1...8.1.1) --- 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 c08892b..649741c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ SQLAlchemy==2.0.29 postgres==4.0 # Testing dependencies -pytest==7.3.1 \ No newline at end of file +pytest==8.1.1 \ No newline at end of file