Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Updates the requirements on django-active-link to permit the latest version.

Release notes

Sourced from django-active-link's releases.

Release 0.3.0

0.3.0 (2025-11-13)

Breaking changes

  • Dropped support for the following Django versions: 4.0, 4.1, 5.0

  • Added support for the following Django versions: 5.1, 5.2

  • Dropped support for the following Python versions: 3.8, 3.9

  • Added support for the following Python versions: 3.13, 3.14

Minor changes

  • Fixed a bug where multiple active_link tags would trigger each other, even when they had different kwargs (like pk).

What's Changed

New Contributors

Full Changelog: valerymelou/django-active-link@v0.2.2...v0.3.0

Changelog

Sourced from django-active-link's changelog.

0.3.0 (2025-11-13) +++++++++++++++++ Breaking changes

  • Dropped support for the following Django versions: 4.0, 4.1, 5.0

  • Added support for the following Django versions: 5.1, 5.2

  • Dropped support for the following Python versions: 3.8, 3.9

  • Added support for the following Python versions: 3.13, 3.14

Minor changes

  • Fixed a bug where multiple active_link tags would trigger each other, even when they had different kwargs (like pk).

0.2.2 (2024-07-08) +++++++++++++++++ Minor changes

  • Matches more views
  • Code improvements

Important change

  • Test coverage dropped to 99.07% from 100%. This is already scheduled to be fixed.

0.2.1 (2024-06-07) +++++++++++++++++ Important changes

  • inactive_class renamed to css_inactive_class.

0.2.0 (2024-06-06) +++++++++++++++++

  • Update build tools to be using Poetry.
  • Dropped support for old Django versions, now officially supporting only: Django 4.0, 4.1, 4.2, 5.0.
  • Fixed bug where kwargs was not sent to reverse function.

0.1.6 (2019-05-26) ++++++++++++++++++ Important changes

  • Silent error when view name not found
  • Update test jobs on Travis CI

0.1.5 (2018-05-25) ++++++++++++++++++

  • Minor improvements

0.1.4 (2018-04-07)

... (truncated)

Commits
  • a3291c9 Merge pull request #136 from valerymelou/release-3.0.0
  • 2f3de7f Make package ready for new release
  • 14322d1 Merge pull request #134 from mnitchie/master
  • fbc693c Merge branch 'valerymelou:master' into master
  • 8d574f5 Merge pull request #135 from valerymelou/update-pre-commit-config
  • 6e02e20 Update pre-commit hooks to newest version
  • 7411ef0 Fix flake8 issues specific to this update
  • 77c0cd4 Fix kwargs precedence: explicit parameters should override resolver_kwargs
  • 6bac0fc Merge pull request #133 from valerymelou/copilot/fix-131
  • 88a5170 fix: remove whitespaces causing the lint to fail
  • 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-active-link](https://github.com/valerymelou/django-active-link) to permit the latest version.
- [Release notes](https://github.com/valerymelou/django-active-link/releases)
- [Changelog](https://github.com/valerymelou/django-active-link/blob/master/HISTORY.rst)
- [Commits](valerymelou/django-active-link@v0.2.2...v0.3.0)

---
updated-dependencies:
- dependency-name: django-active-link
  dependency-version: 0.3.0
  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 Dec 1, 2025
@github-actions github-actions bot merged commit 413e1d0 into main Dec 1, 2025
2 checks passed
@github-actions github-actions bot deleted the dependabot/pip/django-active-link-gte-0.2.2-and-lt-0.4.0 branch December 1, 2025 04:11
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