chore(deps): bump the all group across 1 directory with 6 updates#1451
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the all group across 1 directory with 6 updates#1451dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [httpx2](https://github.com/pydantic/httpx2) | `2.4.0` | `2.5.0` | | [obstore](https://github.com/geospatial-jeff/pyasyncio-benchmark) | `0.10.1` | `0.11.0` | | [ipython](https://github.com/ipython/ipython) | `9.14.1` | `9.15.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.49.0` | `0.50.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.138.0` | `0.139.0` | | [rio-tiler](https://github.com/cogeotiff/rio-tiler) | `9.3.0` | `9.4.0` | Updates `httpx2` from 2.4.0 to 2.5.0 - [Release notes](https://github.com/pydantic/httpx2/releases) - [Changelog](https://github.com/pydantic/httpx2/blob/main/src/httpx2/CHANGELOG.md) - [Commits](pydantic/httpx2@v2.4.0...v2.5.0) Updates `obstore` from 0.10.1 to 0.11.0 - [Commits](https://github.com/geospatial-jeff/pyasyncio-benchmark/commits) Updates `ipython` from 9.14.1 to 9.15.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.14.1...9.15.0) Updates `uvicorn` from 0.49.0 to 0.50.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.49.0...0.50.0) Updates `fastapi` from 0.138.0 to 0.139.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.138.0...0.139.0) Updates `rio-tiler` from 9.3.0 to 9.4.0 - [Release notes](https://github.com/cogeotiff/rio-tiler/releases) - [Changelog](https://github.com/cogeotiff/rio-tiler/blob/main/CHANGES.md) - [Commits](cogeotiff/rio-tiler@9.3.0...9.4.0) --- updated-dependencies: - dependency-name: httpx2 dependency-version: 2.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: obstore dependency-version: 0.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: ipython dependency-version: 9.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: uvicorn dependency-version: 0.50.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: fastapi dependency-version: 0.139.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: rio-tiler dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
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 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 group with 6 updates in the / directory:
2.4.02.5.00.10.10.11.09.14.19.15.00.49.00.50.00.138.00.139.09.3.09.4.0Updates
httpx2from 2.4.0 to 2.5.0Changelog
Sourced from httpx2's changelog.
Commits
9b7ee8eVersion 2.5.0 (#1051)9d5dd67Inline SSE header defaults using theHeadersunion operator (#1049)a6e4c43Suppress empty SSE keepalive events and accept case-insensitive content type ...f1a6268Support|and|=operators forHeaders(#1047)e709094Add native server-sent events support viaclient.sse()(#1046)82b9e2dAllow IPv6 CIDR notation inno_proxy(#967)Updates
obstorefrom 0.10.1 to 0.11.0Commits
Updates
ipythonfrom 9.14.1 to 9.15.0Commits
2273f39release 9.15.04774918fix4bec98bupdate whatsnew42fcfe4[3.11] Skip stup for Numpy that is not using > 3.11 syntaxb5da9acfix: clarify tk simple-prompt gui message00bcdeefix: don't let kitty graphics detection crash IPython startup60f2e26Fix #12726: %run honors quotes when expanding glob args3ea7aa6Strip ANSI escape sequences from Sphinx directive output9b7d419Add %xmode Doctest mode for doctest friendly tracebacksfdbdf1cIncrease codecov threshold to 0.2% to avoid false PR failuresUpdates
uvicornfrom 0.49.0 to 0.50.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
21d2c16Version 0.50.0 (#3013)6c42e8dSkip the eager app import in the parent when spawning workers (#3012)56a4631Exit with a dedicated code on startup failure and stop the supervisor when a ...3314dfcchore(deps): bump the github-actions group with 4 updates (#3007)e8a31bcchore(deps): bump the python-packages group across 1 directory with 9 updates...8d088b1Deprecate the legacy websockets implementation and defaultautoto websocke...5b08cf6Avoid copying single-frame WebSocket payloads in websockets-sansio (#2983)bf3f60cReplace click.style with an internal ANSI style helper (#2981)eea1bccBuild a freshasgiscope dict per request (#2977)afed211Cache theasgiscope sub-dict per connection (#2976)Updates
fastapifrom 0.138.0 to 0.139.0Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
cecd96d🔖 Release version 0.139.0 (#15910)aea6609📝 Update release notes319be50✨ Support dependencies inapp.frontend(), e.g. for automatic cookie authent...66a90f6📝 Update release notesd30a3eb👥 Update FastAPI People - Experts (#15909)122f1b5📝 Update release notesfd6ece3👥 Update FastAPI GitHub topic repositories (#15906)ec2a6ad📝 Update release notes9d7d7fe🌐 Update translations for fr (update-outdated) (#15897)8dc852d📝 Update release notesUpdates
rio-tilerfrom 9.3.0 to 9.4.0Release notes
Sourced from rio-tiler's releases.
Changelog
Sourced from rio-tiler's changelog.
Commits
c4b4d37Bump version: 9.3.0 → 9.4.009bf9ccchore: release date5955e9cfeat(async-geozarr): add more variable info (#957)be01299fix: typee086aaechore: update pre-commit config71bb272chore(deps): update lockfilefc35944chore(deps): bump actions/checkout in the all group across 1 directory (#958)9f2267dchore(deps-dev): bump the all group with 3 updates (#960)ab40c76chore(deps): bump the all group with 5 updates (#959)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