From 419886bf8ecd03a8f7195cd89f1d7247994a8476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 13:05:13 +0000 Subject: [PATCH] build(deps-dev): update typeguard requirement from >=4.1.5 to >=4.5.1 Updates the requirements on [typeguard](https://github.com/agronholm/typeguard) to permit the latest version. - [Release notes](https://github.com/agronholm/typeguard/releases) - [Commits](https://github.com/agronholm/typeguard/compare/4.1.5...4.5.1) --- updated-dependencies: - dependency-name: typeguard dependency-version: 4.5.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd808e7..86a6f55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ style = [ { include-group = "ruff" }, { include-group = "sql" }, ] -typeguard = [ "typeguard>=4.1.5" ] +typeguard = [ "typeguard>=4.5.1" ] # MyPy config # See https://mypy.readthedocs.io/en/stable/config_file.html#using-a-pyproject-toml-file