From cf5b6704c02a62aba962cab37438941e12923687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:42:02 +0000 Subject: [PATCH] Bump typeguard from 4.3.0 to 4.4.0 Bumps [typeguard](https://github.com/agronholm/typeguard) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/agronholm/typeguard/releases) - [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/typeguard/compare/4.3.0...4.4.0) --- updated-dependencies: - dependency-name: typeguard dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b6425a02..8e711d72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2312,13 +2312,13 @@ files = [ [[package]] name = "typeguard" -version = "4.3.0" +version = "4.4.0" description = "Run-time type checker for Python" optional = false python-versions = ">=3.8" files = [ - {file = "typeguard-4.3.0-py3-none-any.whl", hash = "sha256:4d24c5b39a117f8a895b9da7a9b3114f04eb63bade45a4492de49b175b6f7dfa"}, - {file = "typeguard-4.3.0.tar.gz", hash = "sha256:92ee6a0aec9135181eae6067ebd617fd9de8d75d714fb548728a4933b1dea651"}, + {file = "typeguard-4.4.0-py3-none-any.whl", hash = "sha256:8ca34c14043f53b2caae7040549ba431770869bcd6287cfa8239db7ecb882b4a"}, + {file = "typeguard-4.4.0.tar.gz", hash = "sha256:463bd8697a65a4aa576a63767c369b1ecfba8a5ba735edfe3223127b6ecfa28c"}, ] [package.dependencies] @@ -2558,4 +2558,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8.18" -content-hash = "9b1683a6ea9185617bbccc9828e2d20909a41cf2e0a599ef58c14790a7c8b13e" +content-hash = "3ee913e698ca8b5e08c6bb763947c2e983ca0e985a5368b91720d886f22bcd69" diff --git a/pyproject.toml b/pyproject.toml index fb0a5894..3f5ed224 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pytest = "^8.3.3" coverage = {extras = ["toml"], version = "^7.2"} safety = "^3.2.8" mypy = "^1.11.2" -typeguard = "^4.1.5" +typeguard = "^4.4.0" xdoctest = {extras = ["colors"], version = "^1.1.2"} sphinx = "^7.1.0" sphinx-autobuild = "^2021.3.14"