From 562a77baafa70a36248576ab7e3d0c0aa58d4c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 09:19:45 +0000 Subject: [PATCH] chore(deps): bump the dev-dependencies group across 1 directory with 10 updates Updates the requirements on [pydantic](https://github.com/pydantic/pydantic), [uvicorn](https://github.com/Kludex/uvicorn), [python-multipart](https://github.com/Kludex/python-multipart), [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python), [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python), [opentelemetry-instrumentation-starlette](https://github.com/open-telemetry/opentelemetry-python-contrib), [click](https://github.com/pallets/click), [coverage](https://github.com/coveragepy/coveragepy), [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `pydantic` to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.3...v2.13.4) Updates `uvicorn` to 0.47.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.46.0...0.47.0) Updates `python-multipart` to 0.0.29 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.27...0.0.29) Updates `opentelemetry-api` to 1.42.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.41.1...v1.42.0) Updates `opentelemetry-sdk` to 1.42.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.41.1...v1.42.0) Updates `opentelemetry-instrumentation-starlette` to 0.63b0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `click` to 8.4.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.3...8.4.0) Updates `coverage` to 7.14.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.5...7.14.0) Updates `mypy` to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.2...v2.1.0) Updates `ruff` to 0.15.13 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.12...0.15.13) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: uvicorn dependency-version: 0.47.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: python-multipart dependency-version: 0.0.29 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: opentelemetry-api dependency-version: 1.42.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: opentelemetry-sdk dependency-version: 1.42.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: opentelemetry-instrumentation-starlette dependency-version: 0.63b0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: click dependency-version: 8.4.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: coverage dependency-version: 7.14.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 65fe893..125c983 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "pydantic>=2.13.3", + "pydantic>=2.13.4", "pyyaml>=6.0.3", ] @@ -39,8 +39,8 @@ Issues = "https://github.com/fireflyframework/fireflyframework-pyfly/issues" [project.optional-dependencies] web = [ "starlette>=1.0.0", - "uvicorn[standard]>=0.46.0", - "python-multipart>=0.0.27", + "uvicorn[standard]>=0.47.0", + "python-multipart>=0.0.29", ] data-relational = [ "sqlalchemy[asyncio]>=2.0.49", @@ -84,9 +84,9 @@ client = [ ] observability = [ "prometheus-client>=0.25.0", - "opentelemetry-api>=1.41.1", - "opentelemetry-sdk>=1.41.1", - "opentelemetry-instrumentation-starlette>=0.62b1", + "opentelemetry-api>=1.42.0", + "opentelemetry-sdk>=1.42.0", + "opentelemetry-instrumentation-starlette>=0.63b0", "structlog>=25.5.0", ] scheduling = [ @@ -98,13 +98,13 @@ security = [ "cryptography>=48.0.0", ] cli = [ - "click>=8.3.3", + "click>=8.4.0", "rich>=15.0.0", "jinja2>=3.1.6", "questionary>=2.1.1", ] shell = [ - "click>=8.3.3", + "click>=8.4.0", ] web-fast = [ "pyfly[web,granian]", @@ -123,9 +123,9 @@ dev = [ "pytest>=9.0.3", "pytest-asyncio>=1.3.0", "pytest-cov>=7.1.0", - "coverage[toml]>=7.13.5", - "mypy>=1.20.2", - "ruff>=0.15.12", + "coverage[toml]>=7.14.0", + "mypy>=2.1.0", + "ruff>=0.15.13", "mongomock-motor>=0.0.36", "jsonpath-ng>=1.8.0", ]