Skip to content

Commit 9856e2b

Browse files
Bump the core-scripts group in /scripts with 8 updates (openshift-helm-charts#380)
Bumps the core-scripts 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.6.2` | `2024.8.30` | | [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` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` | | [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.6.2 to 2024.8.30 - [Commits](certifi/python-certifi@2024.06.02...2024.08.30) 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](kjd/idna@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](jenisys/parse_type@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](PyGithub/PyGithub@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](pyparsing/pyparsing@pyparsing_3.1.2...3.1.4) Updates `pytest` from 8.2.2 to 8.3.2 - [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.2.2...8.3.2) 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](yaml/pyyaml@6.0.1...6.0.2) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-major dependency-group: core-scripts - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core-scripts - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core-scripts - dependency-name: parse-type dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core-scripts - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core-scripts - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core-scripts - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core-scripts - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core-scripts ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4fdefcc commit 9856e2b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

scripts/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
attrs==23.2.0
2-
certifi==2024.6.2
1+
attrs==24.2.0
2+
certifi==2024.8.30
33
chardet==5.2.0
44
docker==7.1.0
55
environs==11.0.0
66
execnet==2.1.1
77
gitdb==4.0.11
88
GitPython==3.1.43
99
glob2==0.7
10-
idna==3.7
10+
idna==3.8
1111
iniconfig==2.0.0
1212
mako==1.3.5
1313
MarkupSafe==2.1.5
1414
packaging==24.1
1515
parse==1.20.2
16-
parse-type==0.6.2
16+
parse-type==0.6.3
1717
pluggy==1.5.0
1818
psutil==6.0.0
19-
PyGithub==2.3.0
20-
pyparsing==3.1.2
21-
pytest==8.2.2
19+
PyGithub==2.4.0
20+
pyparsing==3.1.4
21+
pytest==8.3.2
2222
pytest-bdd==7.2.0
23-
PyYAML==6.0.1
23+
PyYAML==6.0.2
2424
requests==2.32.3
2525
responses==0.25.3
2626
retrying==1.3.4

0 commit comments

Comments
 (0)