chore(weave): bump the core group across 1 directory with 5 updates#6493
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
chore(weave): bump the core group across 1 directory with 5 updates#6493dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
|
Preview this PR with FeatureBee: https://beta.wandb.ai/?betaVersion=40b16f53825cbfe6ef5b759eeae0c4ac6199e6b2 |
7c666ca to
5f15b61
Compare
Bumps the core group with 5 updates: | Package | From | To | | --- | --- | --- | | [wandb](https://github.com/wandb/wandb) | `0.23.0` | `0.25.1` | | [pydantic](https://github.com/pydantic/pydantic) | `2.12.4` | `2.12.5` | | [tenacity](https://github.com/jd/tenacity) | `9.1.2` | `9.1.4` | | [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.25.1` | `4.26.0` | | [clickhouse-connect](https://github.com/ClickHouse/clickhouse-connect) | `0.11.0` | `0.15.0` | Updates `wandb` from 0.23.0 to 0.25.1 - [Release notes](https://github.com/wandb/wandb/releases) - [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md) - [Commits](wandb/wandb@v0.23.0...v0.25.1) Updates `pydantic` from 2.12.4 to 2.12.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.4...v2.12.5) Updates `tenacity` from 9.1.2 to 9.1.4 - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](jd/tenacity@9.1.2...9.1.4) Updates `jsonschema` from 4.25.1 to 4.26.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.25.1...v4.26.0) Updates `clickhouse-connect` from 0.11.0 to 0.15.0 - [Release notes](https://github.com/ClickHouse/clickhouse-connect/releases) - [Changelog](https://github.com/ClickHouse/clickhouse-connect/blob/main/CHANGELOG.md) - [Commits](ClickHouse/clickhouse-connect@v0.11.0...v0.15.0) --- updated-dependencies: - dependency-name: wandb dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core - dependency-name: tenacity dependency-version: 9.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core - dependency-name: clickhouse-connect dependency-version: 0.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: core ... Signed-off-by: dependabot[bot] <support@github.com>
5f15b61 to
47b2613
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 core group with 5 updates in the / directory:
0.23.00.25.12.12.42.12.59.1.29.1.44.25.14.26.00.11.00.15.0Updates
wandbfrom 0.23.0 to 0.25.1Release notes
Sourced from wandb's releases.
... (truncated)
Changelog
Sourced from wandb's changelog.
... (truncated)
Commits
f35ff86Bump version and update CHANGELOG for release 0.25.1db0c863chore: use json_util in object3d to speed up serialization when using orjson ...9b5eb64chore: update Python requirements (#11380)aa464b2chore: bump charm.land/bubbletea/v2 from 2.0.1 to 2.0.2 in /core (#11475)8c34050chore: bump charm.land/lipgloss/v2 from 2.0.0 to 2.0.1 in /core (#11474)e0cca89chore: bump google.golang.org/api from 0.269.0 to 0.270.0 in /core (#11473)b8115c9chore: bump github.com/mattn/go-runewidth from 0.0.20 to 0.0.21 in /core (#11...4466ad0chore: prevent test_wb_logging_last_resort from breaking due to warnings (#11...d134e4bchore: bump golang.org/x/sync from 0.19.0 to 0.20.0 in /core (#11466)9f0a9fcchore: bump golang.org/x/time from 0.14.0 to 0.15.0 in /core (#11465)Updates
pydanticfrom 2.12.4 to 2.12.5Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
bd2d0ddPrepare release v2.12.57d0302eDocument security implications when usingcreate_model()e9ef980Fix typo in Standard Library Types documentationf2c20c0Addpydantic-docsdev dependency, make use of versioning blocksa76c1aaUpdate documentation about JSON Schema8cbc72cAdd documentation about custom__init__()99eba59Add additional test forFieldInfo.get_default()c710769Special caseMISSINGsentinel insmart_deepcopy()20a9d77Do not delete mock validator/serializer inrebuild_dataclass()c86515aUpdate parts of the model andrevalidate_instancesdocumentationUpdates
tenacityfrom 9.1.2 to 9.1.4Release notes
Sourced from tenacity's releases.
Commits
d4e868dFixretry()annotations with asyncsleep=function (#555)24415ebsupport async sleep for sync fn (#551)3bf33b4chore: drop Python 3.9 support (EOL) (#552)7027da3chore(deps): bump the github-actions group with 2 updates (#550)21ae7d0docs: fix syntax error in wait_chain docstring example (#548)ef12c9echore(deps): bump actions/checkout in the github-actions group (#547)c35a4b3chore(deps): bump the github-actions group with 2 updates (#545)e792bbaci: fix mypy (#546)0f55245ci: remove reno requirements (#542)815c34ffeat(wait): addwait_exceptionstrategy (#541)Updates
jsonschemafrom 4.25.1 to 4.26.0Release notes
Sourced from jsonschema's releases.
Changelog
Sourced from jsonschema's changelog.
Commits
a727743Add a changelog entry for 4.26.6d28c13Update the lockfile.739499eUpdate pre-commit hooks.cb2d779Merge pull request #1443 from python-jsonschema/pre-commit-ci-update-confige6bbbb7[pre-commit.ci] pre-commit autoupdated56037aMerge pull request #1442 from python-jsonschema/dependabot/github_actions/ast...e54ce13Bump astral-sh/setup-uv from 7.1.4 to 7.1.61f7c9fbPartially update docs requirements.241aec9Merge pull request #1441 from python-jsonschema/pre-commit-ci-update-config2818efbApache-2.0 -> nongplUpdates
clickhouse-connectfrom 0.11.0 to 0.15.0Release notes
Sourced from clickhouse-connect's releases.
... (truncated)
Changelog
Sourced from clickhouse-connect's changelog.
... (truncated)
Commits
c4c2a4e0.15.0 release prep (#694)cd8cbf4Joe/remove pytyped and other small cleanup issues (#693)05859efimplement lazy loading of heavy optional deps (#689)611161fSQLAlchemy core improvements (#688)5fd16ebsimple ddl support for a few new engine types (#690)a0e621cadd Peter for reviews (#682)c40bbac0.14.1 bugfix release prep (#680)323b768Reenable default Cython runtime path and reestablish C/Python parity (#679)0114948fix sqlalchemy empty result metadata for orm queries (#678)60ca78cFix shared variant decoding for JSON and Dynamic columns (#677)