diff --git a/{{ cookiecutter.__project_name }}/poetry.lock b/{{ cookiecutter.__project_name }}/poetry.lock index 8a3074c..e0160e2 100644 --- a/{{ cookiecutter.__project_name }}/poetry.lock +++ b/{{ cookiecutter.__project_name }}/poetry.lock @@ -30,13 +30,13 @@ test = ["astroid", "pytest"] [[package]] name = "beartype" -version = "0.16.2" +version = "0.16.3" description = "Unbearably fast runtime type checking in pure Python." optional = false python-versions = ">=3.8.0" files = [ - {file = "beartype-0.16.2-py3-none-any.whl", hash = "sha256:72d133615fe674affc8c49365dd24dfe2260552b9a8a2b7193cdd48021527782"}, - {file = "beartype-0.16.2.tar.gz", hash = "sha256:47ec1c8c3be3f999f4f9f829e8913f65926aa7e85b180d9ffd305dc78d3e7d7b"}, + {file = "beartype-0.16.3-py3-none-any.whl", hash = "sha256:dc7b3fd28d4998771b4ff8eb41eccb70aa665a8dd505b8db43ba03c191450dd6"}, + {file = "beartype-0.16.3.tar.gz", hash = "sha256:085591b5b77807229b65a137fd473c6891c45287fe0ca6565b3250dead00380b"}, ] [package.extras] @@ -758,4 +758,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8c1ca03dfd0f2563d9c5f893a4f6518637bcb61b0a6aed22b6c3c76d0149f21b" +content-hash = "672984864eb5a9f60e52ccd52e6d70d7320d78cce895bb43e5e8154211011270" diff --git a/{{ cookiecutter.__project_name }}/pyproject.toml b/{{ cookiecutter.__project_name }}/pyproject.toml index daf5eaf..815f177 100644 --- a/{{ cookiecutter.__project_name }}/pyproject.toml +++ b/{{ cookiecutter.__project_name }}/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" packages = [{include = "{{cookiecutter.__package_name}}"}] [tool.poetry.dependencies] -beartype = "^0.16.2" +beartype = "^0.16.3" icontract = "^2.6.4" loguru = "^0.7.2" pydantic = "^2.4"