From 82a0e76e3fd576270a714ec4b82419ce4770a385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:42:06 +0000 Subject: [PATCH] build(deps-dev): 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 1d07b6f1..337fb0cf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1917,13 +1917,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] @@ -2087,4 +2087,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8.18" -content-hash = "0cfeef2fa6eebd963ae65c8b6e8c4dfccb529a572317dd45f873fc552426eb27" +content-hash = "5bae6e7855e1281f3180b0a5f9ebbecd94583036ff28e483da89b72214f54145" diff --git a/pyproject.toml b/pyproject.toml index 1efc4d3d..321dd0c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ requests_mock = "^1.12.1" 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"