forked from redhat-certification/chart-verifier
-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the testing group across 1 directory with 25 updates #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the testing group with 25 updates in the /scripts directory: | Package | From | To | | --- | --- | --- | | [attrs](https://github.com/sponsors/hynek) | `21.2.0` | `24.2.0` | | [certifi](https://github.com/certifi/python-certifi) | `2020.12.5` | `2024.7.4` | | [chardet](https://github.com/chardet/chardet) | `4.0.0` | `5.2.0` | | [deepdiff](https://github.com/seperman/deepdiff) | `5.6.0` | `7.0.1` | | [gitdb](https://github.com/gitpython-developers/gitdb) | `4.0.7` | `4.0.11` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.18` | `3.1.43` | | [idna](https://github.com/kjd/idna) | `2.10` | `3.8` | | [iniconfig](https://github.com/pytest-dev/iniconfig) | `1.1.1` | `2.0.0` | | [mako](https://github.com/sqlalchemy/mako) | `1.2.3` | `1.3.5` | | [markupsafe](https://github.com/pallets/markupsafe) | `2.0.1` | `2.1.5` | | [packaging](https://github.com/pypa/packaging) | `21.0` | `24.1` | | [parse](https://github.com/r1chardj0n3s/parse) | `1.19.0` | `1.20.2` | | [parse-type](https://github.com/jenisys/parse_type) | `0.5.2` | `0.6.3` | | [pluggy](https://github.com/pytest-dev/pluggy) | `0.13.1` | `1.5.0` | | [py](https://github.com/pytest-dev/py) | `1.10.0` | `1.11.0` | | [pygithub](https://github.com/pygithub/pygithub) | `1.55` | `2.4.0` | | [pyparsing](https://github.com/pyparsing/pyparsing) | `2.4.7` | `3.1.4` | | [pytest](https://github.com/pytest-dev/pytest) | `6.2.4` | `8.3.2` | | [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) | `4.1.0` | `7.2.0` | | [pyyaml](https://github.com/yaml/pyyaml) | `5.4.1` | `6.0.2` | | [requests](https://github.com/psf/requests) | `2.25.1` | `2.32.3` | | [retrying](https://github.com/groodt/retrying) | `1.3.3` | `1.3.4` | | [semver](https://github.com/python-semver/python-semver) | `2.13.0` | `3.0.2` | | [smmap](https://github.com/gitpython-developers/smmap) | `4.0.0` | `5.0.1` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.5` | `2.2.2` | Updates `attrs` from 21.2.0 to 24.2.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `certifi` from 2020.12.5 to 2024.7.4 - [Commits](certifi/python-certifi@2020.12.05...2024.07.04) Updates `chardet` from 4.0.0 to 5.2.0 - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](chardet/chardet@4.0.0...5.2.0) Updates `deepdiff` from 5.6.0 to 7.0.1 - [Release notes](https://github.com/seperman/deepdiff/releases) - [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst) - [Commits](seperman/deepdiff@5.6.0...7.0.1) Updates `gitdb` from 4.0.7 to 4.0.11 - [Release notes](https://github.com/gitpython-developers/gitdb/releases) - [Commits](gitpython-developers/gitdb@4.0.7...4.0.11) Updates `gitpython` from 3.1.18 to 3.1.43 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.18...3.1.43) Updates `idna` from 2.10 to 3.8 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v2.10...v3.8) Updates `iniconfig` from 1.1.1 to 2.0.0 - [Release notes](https://github.com/pytest-dev/iniconfig/releases) - [Changelog](https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG) - [Commits](pytest-dev/iniconfig@v1.1.1...v2.0.0) Updates `mako` from 1.2.3 to 1.3.5 - [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.0.1 to 2.1.5 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@2.0.1...2.1.5) Updates `packaging` from 21.0 to 24.1 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@21.0...24.1) Updates `parse` from 1.19.0 to 1.20.2 - [Release notes](https://github.com/r1chardj0n3s/parse/releases) - [Commits](r1chardj0n3s/parse@1.19.0...1.20.2) Updates `parse-type` from 0.5.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.5.2...v0.6.3) Updates `pluggy` from 0.13.1 to 1.5.0 - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pluggy@0.13.1...1.5.0) Updates `py` from 1.10.0 to 1.11.0 - [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/py@1.10.0...1.11.0) Updates `pygithub` from 1.55 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@v1.55...v2.4.0) Updates `pyparsing` from 2.4.7 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_2.4.7...3.1.4) Updates `pytest` from 6.2.4 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@6.2.4...8.3.2) Updates `pytest-bdd` from 4.1.0 to 7.2.0 - [Release notes](https://github.com/pytest-dev/pytest-bdd/releases) - [Changelog](https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst) - [Commits](pytest-dev/pytest-bdd@4.1.0...7.2.0) Updates `pyyaml` from 5.4.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@5.4.1...6.0.2) Updates `requests` from 2.25.1 to 2.32.3 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.25.1...v2.32.3) Updates `retrying` from 1.3.3 to 1.3.4 - [Changelog](https://github.com/groodt/retrying/blob/main/HISTORY.rst) - [Commits](https://github.com/groodt/retrying/commits/v1.3.4) Updates `semver` from 2.13.0 to 3.0.2 - [Release notes](https://github.com/python-semver/python-semver/releases) - [Changelog](https://github.com/python-semver/python-semver/blob/master/CHANGELOG.rst) - [Commits](python-semver/python-semver@2.13.0...3.0.2) Updates `smmap` from 4.0.0 to 5.0.1 - [Commits](gitpython-developers/smmap@v4.0.0...v5.0.1) Updates `urllib3` from 1.26.5 to 2.2.2 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.5...2.2.2) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: chardet dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: deepdiff dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: gitdb dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: iniconfig dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: mako dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: parse 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-minor dependency-group: testing - dependency-name: pluggy dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: py dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: pytest-bdd dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: retrying dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: smmap 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-major dependency-group: testing ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Superseded by #71. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the testing group with 25 updates in the /scripts directory:
21.2.024.2.02020.12.52024.7.44.0.05.2.05.6.07.0.14.0.74.0.113.1.183.1.432.103.81.1.12.0.01.2.31.3.52.0.12.1.521.024.11.19.01.20.20.5.20.6.30.13.11.5.01.10.01.11.01.552.4.02.4.73.1.46.2.48.3.24.1.07.2.05.4.16.0.22.25.12.32.31.3.31.3.42.13.03.0.24.0.05.0.11.26.52.2.2Updates
attrsfrom 21.2.0 to 24.2.0Commits
Updates
certififrom 2020.12.5 to 2024.7.4Commits
bd815382024.07.04 (#295)06a2cbfBump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294)13bba02Bump actions/checkout from 4.1.6 to 4.1.7 (#293)e8abcd0Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#292)124f4ad2024.06.02 (#291)c2196ce--- (#290)fefdeecBump actions/checkout from 4.1.4 to 4.1.5 (#289)3c5fb15Bump actions/download-artifact from 4.1.6 to 4.1.7 (#286)4a9569aBump actions/checkout from 4.1.2 to 4.1.4 (#287)1fc8086Bump peter-evans/create-pull-request from 6.0.4 to 6.0.5 (#288)Updates
chardetfrom 4.0.0 to 5.2.0Release notes
Sourced from chardet's releases.
Commits
78250d9Bump version to 5.2.00e9b7bcAdd main module to support python -m chardet0649ffeBump version to 5.2.0dev08087f00Bump version to 5.1.0041875fRevert "Distinguish between final and intermediate ResultDict (#266)"7264282Add support for Python 3.11 (#274)ac934feIgnore black reformatting for blamefa4c1afFix mypy error99cd852Update black pre-commit0a0aa94Fix linterUpdates
deepdifffrom 5.6.0 to 7.0.1Release notes
Sourced from deepdiff's releases.
... (truncated)
Commits
be22027Merge pull request #459 from seperman/devb391ae9Bump version: 7.0.0 → 7.0.12a4f963updating docs759bb82op_codes conversion to flat dicts54ebdb5Include type info and change the "unknown" value for flat rows to4c337cfupdating authors71cde51Merge pull request #449 from seperman/devc6ae868fixing the github action fileae84266code cov token93fd654fixing final testsUpdates
gitdbfrom 4.0.7 to 4.0.11Release notes
Sourced from gitdb's releases.
Commits
2057ae6bump versions to prepare for next release6a22706Merge pull request #100 from gitpython-developers/dependabot/submodules/gitdb...8e61396Bump gitdb/ext/smmap from334ef84tof1ace759ea0635Merge pull request #99 from EliahKagan/submodule-dependabot12db86cHave Dependabot update smmap submodule dependency8ec2390Merge pull request #98 from DeflateAwning/patch-170098c9Add all to exc for linting256d341Merge pull request #97 from EliahKagan/312stable00bbc44No longer treat 3.12 as experimental on CIcd8da41Run CI on all branchesUpdates
gitpythonfrom 3.1.18 to 3.1.43Release notes
Sourced from gitpython's releases.
... (truncated)
Commits
5364053bump version to 3.1.434e626bdMerge pull request #1886 from EliahKagan/deprecation-warningsf6060dfAdd GitMeta alias8327b45Test GitMeta aliasf92f4c3Clarify security risk in USE_SHELL doc and warningsc7675d2update security policy, to use GitHub instead of emailcf2576eMake/use test.deprecation.lib; abandon idea to filter by module7cd3aa9Make test.performance.lib docstring more specificb51b080Explain the approach in test.deprecation to static checkingbdabb21Expand USE_SHELL docstring; clarify a test usageUpdates
idnafrom 2.10 to 3.8Release notes
Sourced from idna's releases.
Changelog
Sourced from idna's changelog.
... (truncated)
Commits
784c6f4Release v3.828c7c9eTypo fixa2b41c3Pin remainder of Github Actions flagged in code scanning1f613c5More Github Action dependency pinninga87e2b6Update OSSF scorecard to latest version12d4dd1Merge pull request #182 from kjd/github-pypi-actionse1a1541Pin Github Actions dependenciesc109d3aMerge branch 'master' into github-pypi-actionsf8a8de4Do not try to build/send packages to TestPyPI for now613bddeUpdate regexp to move global flag to start of expressionUpdates
iniconfigfrom 1.1.1 to 2.0.0Changelog
Sourced from iniconfig's changelog.
Commits
93f5930Merge pull request #51 from pytest-dev/add-deploy9426557rework deploy pipeline for hatch usage and modern checkout5f617e3Merge pull request #49 from pytest-dev/rework-types180065cchangelogc7d1d88add sectionwrapper get overload types90df3d7hatch-vcsdf78c51pre-commit pyproject ftmc113dd6migrate to hatch0253ff1implement review comments10583b8update changelogUpdates
makofrom 1.2.3 to 1.3.5Release notes
Sourced from mako's releases.
... (truncated)
Commits
Updates
markupsafefrom 2.0.1 to 2.1.5Release notes
Sourced from markupsafe's releases.
Changelog
Sourced from markupsafe's changelog.
... (truncated)
Commits
fbba4acrelease version 2.1.5c5fa23bupdate publish actions60a6512striptags collapses spaces correctly (#418)0b6bee0collapse spaces after stripping tags73e6a48start version 2.1.5d704bf4use pip-compile, dependabot updates (#419)1f82932use pip-compile, dependabot updates25a640frelease version 2.1.4 (#414)b7cd652release version 2.1.43bead8eupdate cibuildwheel for 3.12 wheelsUpdates
packagingfrom 21.0 to 24.1Release notes
Sourced from packaging's releases.
... (truncated)
Changelog
Sourced from packaging's changelog.