From ae7a30fdaec0923e5b447bde2f8e1cd7f0ac640c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 10:46:54 +0000 Subject: [PATCH] Bump pytest from 7.1.2 to 7.2.0 in /backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.2.0. - [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.2...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 3963313..952ba91 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ greenlet==1.1.2 python-engineio==3.14.2 python-socketio==4.6.1 six==1.16.0 -pytest==7.1.1 +pytest==7.2.0 requests==2.27.1 discord-webhook==0.15.0 datadog==0.44.0 \ No newline at end of file