Update dependency django-health-check to v3.18.3 #105

Open
renovate wants to merge 1 commit from renovate/django-health-check-3.x into master
Collaborator

This PR contains the following updates:

Package Update Change
django-health-check minor ==3.17.0 -> ==3.18.3

Release Notes

revsys/django-health-check (django-health-check)

v3.18.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/revsys/django-health-check/compare/3.18.2...3.18.3

v3.18.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/revsys/django-health-check/compare/3.18.1...3.18.2

v3.18.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/revsys/django-health-check/compare/3.18.0...3.18.1

v3.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/revsys/django-health-check/compare/3.17.0...3.18.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [django-health-check](https://github.com/revsys/django-health-check) | minor | `==3.17.0` -> `==3.18.3` | --- ### Release Notes <details> <summary>revsys/django-health-check (django-health-check)</summary> ### [`v3.18.3`](https://github.com/revsys/django-health-check/releases/tag/3.18.3) [Compare Source](https://github.com/revsys/django-health-check/compare/3.18.2...3.18.3) #### What's Changed - Drop deprecated DEFAULT_FILE_STORAGE setting usage by [@&#8203;KOliver94](https://github.com/KOliver94) in https://github.com/revsys/django-health-check/pull/408 #### New Contributors - [@&#8203;KOliver94](https://github.com/KOliver94) made their first contribution in https://github.com/revsys/django-health-check/pull/408 **Full Changelog**: https://github.com/revsys/django-health-check/compare/3.18.2...3.18.3 ### [`v3.18.2`](https://github.com/revsys/django-health-check/releases/tag/3.18.2) [Compare Source](https://github.com/revsys/django-health-check/compare/3.18.1...3.18.2) #### What's Changed - Fix S3Boto3Storage backend and test cases by [@&#8203;krystofbe](https://github.com/krystofbe) in https://github.com/revsys/django-health-check/pull/415 #### New Contributors - [@&#8203;krystofbe](https://github.com/krystofbe) made their first contribution in https://github.com/revsys/django-health-check/pull/415 **Full Changelog**: https://github.com/revsys/django-health-check/compare/3.18.1...3.18.2 ### [`v3.18.1`](https://github.com/revsys/django-health-check/releases/tag/3.18.1) [Compare Source](https://github.com/revsys/django-health-check/compare/3.18.0...3.18.1) #### What's Changed - Fix signature of BaseHealthCheckBackend.check_status after merge of [#&#8203;390](https://github.com/revsys/django-health-check/issues/390) by [@&#8203;saz](https://github.com/saz) in https://github.com/revsys/django-health-check/pull/411 - Fix compatibility with pre-3.18 custom check backends by [@&#8203;SpecLad](https://github.com/SpecLad) in https://github.com/revsys/django-health-check/pull/414 #### New Contributors - [@&#8203;saz](https://github.com/saz) made their first contribution in https://github.com/revsys/django-health-check/pull/411 - [@&#8203;SpecLad](https://github.com/SpecLad) made their first contribution in https://github.com/revsys/django-health-check/pull/414 **Full Changelog**: https://github.com/revsys/django-health-check/compare/3.18.0...3.18.1 ### [`v3.18.0`](https://github.com/revsys/django-health-check/releases/tag/3.18.0) [Compare Source](https://github.com/revsys/django-health-check/compare/3.17.0...3.18.0) #### What's Changed - Bump black from 22.8.0 to 22.10.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/revsys/django-health-check/pull/332 - Rework readme by [@&#8203;frankwiles](https://github.com/frankwiles) in https://github.com/revsys/django-health-check/pull/333 - :gear: Expand support for Python 3.11 and Django 4.0+4.1 by [@&#8203;jefftriplett](https://github.com/jefftriplett) in https://github.com/revsys/django-health-check/pull/338 - Bump flake8 from 5.0.4 to 6.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/revsys/django-health-check/pull/334 - Bump black from 22.10.0 to 22.12.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/revsys/django-health-check/pull/339 - Bump isort from 5.10.1 to 5.11.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/revsys/django-health-check/pull/346 - Bump pydocstyle\[toml] from 6.1.1 to 6.2.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/revsys/django-health-check/pull/348 - Bump pydocstyle\[toml] from 6.2.2 to 6.2.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/revsys/django-health-check/pull/349 - CacheBackend: Use a configurable setting to specify cache key by [@&#8203;Flauschbaellchen](https://github.com/Flauschbaellchen) in https://github.com/revsys/django-health-check/pull/336 - Streamline quotes in documentation by [@&#8203;Flauschbaellchen](https://github.com/Flauschbaellchen) in https://github.com/revsys/django-health-check/pull/357 - Respect celery configuration namespace by [@&#8203;ercpe](https://github.com/ercpe) in https://github.com/revsys/django-health-check/pull/351 - Bump black from 22.12.0 to 23.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/revsys/django-health-check/pull/361 - Catch Redis exceptions while checking cache backend by [@&#8203;Flauschbaellchen](https://github.com/Flauschbaellchen) in https://github.com/revsys/django-health-check/pull/340 - Update README.md by [@&#8203;chadgates](https://github.com/chadgates) in https://github.com/revsys/django-health-check/pull/378 - :gear: Adds Django 4.2 support and fixes trove classifiers by [@&#8203;jefftriplett](https://github.com/jefftriplett) in https://github.com/revsys/django-health-check/pull/363 - Add configuration for running health checks without threads by [@&#8203;mnitchie](https://github.com/mnitchie) in https://github.com/revsys/django-health-check/pull/362 - Add ability to define and run a subset health checks by [@&#8203;panteparak](https://github.com/panteparak) in https://github.com/revsys/django-health-check/pull/390 - Bump flake8 from 6.0.0 to 7.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/revsys/django-health-check/pull/403 - Bump bandit from 1.7.4 to 1.7.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/revsys/django-health-check/pull/394 - Bump isort from 5.11.4 to 5.13.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/revsys/django-health-check/pull/398 - Bump black from 23.3.0 to 23.12.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/revsys/django-health-check/pull/401 - Test and Support Python 3.12 by [@&#8203;frankwiles](https://github.com/frankwiles) in https://github.com/revsys/django-health-check/pull/405 - Test and support Django 5.0 by [@&#8203;frankwiles](https://github.com/frankwiles) in https://github.com/revsys/django-health-check/pull/406 - Bump actions/setup-python from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/revsys/django-health-check/pull/392 #### New Contributors - [@&#8203;frankwiles](https://github.com/frankwiles) made their first contribution in https://github.com/revsys/django-health-check/pull/333 - [@&#8203;jefftriplett](https://github.com/jefftriplett) made their first contribution in https://github.com/revsys/django-health-check/pull/338 - [@&#8203;Flauschbaellchen](https://github.com/Flauschbaellchen) made their first contribution in https://github.com/revsys/django-health-check/pull/336 - [@&#8203;ercpe](https://github.com/ercpe) made their first contribution in https://github.com/revsys/django-health-check/pull/351 - [@&#8203;chadgates](https://github.com/chadgates) made their first contribution in https://github.com/revsys/django-health-check/pull/378 - [@&#8203;mnitchie](https://github.com/mnitchie) made their first contribution in https://github.com/revsys/django-health-check/pull/362 - [@&#8203;panteparak](https://github.com/panteparak) made their first contribution in https://github.com/revsys/django-health-check/pull/390 **Full Changelog**: https://github.com/revsys/django-health-check/compare/3.17.0...3.18.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQwOS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate changed title from Update dependency django-health-check to v3.18.0 to Update dependency django-health-check to v3.18.1 2024-01-31 18:00:34 +00:00
renovate force-pushed renovate/django-health-check-3.x from ec10b45d27 to 7daba9c314 2024-01-31 18:00:35 +00:00 Compare
renovate force-pushed renovate/django-health-check-3.x from 7daba9c314 to dcb402f149 2024-04-01 14:01:15 +01:00 Compare
renovate changed title from Update dependency django-health-check to v3.18.1 to Update dependency django-health-check to v3.18.2 2024-05-04 08:00:50 +01:00
renovate force-pushed renovate/django-health-check-3.x from dcb402f149 to 9af6c9d139 2024-05-04 08:00:52 +01:00 Compare
renovate force-pushed renovate/django-health-check-3.x from 9af6c9d139 to 307cb0485c 2024-05-20 10:00:44 +01:00 Compare
renovate force-pushed renovate/django-health-check-3.x from 307cb0485c to 1655885a7f 2024-06-03 12:00:42 +01:00 Compare
renovate force-pushed renovate/django-health-check-3.x from 1655885a7f to a9d841e6e7 2024-06-22 16:00:44 +01:00 Compare
renovate changed title from Update dependency django-health-check to v3.18.2 to Update dependency django-health-check to v3.18.3 2024-06-22 16:00:45 +01:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/django-health-check-3.x:renovate/django-health-check-3.x
git checkout renovate/django-health-check-3.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/django-health-check-3.x
git checkout renovate/django-health-check-3.x
git rebase master
git checkout master
git merge --ff-only renovate/django-health-check-3.x
git checkout renovate/django-health-check-3.x
git rebase master
git checkout master
git merge --no-ff renovate/django-health-check-3.x
git checkout master
git merge --squash renovate/django-health-check-3.x
git checkout master
git merge --ff-only renovate/django-health-check-3.x
git checkout master
git merge renovate/django-health-check-3.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: repos/website#105
No description provided.