From 22a2507f107f68c90fabd1437c1a0d262ed75bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 16:56:10 +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 9ca2d0c4..fbf04a84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1540,18 +1540,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 = "types-pytz" @@ -1683,4 +1687,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.18" -content-hash = "63b309a91e77be9e123513b1fe59f9c1d897b8179a594b7deddaf99a85d92e0b" +content-hash = "a83d7c077078dfc80c11a47f3b164671bb3bc74fadc0ed13617211a4c4f05610" diff --git a/pyproject.toml b/pyproject.toml index 2adfab2d..969c6e5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ requests_mock = "^1.9.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"