fix(deps): update all dependencies
This MR contains the following updates:
Package | Type | Update | Change | Age | Confidence |
---|---|---|---|---|---|
alessandrojcm/commitlint-pre-commit-hook | repository | minor |
v9.22.0 -> v9.23.0
|
||
django (changelog) | patch |
==5.2.6 -> ==5.2.7
|
|||
django-filter (changelog) | minor |
==25.1 -> ==25.2
|
|||
mkdocs-material (changelog) | patch |
==9.6.20 -> ==9.6.21
|
|||
postgres | service-image | digest |
b0a5628 -> 073e7c8
|
||
timothycrosley/isort | repository | minor |
6.0.1 -> 6.1.0
|
||
tox (changelog) | minor |
==4.27.0 -> ==4.30.3
|
|||
uis/devops/continuous-delivery/ci-templates | repository | minor |
v7.17.4 -> v7.18.0
|
Note: The pre-commit
manager in Renovate is not supported by the pre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.
Release Notes
alessandrojcm/commitlint-pre-commit-hook (alessandrojcm/commitlint-pre-commit-hook)
v9.23.0
Features
carltongibson/django-filter (django-filter)
v25.2
-
Added testing for Django 6.0.
-
Dropped support for Django <5.2 LTS
-
Dropped support for Python 3.9.
squidfunk/mkdocs-material (mkdocs-material)
v9.6.21
: mkdocs-material-9.6.21
- Updated Serbian translations
- Fixed #8458: Temporary pin of click dependency
timothycrosley/isort (timothycrosley/isort)
v6.1.0
Changes
- Update docs discussions channel (#2410) @staticdev
- Add python 3.14 classifier and badge (#2409) @staticdev
- Drop use of non-standard pkg_resources API (#2405) @dvarrazzo
- Use working isort version in pre-commit example (#2402) @iainelder
- fix typo in _get_files_from_dir_cached test (#2392) @tiltingpenguin
- Resolve bandit warnings (#2379) @kurtmckee
- Add tox for cross-platform, parallel test suite execution (#2378) @kurtmckee
- Add Project URLs to PyPI Side Panel (#2387) @guillermodotn
- Fix typos (#2376) @co63oc
👷 Continuous Integration
- Add make bash scripts portable (#2377) @staticdev
📦 Dependencies
- Bump actions/checkout from 4 to 5 in the github-actions group (#2406) @dependabot[bot]
- Bump astral-sh/setup-uv from 5 to 6 in the github-actions group (#2395) @dependabot[bot]
tox-dev/tox (tox)
v4.30.3
What's Changed
- Isolate the test suite from any existing
DEFAULT_CONFIG_FILE
file by @kurtmckee in #3612 - Fix none config file issue 3611 by @kurtmckee in #3613
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3608
- Fix incorrect type annotations in PythonPathPackageWithDeps (fixes #3607) by @PreistlyPython in #3616
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3615
New Contributors
- @PreistlyPython made their first contribution in #3616
Full Changelog: https://github.com/tox-dev/tox/compare/4.30.2...4.30.3
v4.30.2
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 by @dependabot[bot] in #3603
- Ensure automatically provisioned environment is torn down by @vytas7 in #3601
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows by @dependabot[bot] in #3604
Full Changelog: https://github.com/tox-dev/tox/compare/4.30.1...4.30.2
v4.30.1
What's Changed
- Prevent Tox from hanging with
--installpkg
sdist due to orphaned build backend by @vytas7 in #3530
New Contributors
Full Changelog: https://github.com/tox-dev/tox/compare/4.30.0...4.30.1
v4.30.0
What's Changed
- Pass through
CI
as__TOX_ENVIRONMENT_VARIABLE_ORIGINAL_CI
by @Liam-DeVoe in #3592 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3596
- Fix the built docs HTML path hint in
tox.toml
by @webknjaz in #3594 - Add a "version added" note for
tox_extend_envs
by @webknjaz in #3595 - fix: provide clear messaging about config file loading by @ssbarnea in #3578
- Ensure
tox_extend_envs
list can be read twice by @webknjaz in #3598
New Contributors
- @Liam-DeVoe made their first contribution in #3592
Full Changelog: https://github.com/tox-dev/tox/compare/4.29.0...4.30.0
v4.29.0
What's Changed
- Docs: environment variables contain strings by @hroncok in #3575
-
🐍 Fix sys_platform Fixture Leakage breaking the CI by @gaborbernat in #3589 - Expose a new
tox_extend_envs
hook in plugins API by @webknjaz in #3591
Full Changelog: https://github.com/tox-dev/tox/compare/4.28.4...4.29.0
v4.28.4
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3570
- Pass ssh-agent variables by default by @daniilgankov in #3572
New Contributors
- @daniilgankov made their first contribution in #3572
Full Changelog: https://github.com/tox-dev/tox/compare/4.28.3...4.28.4
v4.28.3
What's Changed
- Fix typo on cmd_build filter check expression by @gaborbernat in #3569
Full Changelog: https://github.com/tox-dev/tox/compare/4.28.2...4.28.3
v4.28.2
What's Changed
- Don't pass in the filter argument to tar.extractall on old Python versions by @gaborbernat in #3568
Full Changelog: https://github.com/tox-dev/tox/compare/4.28.1...4.28.2
v4.28.1
What's Changed
- Fix an issue number typo in changelog by @hroncok in #3563
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3564
- Only use tarfile.data_filter when it's available by @gaborbernat in #3566
Full Changelog: https://github.com/tox-dev/tox/compare/4.28.0...4.28.1
v4.28.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3548
- [docs] Document how to require a plugin by @stephenfin in #3552
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3554
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3558
- Add
[testenv] constraints
option by @stephenfin in #3556 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3562
- Allow disabling plugins on a one-off by @gaborbernat in #3560
Full Changelog: https://github.com/tox-dev/tox/compare/4.27.0...4.28.0
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v7.18.0
: 7.18.0
7.18.0 (2025-10-02)
Features
v7.17.7
: 7.17.7
7.17.7 (2025-10-02)
Bug Fixes
- python-tox: increase Kubernetes memory limit for python-tox jobs (461ab04)
v7.17.6
: 7.17.6
7.17.6 (2025-10-01)
Bug Fixes
- terraform: set kubernetes CPU requests for terraform jobs (5c75c2d)
v7.17.5
: 7.17.5
7.17.5 (2025-09-30)
Bug Fixes
- exclude modules example sub-dirs from trivy scan (3adf47a)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.