chore(deps): bump the elt-common-dependencies group across 1 directory with 6 updates#328
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
…y with 6 updates Updates the requirements on [dlt[parquet,s3]](https://github.com/dlt-hub/dlt), [pyarrow](https://github.com/apache/arrow), [click](https://github.com/pallets/click), [prek](https://github.com/j178/prek), [requests](https://github.com/psf/requests) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `dlt[parquet,s3]` to 1.27.0 - [Release notes](https://github.com/dlt-hub/dlt/releases) - [Commits](dlt-hub/dlt@1.26.0...1.27.0) Updates `pyarrow` from 23.0.1 to 24.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-23.0.1...apache-arrow-24.0.0) Updates `click` from 8.3.3 to 8.4.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.3.3...8.4.1) Updates `prek` from 0.3.13 to 0.4.1 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.3.13...v0.4.1) Updates `requests` from 2.34.0 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.34.0...v2.34.2) Updates `ruff` from 0.15.12 to 0.15.14 - [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.12...0.15.14) --- updated-dependencies: - dependency-name: dlt[parquet,s3] dependency-version: 1.27.0 dependency-type: direct:production dependency-group: elt-common-dependencies - dependency-name: pyarrow dependency-version: 24.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: elt-common-dependencies - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: elt-common-dependencies - dependency-name: prek dependency-version: 0.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: elt-common-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: elt-common-dependencies - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: elt-common-dependencies ... 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.
Updates the requirements on dlt[parquet,s3], pyarrow, click, prek, requests and ruff to permit the latest version.
Updates
dlt[parquet,s3]to 1.27.0Release notes
Sourced from dlt[parquet,s3]'s releases.
... (truncated)
Commits
6f570c7Merge pull request #3949 from dlt-hub/devel1823af2fixes workspace tests setup, updates docs (#3948)4440b44(feat) #3913 split dlthub command (#3929)2999fa1Add the doc with a oss-paid split (#3745)10f07b0Implement incremental filtering fordlt.Relation(#3889)25e5f8edocs: add Blacksmith sponsor section to README4b58a3afix: scope fruit_pipeline fixture to module to avoid duckdb lock race (#3932)fe0f10ffix(databricks): replace deprecated_user_agent_entrywith `user_agent_entr...cef33fefeat: Databricks Zerobus support (#3904)9ee723fFix Pydantic annotation metadata handling across 2.10-2.13 (#3863)Updates
pyarrowfrom 23.0.1 to 24.0.0Release notes
Sourced from pyarrow's releases.
Commits
31b4b6cMINOR: [Release] Update versions for 24.0.006dbc17MINOR: [Release] Update .deb/.rpm changelogs for 24.0.0a021d80MINOR: [Release] Update CHANGELOG.md for 24.0.02d6b12cGH-49716: [C++] FixedShapeTensorType::Deserialize should strictly validate se...a74cb6aGH-49697: [C++][CI] Check IPC file body bounds are in sync with decoder outco...871a0c6GH-49676: [Python][Packaging] Fix gRPC docker image layer being too big for h...f9203b3GH-49586: [C++][CI] StructToStructSubset test failure with libc++ 22.1.1 (#49...fe298b4GH-49628: [Python][Interchange protocol] Suppress warnings for pandas 4.0.0 a...1f94910GH-49252: [GLib] Deprecate Feather features (#49673)5ba5c3cGH-49671: [CI][Docs] Don't run jobs for push by Dependabot (#49672)Updates
clickfrom 8.3.3 to 8.4.1Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.
... (truncated)
Commits
6eeb50erelease version 8.4.167921d5change log and doc fixes (#3495)9c41f46Fix changelog and version admonitions6cb3477fix skip condition5ee8e31fix I/O operation on closed file error with CliRunner and echo_via_pager (#3482)becbde5pager doesn't close std streamsa5f5aa6Handle empty bytes in echo (#3493)4d3db84handle empty bytes in echod42f15bFixget_parameter_source()during type conversion and eager callbacks (#3484)0baa8dbDocument ctx.params bypass with test and docUpdates
prekfrom 0.3.13 to 0.4.1Release notes
Sourced from prek's releases.
... (truncated)
Changelog
Sourced from prek's changelog.
Commits
871b9edBump version to 0.4.1 (#2107)3c26fafOptimize meta hook file scans (#2106)7780f11Clean up run hook installation flow (#2105)c5dc885Refine hook install filtering (#2104)9db879eSkip installs for hooks that will not run (#2103)2a0da57Simplify workspace file handling (#2102)33ca060Lock file maintenance (#2072)03f11c0Update GitHub Actions (#2101)354f431Update dependency uv to v0.11.13 (#2094)4a41828Update Rust crate quick-xml to v0.39.4 (#2098)Updates
requestsfrom 2.34.0 to 2.34.2Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
Commits
6e83187v2.34.284d10f0Move Request.headers back to Mapping (#7441)b7b549bv2.34.1e511bc7Fix mutability issues with headers input types (#7431)5691f59Update JsonType containers to read-based collections (#7436)2144213Constrain Response.reason to str (#7437)6404f34Fixprepare_bodystream detection for__getattr__-based file wrappers (#7...Updates
rufffrom 0.15.12 to 0.15.14Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
9ad2da3Bump 0.15.14 (#25295)c714e84[ty] Modernize setup of union types in mdtests (#25291)8a8e35e[flake8-comprehensions] SkipC417for lambdas with positional-only parame...aea5ed4Avoid unnecessary parser lookahead for operators (#25290)e9d72bb[ty] Allow enum member accesses onself(#25077)6cbd59bSetexclude-newer = "7 days"in our PEP-723 scripts (#25285)9999a39Update code example on how to update Neovim LSP log level (#25284)67d8c54[ty] Retain recursively-defined state in binary expressions (#25277)25a3191[ty] Refine Callable class-decorator fallback for unknown results (#25250)c423054Add a recursion limit to the parser (#24810)Most Recent Ignore Conditions Applied to This Pull Request
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