From 22dfa90282476bf84a5ccf83c74caef4363a3de4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:53:19 +0000 Subject: [PATCH] chore(deps): update dependency django-storages to v1.14.6 --- poetry.lock | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/poetry.lock b/poetry.lock index 71272c6..d74c9e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -150,25 +150,22 @@ files = [ ] [[package]] -name = "AttrMagic" -version = "0.1.1b5" +name = "attrmagic" +version = "0.2.2" description = "Query-like access to nested attributes" optional = false python-versions = "<4.0,>=3.11" groups = ["main"] -files = [] -develop = false +files = [ + {file = "attrmagic-0.2.2-py3-none-any.whl", hash = "sha256:3dad80e8ec58cc5896152d89354be87a77f2211490da84d5915ee4abfeffcc9d"}, + {file = "attrmagic-0.2.2.tar.gz", hash = "sha256:d961093e4bd6a32fb5c03b8d66361d2244854ee78c751ba0cbff7c0ca4471eb4"}, +] [package.dependencies] pydantic = ">=2.7" +pydantic-core = ">=2.27.2" typing-extensions = {version = ">=4.5", markers = "python_full_version < \"3.12.0\""} -[package.source] -type = "git" -url = "https://github.com/WoosterTech/AttrMagic.git" -reference = "HEAD" -resolved_reference = "e94e653b3992905bb5502d5332755ec5c708c1c4" - [[package]] name = "attrs" version = "25.1.0" @@ -1044,23 +1041,23 @@ hiredis = ["redis[hiredis] (>=3,!=4.0.0,!=4.0.1)"] [[package]] name = "django-rubble" -version = "0.7.0b6" +version = "0.7.1" description = "Extend django-model-utils and django-extensions." optional = false -python-versions = ">=3.11,<4.0" +python-versions = "<4.0,>=3.11" groups = ["main"] files = [] develop = false [package.dependencies] -attrmagic = {git = "https://github.com/WoosterTech/AttrMagic.git"} +attrmagic = ">=0.2.0" case-converter = ">=1.2.0,<2.0.0" croniter = ">=3.0" django = ">4,<5.3" django-model-utils = ">=4.5" -django-simple-history = {version = ">=3.7", optional = true} +django-simple-history = {version = ">=3.7", optional = true, markers = "extra == \"history\""} furl = ">=2.1.3,<3.0.0" -infisical-python = {version = ">=2.3.5", optional = true} +infisical-python = {version = ">=2.3.5", optional = true, markers = "extra == \"secrets\""} levenshtein = ">=0.26.1,<0.27.0" loguru = ">=0.7" pydantic = ">=2.7" @@ -1079,7 +1076,7 @@ secrets = ["infisical-python (>=2.3.5)"] type = "git" url = "https://github.com/WoosterTech/django-rubble.git" reference = "HEAD" -resolved_reference = "b63ac891788fa0d159e4210f6b9e65a5fd964921" +resolved_reference = "aa7e4506762a6a540ff7a2fb8e53c4cbe5545d18" [[package]] name = "django-simple-history" @@ -1098,14 +1095,14 @@ django = ">=4.2" [[package]] name = "django-storages" -version = "1.14.4" +version = "1.14.6" description = "Support for many storage backends in Django" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "django-storages-1.14.4.tar.gz", hash = "sha256:69aca94d26e6714d14ad63f33d13619e697508ee33ede184e462ed766dc2a73f"}, - {file = "django_storages-1.14.4-py3-none-any.whl", hash = "sha256:d61930acb4a25e3aebebc6addaf946a3b1df31c803a6bf1af2f31c9047febaa3"}, + {file = "django_storages-1.14.6-py3-none-any.whl", hash = "sha256:11b7b6200e1cb5ffcd9962bd3673a39c7d6a6109e8096f0e03d46fab3d3aabd9"}, + {file = "django_storages-1.14.6.tar.gz", hash = "sha256:7a25ce8f4214f69ac9c7ce87e2603887f7ae99326c316bc8d2d75375e09341c9"}, ] [package.dependencies] @@ -1116,7 +1113,7 @@ Django = ">=3.2" azure = ["azure-core (>=1.13)", "azure-storage-blob (>=12)"] boto3 = ["boto3 (>=1.4.4)"] dropbox = ["dropbox (>=7.2.1)"] -google = ["google-cloud-storage (>=1.27)"] +google = ["google-cloud-storage (>=1.36.1)"] libcloud = ["apache-libcloud"] s3 = ["boto3 (>=1.4.4)"] sftp = ["paramiko (>=1.15)"]