From 106a094e285d787c25e0e2f9db63c768b0073495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 18:25:11 +0000 Subject: [PATCH] [dependency]: Bump pytest from 7.4.1 to 7.4.2 in /lightapi/python Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.1 to 7.4.2. - [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.1...7.4.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lightapi/python/dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightapi/python/dev_requirements.txt b/lightapi/python/dev_requirements.txt index 96583049bb..9fbea2cb9e 100644 --- a/lightapi/python/dev_requirements.txt +++ b/lightapi/python/dev_requirements.txt @@ -1,5 +1,5 @@ build==1.0.0 cffi==1.15.1 -pytest==7.4.1 +pytest==7.4.2 pytest-aiohttp==1.0.4 coverage>=6.3