build(deps-dev): Bump the python-dev group with 6 updates#540
Merged
Conversation
Bumps the python-dev group with 6 updates: | Package | From | To | | --- | --- | --- | | [basedpyright](https://github.com/detachhead/basedpyright) | `1.38.4` | `1.39.0` | | [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.47.1` | `1.48.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.8` | `0.15.9` | | [types-cffi](https://github.com/python/typeshed) | `2.0.0.20260316` | `2.0.0.20260402` | | [types-pygments](https://github.com/python/typeshed) | `2.19.0.20251121` | `2.20.0.20260406` | | [types-setuptools](https://github.com/python/typeshed) | `82.0.0.20260210` | `82.0.0.20260402` | Updates `basedpyright` from 1.38.4 to 1.39.0 - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](DetachHead/basedpyright@v1.38.4...v1.39.0) Updates `cfn-lint` from 1.47.1 to 1.48.1 - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](aws-cloudformation/cfn-lint@v1.47.1...v1.48.1) Updates `ruff` from 0.15.8 to 0.15.9 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.8...0.15.9) Updates `types-cffi` from 2.0.0.20260316 to 2.0.0.20260402 - [Commits](https://github.com/python/typeshed/commits) Updates `types-pygments` from 2.19.0.20251121 to 2.20.0.20260406 - [Commits](https://github.com/python/typeshed/commits) Updates `types-setuptools` from 82.0.0.20260210 to 82.0.0.20260402 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dev - dependency-name: cfn-lint dependency-version: 1.48.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dev - dependency-name: ruff dependency-version: 0.15.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dev - dependency-name: types-cffi dependency-version: 2.0.0.20260402 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dev - dependency-name: types-pygments dependency-version: 2.20.0.20260406 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dev - dependency-name: types-setuptools dependency-version: 82.0.0.20260402 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dev ... Signed-off-by: dependabot[bot] <support@github.com>
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-dev group with 6 updates:
1.38.41.39.01.47.11.48.10.15.80.15.92.0.0.202603162.0.0.202604022.19.0.202511212.20.0.2026040682.0.0.2026021082.0.0.20260402Updates
basedpyrightfrom 1.38.4 to 1.39.0Commits
d4b41041.39.0241c884fix diagnostic ruleset defaults forreportEmptyAbstractUsageb4774cbcherrypick python/typeshed#15488 to prevent false pos...df077f6flag abstract base classes with no abstract methodsbe98166set uvexclude-newerto 1 weekb2ebfbaUpdate SECURITY.mdUpdates
cfn-lintfrom 1.47.1 to 1.48.1Release notes
Sourced from cfn-lint's releases.
... (truncated)
Changelog
Sourced from cfn-lint's changelog.
... (truncated)
Commits
6eed785Release v1.48.1 (#4440)f8c6a63Updates to the schemas for lambda (#4439)7bd42dcUpdate CloudFormation schemas to 2026-03-31 (#4434)f439af5Add Publish to smithy action prefixes for LayerVersion validation (#4438)505136aFix Timestream lifecycle patches to exclude InfluxDB resources (#4437)22d629bRelease v1.48.0 (#4433)3276b62Update CloudFormation schemas to 2026-03-31 (#4411)6aceaa1Remove PyPI API token (#4431)1885e5cchore(deps): bump codecov/codecov-action from 5 to 6 (#4432)56695e4fix: add required to cfnGather if/then schemas to prevent vacuous matches (#4...Updates
rufffrom 0.15.8 to 0.15.9Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
724ccc1Bump 0.15.9 (#24369)96d9e09[ty] Move thedeferredsubmodule insideinfer/builder(#24368)130da28[ty] Infer theextra_itemskeyword argument to class-based TypedDicts as an...a617c54[ty] Validate type qualifiers in functional TypedDict fields and the `extra_i...d851708[ty] Improve robustness of various type-qualifier-related checks (#24251)aecb587Only run the release-gate on workflow dispatch (#24366)b889571[ty] Useinfer_type_expressionfor parsing parameter annotations and return...3286a62Add a "release-gate" step to the release workflow (#24365)5f88756Disallow starred expressions as values of starred expressions (#24280)5c59f8a[pyupgrade] Ignore strings with string-only escapes (UP012) (#16058)Updates
types-cffifrom 2.0.0.20260316 to 2.0.0.20260402Commits
Updates
types-pygmentsfrom 2.19.0.20251121 to 2.20.0.20260406Commits
Updates
types-setuptoolsfrom 82.0.0.20260210 to 82.0.0.20260402Commits
Dependabot 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