From 882152b8d3bebfaac669133194c68f84aabc3a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 13:09:23 +0000 Subject: [PATCH] Bump typeguard from 2.13.3 to 4.1.5 Bumps [typeguard](https://github.com/agronholm/typeguard) from 2.13.3 to 4.1.5. - [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/2.13.3...4.1.5) --- updated-dependencies: - dependency-name: typeguard dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++++------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7b7a220f..7bbfcd00 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1758,18 +1758,22 @@ files = [ [[package]] name = "typeguard" -version = "2.13.3" +version = "4.1.5" description = "Run-time type checker for Python" optional = false -python-versions = ">=3.5.3" +python-versions = ">=3.8" files = [ - {file = "typeguard-2.13.3-py3-none-any.whl", hash = "sha256:5e3e3be01e887e7eafae5af63d1f36c849aaa94e3a0112097312aabfa16284f1"}, - {file = "typeguard-2.13.3.tar.gz", hash = "sha256:00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4"}, + {file = "typeguard-4.1.5-py3-none-any.whl", hash = "sha256:8923e55f8873caec136c892c3bed1f676eae7be57cdb94819281b3d3bc9c0953"}, + {file = "typeguard-4.1.5.tar.gz", hash = "sha256:ea0a113bbc111bcffc90789ebb215625c963411f7096a7e9062d4e4630c155fd"}, ] +[package.dependencies] +importlib-metadata = {version = ">=3.6", markers = "python_version < \"3.10\""} +typing-extensions = {version = ">=4.7.0", markers = "python_version < \"3.12\""} + [package.extras] -doc = ["sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"] -test = ["mypy", "pytest", "typing-extensions"] +doc = ["Sphinx (>=7)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)"] +test = ["coverage[toml] (>=7)", "mypy (>=1.2.0)", "pytest (>=7)"] [[package]] name = "typing-extensions" @@ -1952,4 +1956,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.18" -content-hash = "a0520e108524aceb2da8923cbb565ef648bde344216b4fef12ffae8cdf7bcb8a" +content-hash = "197e6caca22bb837532e9a2d1eaebe88971c71c91413f38b13a46986675c84e3" diff --git a/pyproject.toml b/pyproject.toml index f07b1f67..f7403789 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pytest = "^7.2.2" coverage = {extras = ["toml"], version = "^7.2"} safety = "^2.3.5" mypy = "^1.1" -typeguard = "^2.13.0" +typeguard = "^4.1.5" xdoctest = {extras = ["colors"], version = "^1.1.1"} sphinx = "^4.2.0" sphinx-autobuild = "^2021.3.14"