diff --git a/poetry.lock b/poetry.lock index 068e7e3..364caa9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1041,7 +1041,7 @@ python-versions = "*" [[package]] name = "typeguard" -version = "2.13.2" +version = "2.13.3" description = "Run-time type checker for Python" category = "dev" optional = false @@ -1127,7 +1127,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = ">=3.7.1,<3.10" -content-hash = "c1a7c206e651c1f6802eb7fa27fe320e3acfd0ccbf985e92590467f537577632" +content-hash = "b01f769bfc630343df1a066fc9bc1a1fd561e795b5d53bb9ac5287e4f2f177de" [metadata.files] alabaster = [ @@ -1846,8 +1846,8 @@ typed-ast = [ {file = "typed_ast-1.4.3.tar.gz", hash = "sha256:fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65"}, ] typeguard = [ - {file = "typeguard-2.13.2-py3-none-any.whl", hash = "sha256:4f7da3d80dda5e42d6973f11f33da3542b8bf86edc12ba926b2dbad62adf3fcf"}, - {file = "typeguard-2.13.2.tar.gz", hash = "sha256:7e50071590ab997509aa0977609eb5cf9d73d84c1f416cb4fab78b77a9d15326"}, + {file = "typeguard-2.13.3-py3-none-any.whl", hash = "sha256:5e3e3be01e887e7eafae5af63d1f36c849aaa94e3a0112097312aabfa16284f1"}, + {file = "typeguard-2.13.3.tar.gz", hash = "sha256:00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4"}, ] typing-extensions = [ {file = "typing_extensions-3.10.0.0-py2-none-any.whl", hash = "sha256:0ac0f89795dd19de6b97debb0c6af1c70987fd80a2d62d1958f7e56fcc31b497"}, diff --git a/pyproject.toml b/pyproject.toml index f10bdf1..e61021e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pytest = "^6.2.5" coverage = {extras = ["toml"], version = "^6.1"} safety = "^1.10.3" mypy = "^0.910" -typeguard = "^2.13.2" +typeguard = "^2.13.3" xdoctest = {extras = ["colors"], version = "^0.15.10"} sphinx = "^4.3.1" sphinx-autobuild = "^2021.3.14"