Skip to content

Commit a5c9d97

Browse files
Bump the testing group across 1 directory with 10 updates (#482)
Bumps the testing group with 10 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` | | [packaging](https://github.com/pypa/packaging) | `24.1` | `24.2` | | [parse-type](https://github.com/jenisys/parse_type) | `0.6.3` | `0.6.4` | | [pygithub](https://github.com/pygithub/pygithub) | `2.4.0` | `2.5.0` | | [pyparsing](https://github.com/pyparsing/pyparsing) | `3.1.4` | `3.2.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.4` | | [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) | `7.2.0` | `8.0.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](kjd/idna@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](pallets/markupsafe@2.1.5...3.0.2) 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](pypa/packaging@24.1...24.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](jenisys/parse_type@v0.6.3...v0.6.4) 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](PyGithub/PyGithub@v2.4.0...v2.5.0) 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](pyparsing/pyparsing@3.1.4...3.2.0) Updates `pytest` from 8.3.2 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.2...8.3.4) Updates `pytest-bdd` from 7.2.0 to 8.0.0 - [Changelog](https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst) - [Commits](pytest-dev/pytest-bdd@7.2.0...8.0.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](urllib3/urllib3@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: packaging 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-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-major dependency-group: testing - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c296a1c commit a5c9d97

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

scripts/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ deepdiff==8.0.1
55
gitdb==4.0.11
66
GitPython==3.1.43
77
glob2==0.7
8-
idna==3.8
8+
idna==3.10
99
iniconfig==2.0.0
10-
mako==1.3.5
11-
MarkupSafe==2.1.5
12-
packaging==24.1
10+
mako==1.3.6
11+
MarkupSafe==3.0.2
12+
packaging==24.2
1313
parse==1.20.2
14-
parse-type==0.6.3
14+
parse-type==0.6.4
1515
pluggy==1.5.0
16-
PyGithub==2.4.0
17-
pyparsing==3.1.4
18-
pytest==8.3.2
19-
pytest-bdd==7.2.0
16+
PyGithub==2.5.0
17+
pyparsing==3.2.0
18+
pytest==8.3.4
19+
pytest-bdd==8.0.0
2020
PyYAML==6.0.2
2121
requests==2.32.3
2222
retrying==1.3.4
2323
semver==3.0.2
2424
six==1.16.0
2525
smmap==5.0.1
2626
toml==0.10.2
27-
urllib3==2.2.2
27+
urllib3==2.2.3
2828
six==1.16.0

0 commit comments

Comments
 (0)