From 3b8594482ff06210128aaff9d5fa2630ae3df168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 04:10:05 +0000 Subject: [PATCH] Bump pytest from 7.2.0 to 7.2.1 in /backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.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/7.2.0...7.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... 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 15db0f6..f5f0663 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ greenlet==1.1.3.post0 python-engineio==3.14.2 python-socketio==4.6.1 six==1.16.0 -pytest==7.2.0 +pytest==7.2.1 requests==2.28.2 discord-webhook==0.15.0 datadog==0.44.0 \ No newline at end of file