chore(deps): bump the all-dependencies group with 6 updates - #637
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the all-dependencies group with 6 updates#637dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [polars-hash](https://github.com/ion-elgreco/polars-hash) | `0.6.0` | `0.9.1` | | [polars](https://github.com/pola-rs/polars) | `1.42.1` | `1.43.2` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.14.2` | `2.15.0` | | [typer](https://github.com/fastapi/typer) | `0.27.0` | `0.27.1` | | [alembic](https://github.com/sqlalchemy/alembic) | `1.18.5` | `1.19.0` | | [boto3](https://github.com/boto/boto3) | `1.43.62` | `1.43.67` | Updates `polars-hash` from 0.6.0 to 0.9.1 - [Release notes](https://github.com/ion-elgreco/polars-hash/releases) - [Commits](ion-elgreco/polars-hash@0.6.0...0.9.1) Updates `polars` from 1.42.1 to 1.43.2 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](pola-rs/polars@py-1.42.1...py-1.43.2) Updates `pydantic-settings` from 2.14.2 to 2.15.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.14.2...v2.15.0) Updates `typer` from 0.27.0 to 0.27.1 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.27.0...0.27.1) Updates `alembic` from 1.18.5 to 1.19.0 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `boto3` from 1.43.62 to 1.43.67 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.62...1.43.67) --- updated-dependencies: - dependency-name: polars-hash dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: polars dependency-version: 1.43.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic-settings dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: typer dependency-version: 0.27.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: alembic dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: boto3 dependency-version: 1.43.67 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Dependency ReviewThe following issues were found:
OpenSSF Scorecard
Scanned Files
|
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 all-dependencies group with 6 updates:
0.6.00.9.11.42.11.43.22.14.22.15.00.27.00.27.11.18.51.19.01.43.621.43.67Updates
polars-hashfrom 0.6.0 to 0.9.1Release notes
Sourced from polars-hash's releases.
Commits
79d87dffix: allow binary return type on 128bit hashers (#71)eec1f86feat: hash rows (#69)c8fa3fdrefactor: return u128 instead of binary (#68)4b42c87feat: gxhash (#67)81c4339feat: cityhash (#66)e18d6d5chore: bump deps (#65)e86d194feat: timehash (#64)8fb944edocs: add api reference and docs release pipeline (#63)a24d659perf: drop 2nd compile (#62)33cb0c4refactor: reduce-ci-jobs (#61)Updates
polarsfrom 1.42.1 to 1.43.2Release notes
Sourced from polars's releases.
... (truncated)
Commits
ae588a9fix: Properly propagate enum metadata for iceberg column mapping (#28580)f6c766afix: Correctly write parquet field IDs for enums and categoricals (#28581)12f83f5Python Polars 1.43.2 (#28625)1ec0668fix: Fix arrow C interop binview offset (#28623)af24b92perf: Pushdownlen()to concat/union inputs (#28570)e79bdb0fix: Fix duplicate hive values in hive pre-partition rewrite (#28621)7a6cdbcfix: Double-counted offset for Arrow export of slicedSeries(Array)(#28602)a2b0b2afix: Struct/List/Array equality handling in sort and join (#28601)9aca544ci: Fix duckdb delta extension install collision (#28607)7d6483bfix(rust): Use try_new in StructArray construction in polars-json (#27489)Updates
pydantic-settingsfrom 2.14.2 to 2.15.0Release notes
Sourced from pydantic-settings's releases.
... (truncated)
Commits
f725ca1Prepare release 2.15.0 (#930)28f35c2Bump the python-packages group with 4 updates (#929)9056db0test: move function-local imports to the top of test modules (#927)f077e3afix: raise ValidationError for non-JSON env values on strict fields (#926)ae25d70fix: treat Secret subclasses as non-complex fields (#716) (#920)798dceaBump the python-packages group with 4 updates (#924)a190041Bump the github-actions group with 4 updates (#925)5d93332Bump the python-packages group with 4 updates (#921)d2fdedafix: read secret files as UTF-8 instead of the locale encoding (#917)2256a4eBump the python-packages group with 3 updates (#915)Updates
typerfrom 0.27.0 to 0.27.1Release notes
Sourced from typer's releases.
Changelog
Sourced from typer's changelog.
Commits
fe2aa0e🔖 Release version 0.27.1 (#1919)680dc99📝 Update release notesac3efd5✨ Makeepilogformatting consistent with other parts of the help string (#1...32d80ef📝 Update release notes10cb3c9⬆️ Upgrade latest-changes to 0.7.1 (#1909)ac329a0📝 Update release notesc37ae2f📝 Add Library Skills documentation (#1906)0974a7e📝 Update release notes951178c🐛 Prevent scroll-to-top on restart/fast buttons in the documentation (#1904)9051baa📝 Update release notesUpdates
alembicfrom 1.18.5 to 1.19.0Release notes
Sourced from alembic's releases.
Commits
Updates
boto3from 1.43.62 to 1.43.67Commits
ca719c8Merge branch 'release-1.43.67'fc8af6bBumping version to 1.43.67254a8c9Add changelog entries from botocoref53e30aMerge branch 'release-1.43.66'e08b015Merge branch 'release-1.43.66' into develop7ac6cf8Bumping version to 1.43.66c69aee1Add changelog entries from botocoreb74eb20Merge branch 'release-1.43.65'75469d6Merge branch 'release-1.43.65' into developd25fa39Bumping version to 1.43.65Dependabot 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