From 75296aff49e3311feace91f1f7a62aafb2af9f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 18:14:30 +0000 Subject: [PATCH] [dependency]: bump pytest Bumps the light-python-dependencies group in /lightapi/python with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 8.3.2 to 8.3.3 - [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/8.3.2...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: light-python-dependencies ... 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 c2e525e56..5fcf3c286 100644 --- a/lightapi/python/dev_requirements.txt +++ b/lightapi/python/dev_requirements.txt @@ -1,5 +1,5 @@ build==1.2.2 cffi==1.17.1 -pytest==8.3.2 +pytest==8.3.3 pytest-aiohttp==1.0.5 coverage>=6.3