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 2.2 to 3.3 #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 20, 2023

Bumps rules from 2.2 to 3.3.

Release notes

Sourced from rules's releases.

v3.3.0

  • Introduce type annotations for common APIs

v3.2.1

  • Fixed incorrect Django versions mentioned in CHANGELOG

v3.2.0

  • 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

  • Added support for Django 4.0

v3.0.0

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

Upgrading from 2.x: The are no significant changes between rules 2.x and 3.x except dropping support for Python 2, so before upgrading to 3.x you just need to make sure you're running a supported Python 3 version.

Changelog

Sourced from rules's changelog.

Changelog

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

  • Added ability to automatically check for permissions in Drango Rest Framework viewsets.
  • Added ability to automatically check for permissions in Drango class-based views.
  • Added ability to automatically register permissions for models.
  • Added shim for "six" in anticipation for Django 3.0 dropping support for Python 2 and removing "six" from its codebase.

v2.0.1 - 2018/12/07

  • Fixed issue with using rules in CreateView CBV

v2.0.0 - 2018/07/22

  • Dropped support for Python 2.6 and 3.3
  • Dropped support for Django versions before 1.11
  • Removed SkipPredicate exception and skip method of Predicate
  • Removed replace_rule and related APIs

... (truncated)

Commits
  • 62f1754 Merge pull request #166 from dfunckt/release-3.3.0
  • 0a2f973 Update CHANGELOG.md
  • bdb17fd Update version
  • 82be63d Merge pull request #164 from ticosax/annotations-II
  • 48fd8d1 Introduce typing annotations
  • 52ece8e Merge pull request #163 from dfunckt/dfunckt-patch-1
  • c85faca Update version
  • 6a19f7d Fix incorrect Django versions mentioned in CHANGELOG
  • 1a29ed5 Merge pull request #162 from dfunckt/bump-version-to-3.2.0
  • 5eed58d Update README.rst
  • 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 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 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 2.2 to 3.3.
- [Release notes](https://github.com/dfunckt/django-rules/releases)
- [Changelog](https://github.com/dfunckt/django-rules/blob/master/CHANGELOG.md)
- [Commits](dfunckt/django-rules@v2.2.0...v3.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2023
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
0 participants