Skip to content

Commit 3757ad0

Browse files
Bump the testing group in /scripts with 5 updates (#555)
Bumps the testing group in /scripts with 5 updates: | Package | From | To | | --- | --- | --- | | [attrs](https://github.com/sponsors/hynek) | `25.3.0` | `25.4.0` | | [certifi](https://github.com/certifi/python-certifi) | `2025.8.3` | `2025.11.12` | | [idna](https://github.com/kjd/idna) | `3.10` | `3.11` | | [iniconfig](https://github.com/pytest-dev/iniconfig) | `2.1.0` | `2.3.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.1` | Updates `attrs` from 25.3.0 to 25.4.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `certifi` from 2025.8.3 to 2025.11.12 - [Commits](certifi/python-certifi@2025.08.03...2025.11.12) Updates `idna` from 3.10 to 3.11 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.10...v3.11) Updates `iniconfig` from 2.1.0 to 2.3.0 - [Release notes](https://github.com/pytest-dev/iniconfig/releases) - [Changelog](https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG) - [Commits](pytest-dev/iniconfig@v2.1.0...v2.3.0) Updates `pytest` from 8.4.2 to 9.0.1 - [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.4.2...9.0.1) --- updated-dependencies: - dependency-name: attrs dependency-version: 25.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: certifi dependency-version: 2025.11.12 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: idna dependency-version: '3.11' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: iniconfig dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 449a595 commit 3757ad0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
attrs==25.3.0
2-
certifi==2025.8.3
1+
attrs==25.4.0
2+
certifi==2025.11.12
33
chardet==5.2.0
44
deepdiff==8.6.1
55
gitdb==4.0.12
66
GitPython==3.1.45
77
glob2==0.7
8-
idna==3.10
9-
iniconfig==2.1.0
8+
idna==3.11
9+
iniconfig==2.3.0
1010
mako==1.3.10
1111
MarkupSafe==3.0.3
1212
packaging==25.0
@@ -15,7 +15,7 @@ parse-type==0.6.6
1515
pluggy==1.6.0
1616
PyGithub==2.8.1
1717
pyparsing==3.2.5
18-
pytest==8.4.2
18+
pytest==9.0.1
1919
pytest-bdd==8.1.0
2020
PyYAML==6.0.3
2121
requests==2.32.5

0 commit comments

Comments
 (0)