Bump the python-deps group across 1 directory with 6 updates#39
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the python-deps group across 1 directory with 6 updates#39dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.139.0` | `0.139.2` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.50.2` | `0.51.0` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.11.0` | `3.11.1` | | [polars](https://github.com/pola-rs/polars) | `1.42.1` | `1.43.0` | | [python-calamine](https://github.com/dimastbk/python-calamine) | `0.7.0` | `0.8.2` | | [tqdm](https://github.com/tqdm/tqdm) | `4.68.4` | `4.69.0` | Updates `fastapi` from 0.139.0 to 0.139.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.139.0...0.139.2) Updates `uvicorn` from 0.50.2 to 0.51.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.50.2...0.51.0) Updates `matplotlib` from 3.11.0 to 3.11.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.11.0...v3.11.1) Updates `polars` from 1.42.1 to 1.43.0 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](pola-rs/polars@py-1.42.1...py-1.43.0) Updates `python-calamine` from 0.7.0 to 0.8.2 - [Release notes](https://github.com/dimastbk/python-calamine/releases) - [Commits](dimastbk/python-calamine@v0.7.0...v0.8.2) Updates `tqdm` from 4.68.4 to 4.69.0 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.68.4...v4.69.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: matplotlib dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: polars dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: python-calamine dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: tqdm dependency-version: 4.69.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps ... 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-deps group with 6 updates in the / directory:
0.139.00.139.20.50.20.51.03.11.03.11.11.42.11.43.00.7.00.8.24.68.44.69.0Updates
fastapifrom 0.139.0 to 0.139.2Release notes
Sourced from fastapi's releases.
Commits
866b7a3🔖 Release version 0.139.2 (#16014)7b3effe📝 Update release notes7fe315c🐛 Refactor router route building to make it thread-safe, mainly relevant for ...c48e67b🔖 Release version 0.139.1 (#16012)2acc4fb📝 Update release noteseb75fd0🐛 Fix frontend fallback support for doted paths like/users/john.doe(#16011)9b8410b📝 Update release notese24d44c📝 Fix topic repository list not being displayed andskip_usersnot being ap...93b78f8📝 Update release notesb959b44📝 Update release notesUpdates
uvicornfrom 0.50.2 to 0.51.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
e4d0b05Version 0.51.0 (#3028)944e43dRemove colorama from the standard extra (#3027)2e78770Restart workers with overlap on SIGHUP for near-zero-downtime reloads (#3025)Updates
matplotlibfrom 3.11.0 to 3.11.1Release notes
Sourced from matplotlib's releases.
Commits
3c1757aREL: v3.11.1792c6b5DOC: Prepare for 3.11.1aaff9f6Merge branch 'v3.11.0-doc' into v3.11.xd4f4527Merge pull request #32052 from meeseeksmachine/auto-backport-of-pr-32038-on-v...6ad4bcfMerge pull request #32050 from meeseeksmachine/auto-backport-of-pr-31304-on-v...7fb74d3Merge pull request #32051 from meeseeksmachine/auto-backport-of-pr-32037-on-v...c624aecBackport PR #32038: Fix occasional misalignment in reported mouse position (a...8eda2b7Backport PR #32037: Bump the actions group with 3 updatesa0e7ae5Backport PR #31304: Fix restoring 'auto' aspect in 3D axes after switching fr...9001323Merge pull request #32047 from meeseeksmachine/auto-backport-of-pr-32025-on-v...Updates
polarsfrom 1.42.1 to 1.43.0Release notes
Sourced from polars's releases.
... (truncated)
Commits
adb194dfeat: Pre-partition group-by on hive keys (#28444)0bf71d9fix: Avoid panic when union slice skips all rows (#28420)8752751fix: Solve panic indt.replacewhen there were multiple chunks (#28437)0189b46fix: Propagateis_scalarfrom the input to the output of.sort()and `.so...ce6e4defix(rust): Insert missing coercions fromUnknown(_)in list/array arithmeti...997ce5cfeat: Add ewm_sum and ewm_sum_by #28151 (#28215)e5b36aachore: Update AI policy for comments (#28436)3cb01f4test: Fix flaky ordering expectation in top_k_by (#28435)c6e05d1fix: Resolve CSV column names overwrite in DSL->IR conversion (#28383)0cdafb4fix: Avoid IEJoin rewrite for Categorical comparisons (#28427)Updates
python-calaminefrom 0.7.0 to 0.8.2Release notes
Sourced from python-calamine's releases.
Commits
cd6f36fbump to 0.8.27bda614ci: sync all build artifacts name0804d5ebump to 0.8.1427ebebMerge pull request #214 from dimastbk/dependabot/uv/pygments-2.20.0feabd87Merge branch 'master' into dependabot/uv/pygments-2.20.0de6aee2Merge pull request #215 from dimastbk/dependabot/uv/pytest-9.0.3c0a188dbuild(deps-dev): bump pytest from 9.0.2 to 9.0.3f9e6606build(deps): bump pygments from 2.19.2 to 2.20.0d2fb617Merge pull request #213 from dimastbk/add-pyodided5cd2a4ci: add pyodide (PyEmscripten) build and testUpdates
tqdmfrom 4.68.4 to 4.69.0Release notes
Sourced from tqdm's releases.
Commits
6ab24dcbump version, workflow actions, pre-commit hooks99615b9asyncio: add gather(return_exceptions=False) (#1776)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