Skip to content

Commit

Permalink
deps: Update dependency uvicorn to v0.24.0.post1 (#75)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [uvicorn](https://togithub.com/encode/uvicorn)
([changelog](https://togithub.com/encode/uvicorn/blob/master/CHANGELOG.md))
| `==0.23.2` -> `==0.24.0.post1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/uvicorn/0.24.0.post1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/uvicorn/0.24.0.post1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/uvicorn/0.23.2/0.24.0.post1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uvicorn/0.23.2/0.24.0.post1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>encode/uvicorn (uvicorn)</summary>

###
[`v0.24.0.post1`](https://togithub.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#0240post1---2023-11-06)

[Compare
Source](https://togithub.com/encode/uvicorn/compare/0.24.0...0.24.0.post1)

##### Fixed

- Revert mkdocs-material from 9.1.21 to 9.2.6
([#&#8203;2148](https://togithub.com/encode/uvicorn/issues/2148))
05/11/23

###
[`v0.24.0`](https://togithub.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#0240post1---2023-11-06)

[Compare
Source](https://togithub.com/encode/uvicorn/compare/0.23.2...0.24.0)

##### Fixed

- Revert mkdocs-material from 9.1.21 to 9.2.6
([#&#8203;2148](https://togithub.com/encode/uvicorn/issues/2148))
05/11/23

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/GoogleCloudPlatform/database-query-extension).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
renovate-bot committed Nov 15, 2023
1 parent d02c37f commit d861f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension_service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ google-cloud-aiplatform==1.36.3
langchain==0.0.335
pgvector==0.2.3
pydantic==2.5.1
uvicorn[standard]==0.23.2
uvicorn[standard]==0.24.0.post1
2 changes: 1 addition & 1 deletion langchain_tools_demo/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ jinja2==3.1.2
langchain==0.0.335
markdown==3.5.1
types-Markdown==3.5.0.2
uvicorn[standard]==0.23.2
uvicorn[standard]==0.24.0.post1

0 comments on commit d861f79

Please sign in to comment.