From 2b1ab087db0a1cdf7ec483931d0363c67013ea20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:13:47 +0000 Subject: [PATCH] Bump the core-scripts group in /scripts with 4 updates Bumps the core-scripts group in /scripts with 4 updates: [environs](https://github.com/sloria/environs), [packaging](https://github.com/pypa/packaging), [pygithub](https://github.com/pygithub/pygithub) and [pytest-bdd](https://github.com/pytest-dev/pytest-bdd). Updates `environs` from 11.0.0 to 11.2.1 - [Changelog](https://github.com/sloria/environs/blob/main/CHANGELOG.md) - [Commits](https://github.com/sloria/environs/compare/11.0.0...11.2.1) Updates `packaging` from 24.1 to 24.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/24.1...24.2) Updates `pygithub` from 2.4.0 to 2.5.0 - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.4.0...v2.5.0) Updates `pytest-bdd` from 7.3.0 to 8.0.0 - [Changelog](https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-bdd/compare/7.3.0...8.0.0) --- updated-dependencies: - dependency-name: environs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core-scripts - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core-scripts - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core-scripts - dependency-name: pytest-bdd dependency-type: direct:production update-type: version-update:semver-major dependency-group: core-scripts ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index a157dd2b..757e9844 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -2,7 +2,7 @@ attrs==24.2.0 certifi==2024.8.30 chardet==5.2.0 docker==7.1.0 -environs==11.0.0 +environs==11.2.1 execnet==2.1.1 gitdb==4.0.11 GitPython==3.1.43 @@ -11,15 +11,15 @@ idna==3.10 iniconfig==2.0.0 mako==1.3.6 MarkupSafe==3.0.2 -packaging==24.1 +packaging==24.2 parse==1.20.2 parse-type==0.6.4 pluggy==1.5.0 psutil==6.1.0 -PyGithub==2.4.0 +PyGithub==2.5.0 pyparsing==3.2.0 pytest==8.3.3 -pytest-bdd==7.3.0 +pytest-bdd==8.0.0 PyYAML==6.0.2 requests==2.32.3 responses==0.25.3