betagouv / ma-cantine

Accompagner les acteurs restau co dans la loi EGalim
https://ma-cantine.beta.gouv.fr/
MIT License
14 stars 10 forks source link

Bump django-simple-history from 3.6.0 to 3.7.0 #4045

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps django-simple-history from 3.6.0 to 3.7.0.

Release notes

Sourced from django-simple-history's releases.

Release 3.7.0

What's Changed

Documented changes

Merged PRs

New Contributors

Full Changelog: https://github.com/jazzband/django-simple-history/compare/3.6.0...3.7.0

Changelog

Sourced from django-simple-history's changelog.

3.7.0 (2024-05-29)

  • Dropped support for Django 3.2, which reached end-of-life on 2024-04-01 (gh-1344)
  • Removed the temporary requirement on asgiref>=3.6 added in 3.5.0, now that the minimum required Django version is 4.2 (gh-1344)
  • Migrated package building from using the deprecated setup.py to using pyproject.toml (with Hatchling as build backend); setup.py has consequently been removed (gh-1348)
  • Added django>=4.2 as an installation dependency, to mirror the minimum version tested in our CI (gh-1349)
Commits
  • 2a2bec9 Merge pull request #1350 from jazzband/release-3.7.0
  • 1fe70ab Replaced PyPI comments in CHANGES.rst with a regex
  • 695b17f Prepare for release 3.7.0
  • a4e4783 Added Django as installation dependency (#1349)
  • 6a8918e Merge pull request #1348 from ofek/modernize-metadata
  • 19722e2 Merge branch 'ddabble/update-package-metadata' into modernize-metadata
  • fef00f6 Migrated setup.py -> pyproject.toml with Hatchling
  • cf6848c Tweaked layout of README badges
  • 87a08b7 Changed docs link to stable version
  • 560f298 Dropped support for Django 3.2 (#1344)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @hfroot.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)