From a3141fb916a2cca8174e48d7015cfc50055372f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 05:14:51 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 7.4.3 to 7.4.4 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4. - [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.4.3...7.4.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index fd3e2d724..d4b06633b 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -173,7 +173,7 @@ pyjwt==2.8.0 # via -r requirements.txt pyrepl==0.9.0 # via fancycompleter -pytest==7.4.3 +pytest==7.4.4 # via # -r requirements-dev.in # pytest-timeout