From 41d69e7213539dac6a5596d63607d2f265a31376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:34:58 +0000 Subject: [PATCH] Bump the testing group in /scripts with 8 updates Bumps the testing group in /scripts with 8 updates: | Package | From | To | | --- | --- | --- | | [attrs](https://github.com/sponsors/hynek) | `23.2.0` | `24.2.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.8.30` | | [deepdiff](https://github.com/seperman/deepdiff) | `7.0.1` | `8.0.1` | | [idna](https://github.com/kjd/idna) | `3.7` | `3.8` | | [parse-type](https://github.com/jenisys/parse_type) | `0.6.2` | `0.6.3` | | [pygithub](https://github.com/pygithub/pygithub) | `2.3.0` | `2.4.0` | | [pyparsing](https://github.com/pyparsing/pyparsing) | `3.1.2` | `3.1.4` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` | Updates `attrs` from 23.2.0 to 24.2.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `certifi` from 2024.7.4 to 2024.8.30 - [Commits](https://github.com/certifi/python-certifi/compare/2024.07.04...2024.08.30) Updates `deepdiff` from 7.0.1 to 8.0.1 - [Release notes](https://github.com/seperman/deepdiff/releases) - [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst) - [Commits](https://github.com/seperman/deepdiff/commits) Updates `idna` from 3.7 to 3.8 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.7...v3.8) Updates `parse-type` from 0.6.2 to 0.6.3 - [Release notes](https://github.com/jenisys/parse_type/releases) - [Changelog](https://github.com/jenisys/parse_type/blob/main/CHANGES.txt) - [Commits](https://github.com/jenisys/parse_type/compare/v0.6.2...v0.6.3) Updates `pygithub` from 2.3.0 to 2.4.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.3.0...v2.4.0) Updates `pyparsing` from 3.1.2 to 3.1.4 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/pyparsing_3.1.2...3.1.4) Updates `pyyaml` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: deepdiff dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: parse-type dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 32aaf593..92aa7e2e 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,23 +1,23 @@ -attrs==23.2.0 -certifi==2024.7.4 +attrs==24.2.0 +certifi==2024.8.30 chardet==5.2.0 -deepdiff==7.0.1 +deepdiff==8.0.1 gitdb==4.0.11 GitPython==3.1.43 glob2==0.7 -idna==3.7 +idna==3.8 iniconfig==2.0.0 mako==1.3.5 MarkupSafe==2.1.5 packaging==24.1 parse==1.20.2 -parse-type==0.6.2 +parse-type==0.6.3 pluggy==1.5.0 -PyGithub==2.3.0 -pyparsing==3.1.2 +PyGithub==2.4.0 +pyparsing==3.1.4 pytest==8.3.2 pytest-bdd==7.2.0 -PyYAML==6.0.1 +PyYAML==6.0.2 requests==2.32.3 retrying==1.3.4 semver==3.0.2