diff --git a/poetry.lock b/poetry.lock index 27de179114..3e4538a00e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1238,13 +1238,13 @@ django-filter = ">=2.3.0" [[package]] name = "django-webpack-loader" -version = "1.8.1" +version = "3.1.1" description = "Transparently use webpack with django" optional = false python-versions = "*" files = [ - {file = "django-webpack-loader-1.8.1.tar.gz", hash = "sha256:073beda18e2929fa5cd83bafbcaaf975e5945e84a17bfa81927cb6c9f5a17b94"}, - {file = "django_webpack_loader-1.8.1-py2.py3-none-any.whl", hash = "sha256:2d50a902256cf94bdd87eac3e7687989c9aa757a63af21db68773115216cedee"}, + {file = "django-webpack-loader-3.1.1.tar.gz", hash = "sha256:f11b79700d1bfc1299131bdf4ba479c1ec200f83a1400e1a2feb5c2ba7b6f8c4"}, + {file = "django_webpack_loader-3.1.1-py2.py3-none-any.whl", hash = "sha256:15c05cb685b113c5e6f947efa8ee3888a03c2969a2dd0da4c7610b3e695f67ba"}, ] [[package]] @@ -4094,4 +4094,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.9.18" -content-hash = "e02ab198782a651834f1e55a6ab9ef52597074fc371a006479625e58d7360ead" +content-hash = "1843e28d39f1202df5a3d317301513f1f9e2f29f2f7c332e4f967cc218f9a7de" diff --git a/pyproject.toml b/pyproject.toml index 6d736c75ab..9617477ca6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ django-robots = "6.1" django-storages = "^1.11.1" django-treebeard = "^4.5.1" django-user-agents = "^0.4.0" -django-webpack-loader = "^1.4.1" +django-webpack-loader = "^3.0.0" djangorestframework = "^3.12.4" djoser = "^2.1.0" drf-extensions = "^0.7.1"