From 9c474e09b83314ed5a1f392925ee1658f73053d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 11:44:53 +0000 Subject: [PATCH] Bump the development-version-updates group with 2 updates Bumps the development-version-updates group with 2 updates: [uvicorn](https://github.com/Kludex/uvicorn) and [identify](https://github.com/pre-commit/identify). Updates `uvicorn` from 0.41.0 to 0.42.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.41.0...0.42.0) Updates `identify` from 2.6.17 to 2.6.18 - [Commits](https://github.com/pre-commit/identify/compare/v2.6.17...v2.6.18) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.42.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-version-updates - dependency-name: identify dependency-version: 2.6.18 dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-version-updates ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1ba1249..c764098 100644 --- a/poetry.lock +++ b/poetry.lock @@ -766,14 +766,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "identify" -version = "2.6.17" +version = "2.6.18" description = "File identification library for Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "identify-2.6.17-py2.py3-none-any.whl", hash = "sha256:be5f8412d5ed4b20f2bd41a65f920990bdccaa6a4a18a08f1eefdcd0bdd885f0"}, - {file = "identify-2.6.17.tar.gz", hash = "sha256:f816b0b596b204c9fdf076ded172322f2723cf958d02f9c3587504834c8ff04d"}, + {file = "identify-2.6.18-py2.py3-none-any.whl", hash = "sha256:8db9d3c8ea9079db92cafb0ebf97abdc09d52e97f4dcf773a2e694048b7cd737"}, + {file = "identify-2.6.18.tar.gz", hash = "sha256:873ac56a5e3fd63e7438a7ecbc4d91aca692eb3fefa4534db2b7913f3fc352fd"}, ] [package.extras] @@ -2100,14 +2100,14 @@ files = [ [[package]] name = "uvicorn" -version = "0.41.0" +version = "0.42.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "uvicorn-0.41.0-py3-none-any.whl", hash = "sha256:29e35b1d2c36a04b9e180d4007ede3bcb32a85fbdfd6c6aeb3f26839de088187"}, - {file = "uvicorn-0.41.0.tar.gz", hash = "sha256:09d11cf7008da33113824ee5a1c6422d89fbc2ff476540d69a34c87fab8b571a"}, + {file = "uvicorn-0.42.0-py3-none-any.whl", hash = "sha256:96c30f5c7abe6f74ae8900a70e92b85ad6613b745d4879eb9b16ccad15645359"}, + {file = "uvicorn-0.42.0.tar.gz", hash = "sha256:9b1f190ce15a2dd22e7758651d9b6d12df09a13d51ba5bf4fc33c383a48e1775"}, ] [package.dependencies] @@ -2446,4 +2446,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.13.1" -content-hash = "2923d61d791c72feb4cd7855548b39763227bded336c767d801277a745377089" +content-hash = "fda293b5e55a9f0da331cb5994fc82e6d65f8f18cfaa25d6033e054e64209f33" diff --git a/pyproject.toml b/pyproject.toml index 0288814..8b35b74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pre-commit = "^4.5.1" ruamel-yaml = "^0.19.1" tomlkit = "^0.14.0" tox = "^4.49.1" -uvicorn = { version = "^0.41.0", extras = ["standard"] } +uvicorn = { version = "^0.42.0", extras = ["standard"] } [build-system] requires = ["poetry-core"]