chore(deps)(deps): bump the python-minor-patch group with 6 updates#285
Open
dependabot[bot] wants to merge 2 commits intomainfrom
Open
chore(deps)(deps): bump the python-minor-patch group with 6 updates#285dependabot[bot] wants to merge 2 commits intomainfrom
dependabot[bot] wants to merge 2 commits intomainfrom
Conversation
1ba2353 to
258050a
Compare
Bumps the python-minor-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [tox](https://github.com/tox-dev/tox) | `4.47.0` | `4.49.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.4` | `0.15.5` | | [openapi-python-client](https://github.com/openapi-generators/openapi-python-client) | `0.28.2` | `0.28.3` | | [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) | `0.54.0` | `0.54.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.7.3` | `9.7.4` | | [ty](https://github.com/astral-sh/ty) | `0.0.19` | `0.0.21` | Updates `tox` from 4.47.0 to 4.49.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.47.0...4.49.0) Updates `ruff` from 0.15.4 to 0.15.5 - [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.4...0.15.5) Updates `openapi-python-client` from 0.28.2 to 0.28.3 - [Release notes](https://github.com/openapi-generators/openapi-python-client/releases) - [Changelog](https://github.com/openapi-generators/openapi-python-client/blob/main/CHANGELOG.md) - [Commits](openapi-generators/openapi-python-client@v0.28.2...v0.28.3) Updates `datamodel-code-generator` from 0.54.0 to 0.54.1 - [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases) - [Changelog](https://github.com/koxudaxi/datamodel-code-generator/blob/main/CHANGELOG.md) - [Commits](koxudaxi/datamodel-code-generator@0.54.0...0.54.1) Updates `mkdocs-material` from 9.7.3 to 9.7.4 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.7.3...9.7.4) Updates `ty` from 0.0.19 to 0.0.21 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.19...0.0.21) --- updated-dependencies: - dependency-name: tox dependency-version: 4.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: ruff dependency-version: 0.15.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: openapi-python-client dependency-version: 0.28.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: datamodel-code-generator dependency-version: 0.54.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: mkdocs-material dependency-version: 9.7.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: ty dependency-version: 0.0.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
258050a to
2f2cb07
Compare
… 0.0.23 ty 0.0.23 narrows isinstance(x, dict) to dict[Unknown, Unknown] which rejects string key access. Cast to dict[str, object] explicitly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.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-minor-patch group with 6 updates:
4.47.04.49.00.15.40.15.50.28.20.28.30.54.00.54.19.7.39.7.40.0.190.0.21Updates
toxfrom 4.47.0 to 4.49.0Release notes
Sourced from tox's releases.
... (truncated)
Changelog
Sourced from tox's changelog.
... (truncated)
Commits
6c452bbrelease 4.49.01c59d54🐛 fix(legacy): initialize config_format and output_file for --showconfig (#3867)2382601✨ feat(config): add {factor:label} substitution for TOML (#3865)ccf173frelease 4.48.1113bcf8🐛 fix(toml): extract args from Command in ref replacement (#3863)fc50406Replace archived 31z4/tox Docker image with build-your-own guide (#3864)51317d3release 4.48.04c72887✨ feat(config): add --format json/toml and -o to config command (#3857)dd190f6Add fail_fast to config reference docs (#3853)2c8c5b2release 4.47.3Updates
rufffrom 0.15.4 to 0.15.5Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
5e4a3d9Bump 0.15.5 (#23743)69c23cc[ty] Render all changed diagnostics in conformance.py (#23613)4926bd5[ty] Split deferred checks out oftypes/infer/builder.rs(#23740)9a70f5eDiscover markdown files by default in preview mode (#23434)3dc78b0[ty] UseHasOptionalDefinitionforexcepthandlers (#23739)a6a5e8d[ty] Fix precedence ofallselector in TOML configurations (#23723)2a5384b[ty] Makeallselector case sensitive (#23713)db77d7b[ty] Add a diagnostic if aTypeVaris used to specialize aParamSpec, or ...db28490[ty] Override home directory in ty tests (#23724)5f0fd91[ty] More type-variable default validation (#23639)Updates
openapi-python-clientfrom 0.28.2 to 0.28.3Release notes
Sourced from openapi-python-client's releases.
Changelog
Sourced from openapi-python-client's changelog.
Commits
b18a0a9Release 0.28.3 (#1401)ddda419chore(deps): update dependency typer to >0.16,<0.25 (#1403)96d0047fix: sort remaining lazy imports in model template (#1400)Updates
datamodel-code-generatorfrom 0.54.0 to 0.54.1Release notes
Sourced from datamodel-code-generator's releases.
Changelog
Sourced from datamodel-code-generator's changelog.
Commits
690c535Build(deps): Bump urllib3 from 2.6.2 to 2.6.3 (#3017)b493eb9Build(deps): Bump cryptography from 46.0.3 to 46.0.5 (#3016)c5c5852docs: update llms.txt files24d7a35docs: update CLI reference documentation and prompt data7b7f1e9feat: Add --external-ref-mapping to import from external packages instead of ...991f0ffFix incorrect relative imports with --use-exact-imports and --collapse-root-m...69eda18Skip default_factory wrapping for non-callable type aliases (#3012)5a9cdecdocs: update llms.txt files875b3cfSupport--use-annotatedand `--use-non-positive-negative-number-constrain...bff6a30Fix --allow-population-by-field-name for pydantic v2 dataclass output (#3013)Updates
mkdocs-materialfrom 9.7.3 to 9.7.4Release notes
Sourced from mkdocs-material's releases.
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
9580c28Prepare 9.7.4 release4ae913cUpdated MkDocs 2.0 warning messagefdf40c0Bump minimatch (#8570)b368bedSwitched social card generator to sandboxed Jinja environmente2d0012Updated blog post with note on environment variablefc7b41eUpdated changelogUpdates
tyfrom 0.0.19 to 0.0.21Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
c1ad9f2Bump version to 0.0.21 (#2973)065338aAdd typeshed diff link to changelog during release (#2957)fba59f6Fix renovateactions/*-artifactupdates (#2956)bad4a97Update actions/download-artifact digest to 70fc10c (#2933)04a5216Update actions/upload-artifact digest to bbbca2d (#2934)c8bc09cHook up publish job to release pipeline (#2953)2bd0252Bump version to 0.0.20 (#2939)08f4e9fPublish releases to Astral mirror (#2921)983105fUpdate prek dependencies (#2936)ece21b6Update astral-sh/setup-uv action to v7.3.1 (#2935)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