From 94cd062432342d4777b9bc7e2b51e920917985de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 04:44:49 +0000 Subject: [PATCH] chore(deps): bump the dev-dependencies group with 4 updates Updates the requirements on [pydantic](https://github.com/pydantic/pydantic), [python-multipart](https://github.com/Kludex/python-multipart), [coverage](https://github.com/coveragepy/coveragepy) and [mypy](https://github.com/python/mypy) 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 `python-multipart` to 0.0.28 - [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.28) 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) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: python-multipart dependency-version: 0.0.28 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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 820356a..74a9c3f 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", ] @@ -40,7 +40,7 @@ Issues = "https://github.com/fireflyframework/fireflyframework-pyfly/issues" web = [ "starlette>=1.0.0", "uvicorn[standard]>=0.46.0", - "python-multipart>=0.0.27", + "python-multipart>=0.0.28", ] data-relational = [ "sqlalchemy[asyncio]>=2.0.49", @@ -123,8 +123,8 @@ dev = [ "pytest>=9.0.3", "pytest-asyncio>=1.3.0", "pytest-cov>=7.1.0", - "coverage[toml]>=7.13.5", - "mypy>=1.20.2", + "coverage[toml]>=7.14.0", + "mypy>=2.1.0", "ruff>=0.15.12", "mongomock-motor>=0.0.36", "jsonpath-ng>=1.8.0",