Deps: Bump the python-packages group with 6 updates - #419
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [pontos](https://github.com/greenbone/pontos) | `26.5.0` | `26.8.4` | | [click](https://github.com/pallets/click) | `8.4.2` | `8.5.0` | | [isort](https://github.com/PyCQA/isort) | `8.0.1` | `9.0.1` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.11.3` | `4.11.5` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.7` | `4.0.8` | | [shtab](https://github.com/tqdm/shtab) | `1.11.0` | `1.12.0` | Updates `pontos` from 26.5.0 to 26.8.4 - [Release notes](https://github.com/greenbone/pontos/releases) - [Commits](greenbone/pontos@v26.5.0...v26.8.4) Updates `click` from 8.4.2 to 8.5.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](pallets/click@8.4.2...8.5.0) Updates `isort` from 8.0.1 to 9.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@8.0.1...9.0.1) Updates `platformdirs` from 4.11.3 to 4.11.5 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](tox-dev/platformdirs@4.11.3...4.11.5) Updates `pylint` from 4.0.7 to 4.0.8 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.7...v4.0.8) Updates `shtab` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/tqdm/shtab/releases) - [Commits](tqdm/shtab@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: pontos dependency-version: 26.8.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: click dependency-version: 8.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: isort dependency-version: 9.0.1 dependency-type: indirect update-type: version-update:semver-major dependency-group: python-packages - dependency-name: platformdirs dependency-version: 4.11.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pylint dependency-version: 4.0.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: shtab dependency-version: 1.12.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
Conventional Commits Report
🚀 Conventional commits found. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 python-packages group with 6 updates:
26.5.026.8.48.4.28.5.08.0.19.0.14.11.34.11.54.0.74.0.81.11.01.12.0Updates
pontosfrom 26.5.0 to 26.8.4Release notes
Sourced from pontos's releases.
... (truncated)
Commits
bb47703Automatic release to 26.8.4139c23aFix importing Self for typing7063f36Automatic adjustments after release [skip ci]99fdfa3Automatic release to 26.8.3c9a0b3efix: preserve pagination cursor query parameters6fe3c40Automatic adjustments after release [skip ci]ad16794Automatic release to 26.8.2adf9418Add: Also updateCargo.lockfile during version updatesea1cb1dCI: Bump the github-actions group with 3 updates2104f2aAutomatic adjustments after release [skip ci]Updates
clickfrom 8.4.2 to 8.5.0Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.
... (truncated)
Commits
8b19813Release version 8.5.02c8cd3aAdd FAQ entry aboutUnicodeEncodeErroron Windows (#3778)131c86aAdd FAQ entry aboutUnicodeEncodeErroron Windowse1fd594Add support ofpathlib.Pathtoedit(#3781)a1d8785Add support ofpathlib.Pathtoedit2103e15Forward all user's parameters set inPAGERand improve flag detection (#3777)a6256bfForwards all user's parameters set inPAGER61b69e9Resolve the pager command once, in_pager_contextmanager(#3776)9835b0fResolve the pager command once, in_pager_contextmanagerf36d58bRefactor pager stream handling (#3767)Updates
isortfrom 8.0.1 to 9.0.1Release notes
Sourced from isort's releases.
... (truncated)
Changelog
Sourced from isort's changelog.
... (truncated)
Commits
131f4adFix review typing and import order in CLI invocation test9491900Test python -m isort invocation directlyf0a2dcaFix python -m isort by excluding main from mypyc037c2b2Add changelog entries for last releases727d119Name the predicate and drive the prefix test off STRING_PREFIXESdec76bcFix multiline docstring stylecb179dbKeep add_imports below a prefixed module docstring7542f76test: distinguish pylint disable-next comments9f56767Fix pylint disable-next comments at top of imports0cba6f6Delete .cruft.jsonUpdates
platformdirsfrom 4.11.3 to 4.11.5Release notes
Sourced from platformdirs's releases.
Changelog
Sourced from platformdirs's changelog.
... (truncated)
Commits
bd77b0dRelease 4.11.52a3ab96fix: accept app arguments in user_preference_dir (#531)56a9bc7refactor: keyword-only booleans on the applications functions (#535)8147f77fix: accept app arguments in the applications functions (#534)8ea7338fix: return one site applications path for multipath (#532)4d4279fdocs: fix the iterator order claim in api.rst (#533)babf239[pre-commit.ci] pre-commit autoupdate (#530)e5fd9eaRelease 4.11.44bf9228docs: fix merge order in the config how-to (#529)c653668fix: stop iter_*_dirs yielding the same directory twice (#524)Updates
pylintfrom 4.0.7 to 4.0.8Release notes
Sourced from pylint's releases.
... (truncated)
Commits
ecb84baBump pylint to 4.0.8, update changelog (#11355)989e9c5[Backport maintenance/4.0.x] Support isort 9 (#11354)8c1ee95Flag assertEqual and assertNotEqual between two constants in W1503eadefe3Fix false positive bad-string-format-type for subclasses of builtin typesdb00e3b[Backport maintenance/4.0.x] fix(docparams): guard decorated_with_property ag...7909c17Accept subclass instances in the invalid-*-returned checksd19640d[Backport maintenance/4.0.x] Fixinvalid-namefalse positive in `if _name...94e5704Skip unspecified-encoding for unknown open modes (#11163)d59b329fix(refactoring): handle non-AssignName targets in use-yield-from (#11286) (#...eea0569[Backport maintenance/4.0.x] Fix crash in docparams on raising a non-exceptio...Updates
shtabfrom 1.11.0 to 1.12.0Release notes
Sourced from shtab's releases.
Commits
a40e516Merge pull request #212 from HeyItsGilbert/mainc813587fix regex4792ca0add docs, fix tests, minor tidy9dcdf75keep typed path prefix verbatim in file/dir completion449b885fix single-token--completion0cbabc5test win & mac CI, update examples, lintdb07d61fix help text, file-prefix, native fallback, examplesc5c8201misc tidy after rebase29a3ed2fix_powershell_escapecf99be1Apply suggestions from code reviewDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions