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 django-formtools requirement from ~=2.3.0 to >=2.3,<2.6 #7

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2023

Updates the requirements on django-formtools to permit the latest version.

Changelog

Sourced from django-formtools's changelog.

2.5.1 (2023-12-19)

  • Version 2.5 was never released on PyPi due to a pyproject.toml misconfiguration.

2.5 (2023-11-28)

  • Confirmed support for Python 3.12 and Django 5.0.

  • Replaced deprecated pkg_resources usage by importlib.metadata.

  • Applied PEP 621 (replaced setup.py with pyproject.toml).

  • Removed Python 3.7 support.

  • Updated translations (Galician, Portuguese, Slovenian, Serbian).

2.4.1 (2023-05-13)

  • Fixed a regression causing a recursion error when getting get_form_list() from a form condition (#220).

  • Removed Python 3.6 support and added Python 3.11 to test matrix.

  • Dropped testing for Django < 3.2 and confirmed support for Django 4.2.

2.4 (2022-09-28)

  • Updated translations from Transifex.

  • Any kwarg passed to render_goto_step() is passed over to render.

  • WizardView is using get_form_list() instead of directly accessing form_list (#168).

  • Added Python 3.10 to test matrix.

  • Dropped testing for Django 3.1.

  • Confirmed support for Django 4.0 and 4.1.

2.3 (2021-04-18)

  • Dropped testing for Django 1.11, 2.0 and 2.1.

... (truncated)

Commits
  • a60dbd9 Fixes #260 - Add tool.setuptools_scm section in pyproject
  • a8e16fc Updated translations from Transifex
  • 3dff6e6 Update Transifex config syntax for new client
  • 31c202c Updated changelog.rst for 2.5.0 release
  • 9548140 Add ruff rules for naming, performance, simplification, and timezones
  • bd3d975 Removed unrelated content in README
  • e56c457 Replace flake8 with ruff
  • e7b9365 Add pre-commit checks
  • 1652dec PEP 621: Migrate from setup.py to pyproject.toml
  • a4db7c5 Better example HTML in docs for previous/first buttons
  • 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 [django-formtools](https://github.com/jazzband/django-formtools) to permit the latest version.
- [Changelog](https://github.com/jazzband/django-formtools/blob/master/docs/changelog.rst)
- [Commits](jazzband/django-formtools@2.3...2.5.1)

---
updated-dependencies:
- dependency-name: django-formtools
  dependency-type: direct:production
...

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 Dec 27, 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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants