From 401c806993954365083d051f6e55d7d3e8b0ec39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:30:01 -0700 Subject: [PATCH] chore(deps): Bump uvicorn from 0.27.0 to 0.28.0 in /cirrus/server (#10390) Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.27.0 to 0.28.0.
Release notes

Sourced from uvicorn's releases.

Version 0.28.0

Added

Fixed


Full Changelog: https://github.com/encode/uvicorn/compare/0.27.1...0.28.0

Version 0.27.1

Fixed


Full Changelog: https://github.com/encode/uvicorn/compare/0.27.0.post1...0.27.1

Version 0.27.0.post1

Fixed


Full Changelog: https://github.com/encode/uvicorn/compare/0.27.0...0.27.0.post1

Changelog

Sourced from uvicorn's changelog.

0.28.0 - 2024-03-09

Added

Fixed

0.27.1 - 2024-02-10

0.27.0.post1 - 2024-01-29

Fixed

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uvicorn&package-manager=pip&previous-version=0.27.0&new-version=0.28.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yashika Khurana --- cirrus/server/poetry.lock | 8 ++++---- cirrus/server/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cirrus/server/poetry.lock b/cirrus/server/poetry.lock index 593f3aab1..b940a2ef0 100644 --- a/cirrus/server/poetry.lock +++ b/cirrus/server/poetry.lock @@ -1365,13 +1365,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.27.0" +version = "0.28.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.27.0-py3-none-any.whl", hash = "sha256:890b00f6c537d58695d3bb1f28e23db9d9e7a17cbcc76d7457c499935f933e24"}, - {file = "uvicorn-0.27.0.tar.gz", hash = "sha256:c855578045d45625fd027367f7653d249f7c49f9361ba15cf9624186b26b8eb6"}, + {file = "uvicorn-0.28.0-py3-none-any.whl", hash = "sha256:6623abbbe6176204a4226e67607b4d52cc60ff62cda0ff177613645cefa2ece1"}, + {file = "uvicorn-0.28.0.tar.gz", hash = "sha256:cab4473b5d1eaeb5a0f6375ac4bc85007ffc75c3cc1768816d9e5d589857b067"}, ] [package.dependencies] @@ -1385,4 +1385,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.10.10" -content-hash = "c70a4c28d9f3ac442af2993d6bb73cdbde084967090ffffcb234e70b6da49ea4" +content-hash = "a2d08337b562aa15eceb5e8a06b7ed89525fbb8b8fe7544e5fd23601b7cd2d63" diff --git a/cirrus/server/pyproject.toml b/cirrus/server/pyproject.toml index a310fe465..94efb7215 100644 --- a/cirrus/server/pyproject.toml +++ b/cirrus/server/pyproject.toml @@ -8,7 +8,7 @@ authors = [""] python = "^3.10.10" ruff = "^0.3.0" fastapi = "^0.110.0" -uvicorn = "^0.27.0" +uvicorn = "^0.28.0" pytest = "^7.2.2" httpx = "^0.27.0" pytest-cov = "^4.0.0"