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

Update rules requirement from ~=3.3.0 to >=3.3,<3.5 #1776

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Updates the requirements on rules to permit the latest version.

Changelog

Sourced from rules's changelog.

Changelog

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

  • 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

... (truncated)

Commits
  • 64e5bf3 Merge pull request #188 from dfunckt/v3.4.0
  • 92eec0c Release 3.4.0
  • 5ed287b Merge pull request #184 from dfunckt/mypy
  • dd4042d Run mypy as a pre-commit hook
  • 286249a Merge pull request #183 from dfunckt/improve-ci-titles
  • d90421a Improve CI job titles
  • 31fcbfb Merge pull request #182 from dfunckt/update-precommit
  • eda387f Update pre-commit hooks
  • d046cdc Merge pull request #181 from dfunckt/install-py.typed
  • 64d9ec9 fix: install py.typed file so mypy will use included type defs
  • Additional commits viewable in compare view

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)

Updates the requirements on [rules](https://github.com/dfunckt/django-rules) to permit the latest version.
- [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.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: rules
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 20, 2024
Copy link

Coverage

Full coverage report •
FileStmtsMissCoverMissing
TOTAL22973101895% 
report-only-changed-files is enabled. No files were changed during this commit :)

Test summary

Tests Skipped Failures Errors Time
1391 0 💤 0 ❌ 0 🔥 2m 36s ⏱️

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.

None yet

0 participants