From 5032a5e063a194f52d4a07c5bf577e9aca27ba34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:33:18 +0000 Subject: [PATCH] build(deps): bump pytest from 7.3.1 to 7.4.4 (#325) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 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.3.1...7.4.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 376ae36..fa44479 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ pycparser==2.21 Pygments==2.16.1 PyJWT==2.8.0 pyrsistent==0.20.0 -pytest==7.3.1 +pytest==7.4.4 python-dateutil==2.8.2 PyYAML==6.0.1 referencing==0.32.0