chore(deps): Bump the python-dependencies group across 1 directory with 8 updates#103
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): Bump the python-dependencies group across 1 directory with 8 updates#103dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
…th 8 updates Bumps the python-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tomli](https://github.com/hukkin/tomli) | `2.3.0` | `2.4.0` | | [tenacity](https://github.com/jd/tenacity) | `9.1.2` | `9.1.4` | | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | `3.39.0` | `3.40.0` | | [bigframes](https://github.com/googleapis/python-bigquery-dataframes) | `2.32.0` | `2.35.0` | | [pandera](https://github.com/pandera-dev/pandera) | `0.28.0` | `0.29.0` | | [numpy](https://github.com/numpy/numpy) | `2.4.0` | `2.4.2` | | [web3](https://github.com/ethereum/web3.py) | `7.14.0` | `7.14.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.10` | `0.15.0` | Updates `tomli` from 2.3.0 to 2.4.0 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.3.0...2.4.0) 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 `google-cloud-bigquery` from 3.39.0 to 3.40.0 - [Release notes](https://github.com/googleapis/python-bigquery/releases) - [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md) - [Commits](googleapis/python-bigquery@v3.39.0...v3.40.0) Updates `bigframes` from 2.32.0 to 2.35.0 - [Release notes](https://github.com/googleapis/python-bigquery-dataframes/releases) - [Changelog](https://github.com/googleapis/python-bigquery-dataframes/blob/main/CHANGELOG.md) - [Commits](googleapis/python-bigquery-dataframes@v2.32.0...v2.35.0) Updates `pandera` from 0.28.0 to 0.29.0 - [Release notes](https://github.com/pandera-dev/pandera/releases) - [Commits](unionai-oss/pandera@v0.28.0...v0.29.0) Updates `numpy` from 2.4.0 to 2.4.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.4.0...v2.4.2) Updates `web3` from 7.14.0 to 7.14.1 - [Changelog](https://github.com/ethereum/web3.py/blob/v7.14.1/docs/release_notes.rst) - [Commits](ethereum/web3.py@v7.14.0...v7.14.1) Updates `ruff` from 0.14.10 to 0.15.0 - [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.14.10...0.15.0) --- updated-dependencies: - dependency-name: tomli dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: tenacity dependency-version: 9.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: google-cloud-bigquery dependency-version: 3.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: bigframes dependency-version: 2.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pandera dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: numpy dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: web3 dependency-version: 7.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-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.
Bumps the python-dependencies group with 8 updates in the / directory:
2.3.02.4.09.1.29.1.43.39.03.40.02.32.02.35.00.28.00.29.02.4.02.4.27.14.07.14.10.14.100.15.0Updates
tomlifrom 2.3.0 to 2.4.0Changelog
Sourced from tomli's changelog.
Commits
a678e6fBump version: 2.3.0 → 2.4.0b8a1358Tests: remove now needless "TOML compliance"->"burntsushi" format conversion4979375Update GitHub actionsf890dd1Update pre-commit hooksd9c65c3Add 2.4.0 change log0efe49dUpdate README for v2.4.09eb2125TOML 1.1: Make seconds optional in Date-Time and Time (#203)12314bdTOML 1.1: Add \xHH Unicode escape code to basic strings (#202)2a2aa62TOML 1.1: Allow newlines and trailing comma in inline tables (#200)38297f8Xfail on tests for TOML 1.1 features not yet supportedUpdates
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
google-cloud-bigqueryfrom 3.39.0 to 3.40.0Release notes
Sourced from google-cloud-bigquery's releases.
Changelog
Sourced from google-cloud-bigquery's changelog.
Commits
40b4cbfchore: librarian release pull request: 20260108T001607Z (#2355)46764a5feat: support load_table and list_rows with picosecond timestamp (#2351)8d5785afeat: support timestamp_precision in table schema (#2333)bfd9d8dchore(deps): update dependency urllib3 to v2.6.0 [security] (#2342)Updates
bigframesfrom 2.32.0 to 2.35.0Release notes
Sourced from bigframes's releases.
... (truncated)
Changelog
Sourced from bigframes's changelog.
... (truncated)
Commits
9f1ba1dchore: librarian release pull request: 20260207T015024Z (#2446)e0d185afix: suppress JSONDtypeWarning in Anywidget mode and clean up progress output...2017cc2feat: remove redundant "started." messages from progress output (#2440)1274167feat: Add bigframes.pandas.col with basic operators (#2405)4e2689afeat: Disable progress bars in Anywidget mode (#2444)3cb57b1tests: Fix global session dependence of astype tests (#2443)311de31fix: exlcude gcsfs 2026.2.0 (#2445)1fc29f6Revert "feat: Disable progress bars in Anywidget mode to reduce notebook clut...853240dfeat: Disable progress bars in Anywidget mode to reduce notebook clutter (#2437)2d973b5fix: always display the results in the%%bqsqlcell magics output (#2439)Updates
panderafrom 0.28.0 to 0.29.0Release notes
Sourced from pandera's releases.
Commits
7614754Add map datatype to the Ibis engine implementation (#2206)8b87d0fpin sphinx version (#2208)dc10908feature/1078: Added Support For List, Dict, And Tuples Of Dataframes (#2204)71f860afix bugs in Check interface and Field (#2203)Updates
numpyfrom 2.4.0 to 2.4.2Release notes
Sourced from numpy's releases.
... (truncated)
Changelog
Sourced from numpy's changelog.
Commits
c81c49fMerge pull request #30757 from charris/prepare-2.4.2b3ae9c5REL: Prepare for the NumPy 2.4.2 release9de8984Merge pull request #30737 from mattip/scipy-openblas-backportb7be329backport scipy-openblas version change7ff9863Merge pull request #30736 from charris/backport-30667431fffbMAINT: Skip tests that require buffer.127235fBUG: fix thread safety ofarray_getbuffer(#30667)18bdb2eMerge pull request #30713 from charris/backport-3071041dd751Merge pull request #30712 from charris/backport-307057a278daBUG: Fixup the quantile promotion fixupUpdates
web3from 7.14.0 to 7.14.1Changelog
Sourced from web3's changelog.
Commits
ea5e072Bump version: 7.14.0 → 7.14.18396964Compile release notes for v7.14.11864c89minor nit for release notes555aec6backport commits frommaintov7(#3809)Updates
rufffrom 0.14.10 to 0.15.0Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
ce5f7b6Bump 0.15.0 (#23055)b4e40f5[ty] Fix__contains__to respect descriptors (#23056)848cb72[ty] Fix narrowing of nonlocal variables with conditional assignments (#22966)da7f33a[ty] Add a diagnostic forFinalwithout assignment (#23001)e65f9a6Document markdown formatting feature (#22990)c0c1b98Format markdown code blocks with line-by-line regex parse (#22996)9f8f3e1Allow positional-only params with defaults in method overrides (#23037)ef83810[ty] ecosystem-analyzer: Support bare git repositories (#23054)54dfee4Customize where thefix_titlesub-diagnostic appears (#23044)b5346072026 Ruff Formatter Style (#22735)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