Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rules from 3.4 to 3.5 #1419

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Bump rules from 3.4 to 3.5 #1419

merged 1 commit into from
Sep 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps rules from 3.4 to 3.5.

Release notes

Sourced from rules's releases.

v3.5.0

Highlights

  • Add support for Django 5.1

What's Changed

New Contributors

Full Changelog: dfunckt/django-rules@v3.4.0...v3.5.0

Changelog

Sourced from rules's changelog.

Changelog

Unreleased

Add a sentence for each interesting change in this section.


v3.5.0 - 2024/09/02

  • Add support for Django 5.1

v3.4.0 - 2024/05/18

  • Add support for Django 4.2 and 5.0
  • Add support for Python 3.11 and 3.12
  • Drop support for EOL Python 3.7
  • Drop support for EOL Django 2.2 and 4.0
  • Fix bug: type annotations were not used because py.typed was not always installed.

v3.3.0 - 2022/03/23

  • Introduce type annotations for common APIs

v3.2.1 - 2022/03/02

  • Fixed incorrect Django versions mentioned in CHANGELOG

v3.2.0 - 2022/03/02

  • Added support for Python 3.10
  • Dropped support for Python 3.6 (EOL)
  • Dropped support for Django 3.0 and 3.1 (EOL)

v3.1.0 - 2021/12/22

  • Added support for Django 4.0

v3.0.0 - 2021/05/10

  • Dropped support for Python 2
  • Dropped support for Django versions before 2.2

v2.2.0 - 2020/01/17

  • Added support for Django v3.0

v2.1.0 - 2019/08/11

... (truncated)

Commits
  • 6ce69d0 Merge pull request #194 from dfunckt/release-v3.5.0
  • cd7a7d0 Update init.py
  • c22777d Update CHANGELOG.md
  • 22f70f9 Merge pull request #193 from kimihito/chore/support-django51
  • ce5877c Support for Django 5.1
  • a8da753 Merge pull request #192 from dpgraham4401/fix_docs_link
  • bbb994c use 'stable' path instead of hardcoded version number for django documentatio...
  • See full diff 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 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 <dependency name> 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)

Bumps [rules](https://github.com/dfunckt/django-rules) from 3.4 to 3.5.
- [Release notes](https://github.com/dfunckt/django-rules/releases)
- [Changelog](https://github.com/dfunckt/django-rules/blob/master/CHANGELOG.md)
- [Commits](dfunckt/django-rules@v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: rules
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 2, 2024
@dmptrluke dmptrluke merged commit c02016e into master Sep 2, 2024
4 of 5 checks passed
@dependabot dependabot bot deleted the dependabot/pip/rules-3.5 branch September 2, 2024 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant