From 057ccd3dfdb8e18cb30ec78662def2b90ae981e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:26:44 -0500 Subject: [PATCH] Bump the testing group in /scripts with 2 updates (#459) Bumps the testing group in /scripts with 2 updates: [certifi](https://github.com/certifi/python-certifi) and [pytest](https://github.com/pytest-dev/pytest). Updates `certifi` from 2024.6.2 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04) Updates `pytest` from 8.2.2 to 8.3.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/8.2.2...8.3.2) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- scripts/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 3fd6f6b2..565ed2c7 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,5 +1,5 @@ attrs==23.2.0 -certifi==2024.6.2 +certifi==2024.7.4 chardet==5.2.0 deepdiff==7.0.1 gitdb==4.0.11 @@ -16,7 +16,7 @@ pluggy==1.5.0 py==1.11.0 PyGithub==2.3.0 pyparsing==3.1.2 -pytest==8.2.2 +pytest==8.3.2 pytest-bdd==7.2.0 PyYAML==6.0.1 requests==2.32.3