Skip to content

Commit

Permalink
Bump cached-property from 1.5.2 to 2.0.1 in /requirements
Browse files Browse the repository at this point in the history
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](pydanny/cached-property@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 3fd8b1b commit 00ad7f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/common.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 00ad7f9

Please sign in to comment.