From 66f737f0ff2fc04ea5dbbc04c2358682733cdc7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:05:05 -0400 Subject: [PATCH] chore(deps): Bump django-storages from 1.13.1 to 1.14 in /experimenter (#9385) Bumps [django-storages](https://github.com/jschneier/django-storages) from 1.13.1 to 1.14.
Changelog

Sourced from django-storages's changelog.

1.14 (2023-09-04)


General

Azure

Dropbox

FTP

Google Cloud

Libcloud

SFTP

S3

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django-storages&package-manager=pip&previous-version=1.13.1&new-version=1.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experimenter/poetry.lock | 11 ++++++----- experimenter/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/experimenter/poetry.lock b/experimenter/poetry.lock index ec21fda633..f085dc68e0 100644 --- a/experimenter/poetry.lock +++ b/experimenter/poetry.lock @@ -609,13 +609,13 @@ hiredis = ["redis[hiredis] (>=3,!=4.0.0,!=4.0.1)"] [[package]] name = "django-storages" -version = "1.13.1" +version = "1.14" description = "Support for many storage backends in Django" optional = false python-versions = ">=3.7" files = [ - {file = "django-storages-1.13.1.tar.gz", hash = "sha256:b3d98ecc09f1b1627c2b2cf430964322ce4e08617dbf9b4236c16a32875a1e0b"}, - {file = "django_storages-1.13.1-py3-none-any.whl", hash = "sha256:3540b45618b04be2c867c0982e8d2bd8e34f84dae922267fcebe4691fb93daf0"}, + {file = "django-storages-1.14.tar.gz", hash = "sha256:6c97e5faad829c923a1262206281742c484d76d43b332a196ddcc242b909c551"}, + {file = "django_storages-1.14-py3-none-any.whl", hash = "sha256:11280a883b13812df548f3cfe9c10280afc0d4727c8babdee369a75e71158f16"}, ] [package.dependencies] @@ -627,7 +627,8 @@ boto3 = ["boto3 (>=1.4.4)"] dropbox = ["dropbox (>=7.2.1)"] google = ["google-cloud-storage (>=1.27.0)"] libcloud = ["apache-libcloud"] -sftp = ["paramiko"] +s3 = ["boto3 (>=1.4.4)"] +sftp = ["paramiko (>=1.15.0)"] [[package]] name = "django-tailwind" @@ -2839,4 +2840,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "1f20838f9fbe25a952e91e84d2c6715e101bae413f1230fd63bd8ba28fc410e3" +content-hash = "ae26fd5f3954c85d6395c8532517a72f9caf139ede46b296424e2c3619abddfd" diff --git a/experimenter/pyproject.toml b/experimenter/pyproject.toml index fd7e037c02..c49be45579 100644 --- a/experimenter/pyproject.toml +++ b/experimenter/pyproject.toml @@ -48,7 +48,7 @@ unicodecsv = "0.14.1" kinto-http = "10.8.0" jsonschema = "^4.19.0" google-cloud-storage = "1.44.0" -django-storages = "1.13.1" +django-storages = "1.14" toml = "^0.10.2" pydantic = "1.10.12" django-test-migrations = "^1.3.0"