From 00ad7f9b44a1a0697480d0621d9f95990af1e97e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:20:20 +0000 Subject: [PATCH] Bump cached-property from 1.5.2 to 2.0.1 in /requirements Bumps [cached-property](https://github.com/pydanny/cached-property) from 1.5.2 to 2.0.1. - [Release notes](https://github.com/pydanny/cached-property/releases) - [Changelog](https://github.com/pydanny/cached-property/blob/main/HISTORY.md) - [Commits](https://github.com/pydanny/cached-property/compare/1.5.2...2.0.1) --- updated-dependencies: - dependency-name: cached-property dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/common.in | 2 +- requirements/common.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/common.in b/requirements/common.in index 5dc82f37d24..0592d48234e 100644 --- a/requirements/common.in +++ b/requirements/common.in @@ -3,7 +3,7 @@ gunicorn==23.0.0 whitenoise[brotli]==6.7.0 # Used by Whitenoise to provide Brotli-compressed versions of static files. Django==5.1.2 celery==5.4.0 # celery needed for data ingestion -cached-property==1.5.2 # needed for kombu with --require-hashes +cached-property==2.0.1 # needed for kombu with --require-hashes simplejson==3.19.3 # import simplejson newrelic==10.2.0 certifi==2024.8.30 diff --git a/requirements/common.txt b/requirements/common.txt index 73e04349111..d949d8a1211 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -225,9 +225,9 @@ brotli==1.1.0 \ --hash=sha256:fd5f17ff8f14003595ab414e45fce13d073e0762394f957182e69035c9f3d7c2 \ --hash=sha256:fdc3ff3bfccdc6b9cc7c342c03aa2400683f0cb891d46e94b64a197910dc4064 # via whitenoise -cached-property==1.5.2 \ - --hash=sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130 \ - --hash=sha256:df4f613cf7ad9a588cc381aaf4a512d26265ecebd5eb9e1ba12f1319eb85a6a0 +cached-property==2.0.1 \ + --hash=sha256:484d617105e3ee0e4f1f58725e72a8ef9e93deee462222dbd51cd91230897641 \ + --hash=sha256:f617d70ab1100b7bcf6e42228f9ddcb78c676ffa167278d9f730d1c2fba69ccb # via -r common.in cachy==0.3.0 \ --hash=sha256:186581f4ceb42a0bbe040c407da73c14092379b1e4c0e327fdb72ae4a9b269b1 \