diff --git a/poetry.lock b/poetry.lock index 45baa91..d9ca808 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1705,14 +1705,14 @@ files = [ [[package]] name = "django-sekizai" -version = "4.0.0" +version = "4.1.0" description = "Django Sekizai" category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "django-sekizai-4.0.0.tar.gz", hash = "sha256:3304732a8da09e311df0f851185c9b2d57867126f2c73f00326f57d0ffbc2d68"}, - {file = "django_sekizai-4.0.0-py3-none-any.whl", hash = "sha256:98ec08acf2670d441cf0f57ec0a3623f3e2e1a75a61735dec53162016f041284"}, + {file = "django-sekizai-4.1.0.tar.gz", hash = "sha256:2aca36cbae0b5c0cefed9565416ec442335767fb3145bff11e58622fc653cdad"}, + {file = "django_sekizai-4.1.0-py3-none-any.whl", hash = "sha256:aa12e66ba0335fbe726b7d74cf4e8716b89a0be99a1304a9b9e8b191229e2e4a"}, ] [package.dependencies] @@ -5709,4 +5709,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2365c910257ce91b09f72d236f19cf15257b5561f7fc746fed7c8e1f6155c0d4" +content-hash = "c62c49bdf43a7513ffab944e0b76b3d62b3e9191c2d238ec6e215cbdeb2653a1" diff --git a/pyproject.toml b/pyproject.toml index 9039857..f22c488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ django-cacheops = "^6.1" django-extra-settings = "^0.9.1" psycopg2-binary = "^2.9.5" django-cms = "^3.11.1" -django-sekizai = "^4.0.0" +django-sekizai = "^4.1.0" amzqr = "^0.0.1" django-active-link = "^0.1.8" channels = {extras = ["daphne"], version = "^4.0.0"}