From 79b0434da1faac30521c55528458501d079a9218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 01:12:58 +0000 Subject: [PATCH] build(deps): bump pytest from 7.3.1 to 7.4.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 7.4.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...7.4.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cba76b0..2ceb5f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ WebTest==3.0.0 python-json-logger==2.0.7 flake8==6.0.0 mypy==1.3.0 -pytest==7.3.1 +pytest==7.4.1 types-requests==2.31.0.1