Skip to content

Commit

Permalink
Bump the core-scripts group in /scripts with 8 updates (#380)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 4fdefcc commit 9856e2b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
attrs==23.2.0
certifi==2024.6.2
attrs==24.2.0
certifi==2024.8.30
chardet==5.2.0
docker==7.1.0
environs==11.0.0
execnet==2.1.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
psutil==6.0.0
PyGithub==2.3.0
pyparsing==3.1.2
pytest==8.2.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
responses==0.25.3
retrying==1.3.4
Expand Down

0 comments on commit 9856e2b

Please sign in to comment.