From d77ed30f68f03b2ff65f121f17a2e88c2d117882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 09:09:36 +0000 Subject: [PATCH] chore: bump fastmcp from 3.0.2 to 3.1.1 (#446) Bumps [fastmcp](https://github.com/PrefectHQ/fastmcp) from 3.0.2 to 3.1.1. - [Release notes](https://github.com/PrefectHQ/fastmcp/releases) - [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx) - [Commits](https://github.com/PrefectHQ/fastmcp/compare/v3.0.2...v3.1.1) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- uv.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d5a4571..2632c2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,8 +49,8 @@ twyn = "twyn.cli:entry_point" dev = [ "pytest>=7.1.3,<10.0.0", "mypy>=0.982,<1.20", - "pytest-cov>=4,<8", - "ruff>=0.5.1,<0.15.7", + "pytest-cov<7,>=4", + "ruff>=0.5.1,<0.15.9", "types-requests<3.0.0.0,>=2.32.4.20250611", "types-python-dateutil>=2.9.0.20250809", "freezegun>=1.5.5", diff --git a/uv.lock b/uv.lock index b222026..2b45b6f 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.10, <4" resolution-markers = [ "python_full_version >= '3.11'", @@ -1685,16 +1685,16 @@ wheels = [ [[package]] name = "pytest-cov" -version = "7.1.0" +version = "6.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "coverage", extra = ["toml"] }, { name = "pluggy" }, { name = "pytest" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b1/51/a849f96e117386044471c8ec2bd6cfebacda285da9525c9106aeb28da671/pytest_cov-7.1.0.tar.gz", hash = "sha256:30674f2b5f6351aa09702a9c8c364f6a01c27aae0c1366ae8016160d1efc56b2", size = 55592, upload-time = "2026-03-21T20:11:16.284Z" } +sdist = { url = "https://files.pythonhosted.org/packages/30/4c/f883ab8f0daad69f47efdf95f55a66b51a8b939c430dadce0611508d9e99/pytest_cov-6.3.0.tar.gz", hash = "sha256:35c580e7800f87ce892e687461166e1ac2bcb8fb9e13aea79032518d6e503ff2", size = 70398, upload-time = "2025-09-06T15:40:14.361Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/9d/7a/d968e294073affff457b041c2be9868a40c1c71f4a35fcc1e45e5493067b/pytest_cov-7.1.0-py3-none-any.whl", hash = "sha256:a0461110b7865f9a271aa1b51e516c9a95de9d696734a2f71e3e78f46e1d4678", size = 22876, upload-time = "2026-03-21T20:11:14.438Z" }, + { url = "https://files.pythonhosted.org/packages/80/b4/bb7263e12aade3842b938bc5c6958cae79c5ee18992f9b9349019579da0f/pytest_cov-6.3.0-py3-none-any.whl", hash = "sha256:440db28156d2468cafc0415b4f8e50856a0d11faefa38f30906048fe490f1749", size = 25115, upload-time = "2025-09-06T15:40:12.44Z" }, ] [[package]] @@ -2352,8 +2352,8 @@ dev = [ { name = "freezegun", specifier = ">=1.5.5" }, { name = "mypy", specifier = ">=0.982,<1.20" }, { name = "pytest", specifier = ">=7.1.3,<10.0.0" }, - { name = "pytest-cov", specifier = ">=4,<8" }, - { name = "ruff", specifier = ">=0.5.1,<0.15.7" }, + { name = "pytest-cov", specifier = ">=4,<7" }, + { name = "ruff", specifier = ">=0.5.1,<0.15.9" }, { name = "types-python-dateutil", specifier = ">=2.9.0.20250809" }, { name = "types-pyyaml", specifier = ">=6.0.12.20250822" }, { name = "types-requests", specifier = ">=2.32.4.20250611,<3.0.0.0" },