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 django-waffle from 2.2.1 to 4.1.0 #2545

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps django-waffle from 2.2.1 to 4.1.0.

Release notes

Sourced from django-waffle's releases.

v4.1.0

What's Changed

New Contributors

Full Changelog: jazzband/django-waffle@v4.0.0...v4.1.0

v4.0.0

What's Changed

New Contributors

Full Changelog: jazzband/django-waffle@v3.0.0...v4.0.0

v3.0.0

What's Changed

New Contributors

Full Changelog: jazzband/django-waffle@v2.7.0...v3.0.0

v2.7.0

... (truncated)

Changelog

Sourced from django-waffle's changelog.

v4.1.0

  • Updated is_active_for_user method to account for everyone option
  • Added --testing option to waffle_flag management command

v4.0.0

  • Added support for Django 4.2 and Python 3.11
  • Dropped support for Python 3.7
  • Added type hints

v3.0.0

  • Added support for pluggable Sample and Switch models
  • Removed support EOL Python versions
  • Removed support for EOL Django versions

v2.7.0

  • Exposed JSON endpoint for Waffle flag/switch/sample state

v2.6.0

  • Fixed Django 4.0 compatibility
  • Added support for custom Sample and Switch models
  • Added ability to determine if flag is active without persisting new state
  • Added support for Python 3.10

v2.5.0

  • Corrected error in docs
  • Added setting to support disabling admin pages

v2.4.1

  • Reverted: Creating missing flags for all attempts to access the missing flag

v2.4.0

  • Preventing exceptions for template use cases where a request is not available
  • Creating missing flags for all attempts to access the missing flag
  • Added Italian translations
  • Removed universal wheel

v2.3.0

  • Added support for Django 4.0
Commits
  • 63444d6 Releasing 4.1.0
  • 80f5b33 Add --testing option to waffle_flag mgmt command (#494)
  • 21d7fad add support for everyone option to is_active_for_user (#491)
  • be05c2c Releasing 4.0.0
  • a5fb407 Added Django 4.2.0 and Python 3.11 compatibility (#484)
  • 2b78d9c Dropped support for Python 3.7 (#487)
  • 1d7a097 Migrate metadata from setup.py and setup.cfg to pyproject.toml (#475)
  • 88ab289 mock was moved into the Python Standard Library (#476)
  • 7e45cd0 from future import annotations (#477)
  • f2378a1 Typos: codespell --skip="*.po" -w (#478)
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 13, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/django-waffle-4.1.0 branch 2 times, most recently from a293927 to 8ba758b Compare September 13, 2024 16:59
Bumps [django-waffle](https://github.com/django-waffle/django-waffle) from 2.2.1 to 4.1.0.
- [Release notes](https://github.com/django-waffle/django-waffle/releases)
- [Changelog](https://github.com/jazzband/django-waffle/blob/master/CHANGES)
- [Commits](jazzband/django-waffle@v2.2.1...v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/django-waffle-4.1.0 branch from 8ba758b to a7dac72 Compare September 13, 2024 17:00
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