From 02477b44d58958f87e56fcc5b962b10b425832bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:45:41 +0000 Subject: [PATCH] Bump the minor-patch-dependencies group with 2 updates Bumps the minor-patch-dependencies group with 2 updates: [starlette](https://github.com/encode/starlette) and [uvicorn](https://github.com/encode/uvicorn). Updates `starlette` from 0.39.2 to 0.40.0 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.39.2...0.40.0) Updates `uvicorn` from 0.31.1 to 0.32.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.31.1...0.32.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2030e85e..aa569f33 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1929,13 +1929,13 @@ url = ["furl (>=0.4.1)"] [[package]] name = "starlette" -version = "0.39.2" +version = "0.40.0" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.39.2-py3-none-any.whl", hash = "sha256:134dd6deb655a9775991d352312d53f1879775e5cc8a481f966e83416a2c3f71"}, - {file = "starlette-0.39.2.tar.gz", hash = "sha256:caaa3b87ef8518ef913dac4f073dea44e85f73343ad2bdc17941931835b2a26a"}, + {file = "starlette-0.40.0-py3-none-any.whl", hash = "sha256:c494a22fae73805376ea6bf88439783ecfba9aac88a43911b48c653437e784c4"}, + {file = "starlette-0.40.0.tar.gz", hash = "sha256:1a3139688fb298ce5e2d661d37046a66ad996ce94be4d4983be019a23a04ea35"}, ] [package.dependencies] @@ -2013,13 +2013,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.31.1" +version = "0.32.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.31.1-py3-none-any.whl", hash = "sha256:adc42d9cac80cf3e51af97c1851648066841e7cfb6993a4ca8de29ac1548ed41"}, - {file = "uvicorn-0.31.1.tar.gz", hash = "sha256:f5167919867b161b7bcaf32646c6a94cdbd4c3aa2eb5c17d36bb9aa5cfd8c493"}, + {file = "uvicorn-0.32.0-py3-none-any.whl", hash = "sha256:60b8f3a5ac027dcd31448f411ced12b5ef452c646f76f02f8cc3f25d8d26fd82"}, + {file = "uvicorn-0.32.0.tar.gz", hash = "sha256:f78b36b143c16f54ccdb8190d0a26b5f1901fe5a3c777e1ab29f26391af8551e"}, ] [package.dependencies] @@ -2271,4 +2271,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12.1" -content-hash = "bb0eb88353c8be9e8d5596ef228485a6cbec45936b9ee0d4470d571ebd50b24e" +content-hash = "57c1e068def9711f7924bb460d201cbfc5444a42d31df04989ed8283829a4166" diff --git a/pyproject.toml b/pyproject.toml index 98cbec17..7950faed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,10 +13,10 @@ authors = ["CTMS Reviewers <@mozilla-it/ctms-reviewers>"] # These packages are mandatory and form the core of this package’s distribution. python = "^3.12.1" fastapi = "^0.115.2" -starlette = "^0.39.2" +starlette = "^0.40.0" requests = "^2.32.3" pydantic = {extras = ["email"], version = "^2.9.2"} -uvicorn = {extras = ["standard"], version = "^0.31.1"} +uvicorn = {extras = ["standard"], version = "^0.32.0"} SQLAlchemy = "^2.0.35" alembic = "^1.13.3" python-multipart = "^0.0.12"