From d25c5854ed7869608f7ae4cc91127c882661383d Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 2 Feb 2022 20:28:12 +0000 Subject: [PATCH] Update dependency django-cleanup to v6 (develop) --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index a48fd00b9..4a2a7c144 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -596,7 +596,7 @@ six = ">=1.4.0" [[package]] name = "django-cleanup" -version = "5.2.0" +version = "6.0.0" description = "Deletes old files." category = "main" optional = false @@ -2077,7 +2077,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "5e905028db934264d37d30bfd0b84ae64b3ac67a8de7e7f696b9f0288a8146af" +content-hash = "0307cc5cd6a0b6de1b9ff5aa39ba6550fa60a47a7c2ab461d9bde2d62acbcee4" [metadata.files] aiohttp = [ @@ -2451,8 +2451,8 @@ django-cacheops = [ {file = "django_cacheops-6.0-py2.py3-none-any.whl", hash = "sha256:ee38b969c9fc68f7c88e769b6c811e19563cca1ae08210d9f553ff758b6c3e17"}, ] django-cleanup = [ - {file = "django-cleanup-5.2.0.tar.gz", hash = "sha256:909d10ff574f5ce1a40fa63bd5c94c9ed866fd7ae770994c46cdf66c3db3e846"}, - {file = "django_cleanup-5.2.0-py2.py3-none-any.whl", hash = "sha256:193cf69de54b9fc0a0f4547edbb3a63bbe01728cb029f9f4b7912098cc1bced7"}, + {file = "django-cleanup-6.0.0.tar.gz", hash = "sha256:922e06ef8839c92bd3ab37a84db6058b8764f3fe44dbb4487bbca941d288280a"}, + {file = "django_cleanup-6.0.0-py2.py3-none-any.whl", hash = "sha256:997feab3b1f7a2e84f71c29e83b1d664459ec0d4b1924977b1fa25b5babb8703"}, ] django-cors-headers = [ {file = "django-cors-headers-3.11.0.tar.gz", hash = "sha256:eb98389bf7a2afc5d374806af4a9149697e3a6955b5a2dc2bf049f7d33647456"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 7f1ba4b96..3fb632c29 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -35,7 +35,7 @@ channels-redis = "==3.3.1" gunicorn = "==20.1.0" cryptography = "==36.0.1" requests-http-signature = {git = "https://github.com/agateblue/requests-http-signature.git", rev = "signature-header-support"} -django-cleanup = "==5.2.0" +django-cleanup = "==6.0.0" requests = "==2.27.1" pyOpenSSL = "==20.0.1" pydub = "==0.25.1"