diff --git a/poetry.lock b/poetry.lock index 0b30366b..112acaf4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1934,18 +1934,21 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0, [[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] +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 = "typer" @@ -2067,4 +2070,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d59180b1853ee75aea7ccd083f31c97eb063a4d8233a8ce681682c42a0a0eb98" +content-hash = "d7ba6d7d53c87d531018b37b80ace20ec58ae38c91b3f78a144a9f4de18bba19" diff --git a/pyproject.toml b/pyproject.toml index b62504e2..01772014 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ sphinxcontrib-mermaid = ">=0.7.1" sphinxcontrib-spelling = ">=7.3.2" sphinxcontrib-versioning = "2.2.1" sphinxemoji = "0.2.0" -typeguard = "^2.13.0" +typeguard = "^4.0.0" xdoctest = {extras = ["colors"], version = "1.1.2"} @@ -55,7 +55,7 @@ Changelog = "https://github.com/raddessi/salt-gnupg-rotate/releases" ipython = ">=8.20.0" sphinx = ">4" pytest-mock = "^3.12.0" -typeguard = "^2.13.0" +typeguard = "^4.0.0" [build-system] requires = ["poetry-core>=1.0.0"]