From e57abd653aa4397c0679fefd8a70b00f7d74c0bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:21:53 +0000 Subject: [PATCH 1/2] 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 7517b831..6c8dfe3d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3679,13 +3679,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] @@ -4081,4 +4081,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "0dcc8ffab3024b9fd08f21eee21f6cda8b71b91094bf8f3641a619e3f02aafa2" +content-hash = "47337b0b16c0613f65926af180b21ba57f2e1de43e9f718f878dd7948f54d720" diff --git a/pyproject.toml b/pyproject.toml index a8672ac8..77b8ed45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ version = "^1.4.1" [tool.poetry.dependencies.uvicorn] extras = ["standard"] -version = "^0.23.2" +version = "^0.24.0" [tool.poetry.dependencies.passlib] extras = ["bcrypt"] From c7ac37b935230f5dfe3b3632188184e9272f7f42 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:22:43 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks [dependabot skip] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index acb0f1a6..f215f54f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -88,7 +88,7 @@ typer[all]==0.8.0 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.8.0 ; python_version >= "3.9" and python_version < "4.0" ujson==5.8.0 ; python_version >= "3.9" and python_version < "4.0" urllib3==2.0.7 ; python_version >= "3.9" and python_version < "4.0" -uvicorn[standard]==0.23.2 ; python_version >= "3.9" and python_version < "4.0" +uvicorn[standard]==0.24.0.post1 ; python_version >= "3.9" and python_version < "4.0" uvloop==0.18.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_version >= "3.9" and python_version < "4.0" virtualenv==20.24.5 ; python_version >= "3.9" and python_version < "4.0" watchfiles==0.21.0 ; python_version >= "3.9" and python_version < "4.0"