Skip to content

Commit

Permalink
Bump django-maintenance-mode in /config/requirements
Browse files Browse the repository at this point in the history
Bumps [django-maintenance-mode](https://github.com/fabiocaccamo/django-maintenance-mode) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/fabiocaccamo/django-maintenance-mode/releases)
- [Changelog](https://github.com/fabiocaccamo/django-maintenance-mode/blob/main/CHANGELOG.md)
- [Commits](fabiocaccamo/django-maintenance-mode@0.20.0...0.21.0)

---
updated-dependencies:
- dependency-name: django-maintenance-mode
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2023
1 parent 8873458 commit af90aa9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions config/requirements/dev_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,9 @@ django-debug-toolbar==4.2.0 \
--hash=sha256:af99128c06e8e794479e65ab62cc6c7d1e74e1c19beb44dcbf9bad7a9c017327 \
--hash=sha256:bc7fdaafafcdedefcc67a4a5ad9dac96efd6e41db15bc74d402a54a2ba4854dc
# via -r config/requirements/dev.in
django-maintenance-mode==0.20.0 \
--hash=sha256:137b1151809d0298e869b41e36259653513524cfaec0b44fb593b3f7b2e855a0 \
--hash=sha256:2ba061f7af961e56ceeafe4c54b8cfe22c60ea477232285fe9bef496b67583c6
django-maintenance-mode==0.21.0 \
--hash=sha256:6e02a0410a9438d065a68fb61e647d3b711832d51944a9e8c9d6822bea206bf2 \
--hash=sha256:701df2f5067184e77887b740ba14d30d35287785f5af2386177ac0b28837d00b
# via -r config/requirements/prod.in
django-storages==1.14.2 \
--hash=sha256:1db759346b52ada6c2efd9f23d8241ecf518813eb31db9e2589207174f58f6ad \
Expand Down
2 changes: 1 addition & 1 deletion config/requirements/prod.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crispy-bootstrap5~=2023.10
django-alive~=1.2
django-allauth~=0.42
django-crispy-forms~=2.0
django-maintenance-mode~=0.19
django-maintenance-mode~=0.21
django-storages~=1.8
environs[django]~=9.3
hiredis~=2.1 # needed for Django's native cache and sessions
Expand Down
6 changes: 3 additions & 3 deletions config/requirements/prod_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,9 @@ django-crispy-forms==2.1 \
# via
# -r config/requirements/prod.in
# crispy-bootstrap5
django-maintenance-mode==0.20.0 \
--hash=sha256:137b1151809d0298e869b41e36259653513524cfaec0b44fb593b3f7b2e855a0 \
--hash=sha256:2ba061f7af961e56ceeafe4c54b8cfe22c60ea477232285fe9bef496b67583c6
django-maintenance-mode==0.21.0 \
--hash=sha256:6e02a0410a9438d065a68fb61e647d3b711832d51944a9e8c9d6822bea206bf2 \
--hash=sha256:701df2f5067184e77887b740ba14d30d35287785f5af2386177ac0b28837d00b
# via -r config/requirements/prod.in
django-storages==1.14.2 \
--hash=sha256:1db759346b52ada6c2efd9f23d8241ecf518813eb31db9e2589207174f58f6ad \
Expand Down

0 comments on commit af90aa9

Please sign in to comment.