From e79e7f23f0edd7a8dd904c803ef9ca264e69df66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 04:57:42 +0000 Subject: [PATCH] build(deps): bump uvicorn from 0.23.2 to 0.24.0.post1 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.23.2 to 0.24.0.post1. - [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.24.0.post1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ba73dc0..6f5d67c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1791,13 +1791,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.23.2" +version = "0.24.0.post1" 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.24.0.post1-py3-none-any.whl", hash = "sha256:7c84fea70c619d4a710153482c0d230929af7bcf76c7bfa6de151f0a3a80121e"}, + {file = "uvicorn-0.24.0.post1.tar.gz", hash = "sha256:09c8e5a79dc466bdf28dead50093957db184de356fcdc48697bad3bde4c2588e"}, ] [package.dependencies] @@ -1994,4 +1994,4 @@ docs = ["Sphinx", "elementpath (>=4.1.5,<5.0.0)", "jinja2", "sphinx-rtd-theme"] [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "19ed7ca4b589fea7cb8600d8dbdb879605368bc46a8a1276b6fd39fa55a7dd0e" +content-hash = "ced1afd3fa701feab07ba0c961aebafd5aef43012be1cf6a2612a02f3619be01" diff --git a/pyproject.toml b/pyproject.toml index 95a7bc3..09c765f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ fastapi = {extras = ["all"], version = "^0.104.0"} gunicorn = "^21.2.0" lxml = "^4.9.3" python-multipart = "^0.0.6" -uvicorn = {extras = ["standard"], version = "^0.23.2"} +uvicorn = {extras = ["standard"], version = "^0.24.0"} xmlschema = "^2.5.0" GDAL = "3.2.2.1"