From 28965c852c975b9af01926a3499f0e7f746b2802 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 23:07:43 +0000 Subject: [PATCH] Update dependency django-webpack-loader to v3 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6ff789f7..da42a72d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1078,14 +1078,14 @@ resolved_reference = "ce5a2b95dec4c2b2d7e6213ddf321a041ea1e119" [[package]] name = "django-webpack-loader" -version = "0.7.0" +version = "3.1.1" description = "Transparently use webpack with django" category = "main" optional = false python-versions = "*" files = [ - {file = "django-webpack-loader-0.7.0.tar.gz", hash = "sha256:7a3c88201aa54481f9399465615cbe7b9aece8081496a6d0287b7cb8e232f447"}, - {file = "django_webpack_loader-0.7.0-py2.py3-none-any.whl", hash = "sha256:d28a276ed3d89e97a313b74967e373693f8b86afe629f4c91eea91c5b4f2ec20"}, + {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]] @@ -3829,4 +3829,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "985bdeef4aadc4b9a4bcd930a59ddad0f5e2937ae063c6ae06f5de810acf1a1b" +content-hash = "313521c77ac8112c55b1ba29bf32546fc6cac590f9b80ef607afd8cf5e90dac0" diff --git a/pyproject.toml b/pyproject.toml index 8936d75f..a35f61c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ django-hijack = "^2.1.10" django-hijack-admin = "^2.1.10" django-redis = "^5.2.0" django-shibboleth-remoteuser = {git = "https://github.com/Brown-University-Library/django-shibboleth-remoteuser", tag = "v0.12"} -django-webpack-loader = "^0.7.0" +django-webpack-loader = "^3.0.0" djangorestframework = "^3.11.2" google-api-python-client = "^2.58.0" google-auth = "^2.11.0"