diff --git a/poetry.lock b/poetry.lock index f66f469..7b6a2e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1230,18 +1230,20 @@ files = [ [[package]] name = "slippers" -version = "0.5.0" +version = "0.6.2" description = "Build reusable components in Django without writing a single line of Python." optional = false -python-versions = ">=3.7.0,<4.0.0" +python-versions = ">=3.8.0" files = [ - {file = "slippers-0.5.0-py3-none-any.whl", hash = "sha256:5a17ef4cf6eb586739d8a6d85756995a8ac3178a49a560f7e0768258e736aa6b"}, - {file = "slippers-0.5.0.tar.gz", hash = "sha256:413281c8a82f9940bbbcb60dcc42d075162b5ff25a6e254c9076b6bb0deaf746"}, + {file = "slippers-0.6.2-py3-none-any.whl", hash = "sha256:739e05f85354becbf0a65daab831eea62557d89e7512042209ab629af4378bca"}, + {file = "slippers-0.6.2.tar.gz", hash = "sha256:4cb555b8822ba0d404e5405723f5d723994022c29046008ee917081031bc0cf1"}, ] [package.dependencies] -Django = ">=3.2,<4.2" -PyYAML = ">=5.4.0,<7.0.0" +Django = ">=3.2" +PyYAML = ">=5.4.0" +typeguard = ">=2.13.3,<3.0.0" +typing-extensions = ">=4.4.0" [[package]] name = "soupsieve" @@ -1306,6 +1308,21 @@ files = [ {file = "tomli-1.2.3.tar.gz", hash = "sha256:05b6166bff487dc068d322585c7ea4ef78deed501cc124060e0f238e89a9231f"}, ] +[[package]] +name = "typeguard" +version = "2.13.3" +description = "Run-time type checker for Python" +optional = false +python-versions = ">=3.5.3" +files = [ + {file = "typeguard-2.13.3-py3-none-any.whl", hash = "sha256:5e3e3be01e887e7eafae5af63d1f36c849aaa94e3a0112097312aabfa16284f1"}, + {file = "typeguard-2.13.3.tar.gz", hash = "sha256:00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4"}, +] + +[package.extras] +doc = ["sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"] +test = ["mypy", "pytest", "typing-extensions"] + [[package]] name = "types-pytz" version = "2021.3.5" @@ -1330,13 +1347,13 @@ files = [ [[package]] name = "typing-extensions" -version = "4.1.1" -description = "Backported and Experimental Type Hints for Python 3.6+" +version = "4.8.0" +description = "Backported and Experimental Type Hints for Python 3.8+" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "typing_extensions-4.1.1-py3-none-any.whl", hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2"}, - {file = "typing_extensions-4.1.1.tar.gz", hash = "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42"}, + {file = "typing_extensions-4.8.0-py3-none-any.whl", hash = "sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0"}, + {file = "typing_extensions-4.8.0.tar.gz", hash = "sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef"}, ] [[package]] @@ -1525,4 +1542,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3ecec5f76104b0554c2332a744174bc1c1717e41fc3a0563bccb10c44a6cc12b" +content-hash = "b68e77692123e6d08048ad7e80f75e4830bf5f0f8b134551f5185f549d9924e3" diff --git a/pyproject.toml b/pyproject.toml index c7cb882..f7dceb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ heroicons = {extras = ["django"], version = "^1.4.0"} psycopg2 = "^2.9.6" python = "^3.8" sentry-sdk = "^1" -slippers = "^0.5.0" +slippers = "^0.6.2" wagtail = "~4.2" wagtailmedia = "^0.14.4" wagtail-markdown = "^0.11"