From 969293468ae9f7a01b9d8241802f9ff94e139144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 04:55:08 +0000 Subject: [PATCH] Bump uvicorn from 0.23.2 to 0.25.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.23.2 to 0.25.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.23.2...0.25.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e2698335da..ea04d4bbbc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "adyen" @@ -4642,13 +4642,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "uvicorn" -version = "0.23.2" +version = "0.25.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.23.2-py3-none-any.whl", hash = "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53"}, - {file = "uvicorn-0.23.2.tar.gz", hash = "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a"}, + {file = "uvicorn-0.25.0-py3-none-any.whl", hash = "sha256:ce107f5d9bd02b4636001a77a4e74aab5e1e2b146868ebbad565237145af444c"}, + {file = "uvicorn-0.25.0.tar.gz", hash = "sha256:6dddbad1d7ee0f5140aba5ec138ddc9612c5109399903828b4874c9937f009c2"}, ] [package.dependencies] @@ -5250,4 +5250,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "1d8960f5a32b4ce645d7c1f58feb6f1d1893c1ca7d5164966c289661aa750665" +content-hash = "e6f012060e71ef083d1c76d744f13a4545c83d0f4335056287f215378bf8565a" diff --git a/pyproject.toml b/pyproject.toml index 99203adb05..5aa35f07d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ documentation = "https://docs.saleor.io/" stripe = "^3.0.0" text-unidecode = "^1.2" urllib3 = "^1.26.18" - uvicorn = {extras = ["standard"], version = "^0.23.1"} + uvicorn = {extras = ["standard"], version = "^0.25.0"} weasyprint = ">=53.0" # libpango >=1.44 is required [tool.poetry.dependencies.celery]