Skip to content

Commit

Permalink
Bump django-alive
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 1 update in the /config/requirements directory: [django-alive](https://github.com/lincolnloop/django-alive).


Updates `django-alive` from 1.2.2 to 2.0.0
- [Release notes](https://github.com/lincolnloop/django-alive/releases)
- [Changelog](https://github.com/lincolnloop/django-alive/blob/main/CHANGELOG.md)
- [Commits](lincolnloop/django-alive@1.2.2...2.0.0)

---
updated-dependencies:
- dependency-name: django-alive
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 31, 2024
1 parent 4bde8a1 commit 09b5aa6
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 @@ -390,9 +390,9 @@ django==5.1 \
# django-stubs
# django-stubs-ext
# model-bakery
django-alive==1.2.2 \
--hash=sha256:00246da76b83737cb8fc3ebcc4fa4ed2af5de5446ec27a7325a836eff8c480c0 \
--hash=sha256:0805d724e5037b636af965488156e99da7fd883f94f41eb01c4d1701af13f85e
django-alive==2.0.0 \
--hash=sha256:c8e5a767080566aefac6b05d60e4371871f292e0e32a753b6c18b8c28f473c3e \
--hash=sha256:f7aa691db23b1065bdbaee96d8c347e3d9df2be783c9d5514f7fd82e9c9ee088
# via -r config/requirements/prod.in
django-allauth==64.2.0 \
--hash=sha256:71b404b3a7631502005e549800411e77939754e6864f2d24c17741a42e8e50e5
Expand Down
2 changes: 1 addition & 1 deletion config/requirements/prod.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Django~=5.0
boto3~=1.34
celery~=5.3
crispy-bootstrap5~=2024.2
django-alive~=1.2
django-alive~=2.0
django-allauth~=64.0
django-crispy-forms~=2.2
django-maintenance-mode~=0.19
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 @@ -143,9 +143,9 @@ django==5.1 \
# django-allauth
# django-crispy-forms
# django-storages
django-alive==1.2.2 \
--hash=sha256:00246da76b83737cb8fc3ebcc4fa4ed2af5de5446ec27a7325a836eff8c480c0 \
--hash=sha256:0805d724e5037b636af965488156e99da7fd883f94f41eb01c4d1701af13f85e
django-alive==2.0.0 \
--hash=sha256:c8e5a767080566aefac6b05d60e4371871f292e0e32a753b6c18b8c28f473c3e \
--hash=sha256:f7aa691db23b1065bdbaee96d8c347e3d9df2be783c9d5514f7fd82e9c9ee088
# via -r config/requirements/prod.in
django-allauth==64.2.0 \
--hash=sha256:71b404b3a7631502005e549800411e77939754e6864f2d24c17741a42e8e50e5
Expand Down

0 comments on commit 09b5aa6

Please sign in to comment.