From 7eb702fe1d4ad5cc4a4115dc8cb44acc86232af9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 09:46:27 +0000 Subject: [PATCH] Update pytest requirement from ~=7.1.1 to ~=7.1.2 in /api 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.1.1...7.1.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 0824c0d..742c783 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -8,7 +8,7 @@ pyjwt==2.3.0 apiflask==0.12.0 flask-cors==3.0.10 bcrypt==3.2.0 -pytest~=7.1.1 +pytest~=7.1.2 pytest-cov marshmallow~=3.15.0 faker~=13.3.4