From c9fb017c0e3cadd38c42b0bea6f12dc5ba09f68c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:45:13 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Bump=20pytest=20from=208.3.2=20t?= =?UTF-8?q?o=208.3.3=20(#26)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pytest](https://github.com/pytest-dev/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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev_requirements/requirements-testing.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev_requirements/requirements-testing.txt b/dev_requirements/requirements-testing.txt index b4447af..5df48fb 100644 --- a/dev_requirements/requirements-testing.txt +++ b/dev_requirements/requirements-testing.txt @@ -4,13 +4,11 @@ # # pip-compile '.\requirements-testing.in' # -colorama==0.4.6 - # via pytest iniconfig==2.0.0 # via pytest packaging==24.1 # via pytest pluggy==1.5.0 # via pytest -pytest==8.3.2 - # via -r .\requirements-testing.in +pytest==8.3.3 + # via -r dev_requirements/requirements-testing.in