From 3843368af2a910a535882b7ba892f716a93e9df6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:29:42 +0000 Subject: [PATCH] Bump the testing group across 1 directory with 8 updates Bumps the testing group with 8 updates in the /scripts directory: | Package | From | To | | --- | --- | --- | | [idna](https://github.com/kjd/idna) | `3.8` | `3.10` | | [mako](https://github.com/sqlalchemy/mako) | `1.3.5` | `1.3.6` | | [markupsafe](https://github.com/pallets/markupsafe) | `2.1.5` | `3.0.2` | | [parse-type](https://github.com/jenisys/parse_type) | `0.6.3` | `0.6.4` | | [pyparsing](https://github.com/pyparsing/pyparsing) | `3.1.4` | `3.2.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) | `7.2.0` | `7.3.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` | Updates `idna` from 3.8 to 3.10 - [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.8...v3.10) Updates `mako` from 1.3.5 to 1.3.6 - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) Updates `markupsafe` from 2.1.5 to 3.0.2 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/2.1.5...3.0.2) Updates `parse-type` from 0.6.3 to 0.6.4 - [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.3...v0.6.4) Updates `pyparsing` from 3.1.4 to 3.2.0 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/3.1.4...3.2.0) 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) Updates `pytest-bdd` from 7.2.0 to 7.3.0 - [Changelog](https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-bdd/compare/7.2.0...7.3.0) Updates `urllib3` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.2...2.2.3) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: mako dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: parse-type dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing - dependency-name: pyparsing 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-patch dependency-group: testing - dependency-name: pytest-bdd dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: urllib3 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 92aa7e2e..17d73c94 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -5,18 +5,18 @@ deepdiff==8.0.1 gitdb==4.0.11 GitPython==3.1.43 glob2==0.7 -idna==3.8 +idna==3.10 iniconfig==2.0.0 -mako==1.3.5 -MarkupSafe==2.1.5 +mako==1.3.6 +MarkupSafe==3.0.2 packaging==24.1 parse==1.20.2 -parse-type==0.6.3 +parse-type==0.6.4 pluggy==1.5.0 PyGithub==2.4.0 -pyparsing==3.1.4 -pytest==8.3.2 -pytest-bdd==7.2.0 +pyparsing==3.2.0 +pytest==8.3.3 +pytest-bdd==7.3.0 PyYAML==6.0.2 requests==2.32.3 retrying==1.3.4 @@ -24,5 +24,5 @@ semver==3.0.2 six==1.16.0 smmap==5.0.1 toml==0.10.2 -urllib3==2.2.2 +urllib3==2.2.3 six==1.16.0