chore(deps): update all dependencies
This MR contains the following updates:
Package | Change | Age | Confidence | Type | Update |
---|---|---|---|---|---|
coverage |
==7.10.2 -> ==7.10.3
|
patch | |||
debugpy (source) |
==1.8.15 -> ==1.8.16
|
patch | |||
django (changelog) |
==5.2.4 -> ==5.2.5
|
patch | |||
djangorestframework (source, changelog) |
==3.16.0 -> ==3.16.1
|
patch | |||
poetry (changelog) |
==2.1.3 -> ==2.1.4
|
patch | |||
pre-commit |
==4.2.0 -> ==4.3.0
|
minor | |||
uis/devops/continuous-delivery/ci-templates |
v7.6.2 -> v7.7.0
|
repository | minor |
Release Notes
nedbat/coveragepy (coverage)
v7.10.3
-
Fixes for
patch = subprocess
:-
If subprocesses spawned yet more subprocesses simultaneously, some coverage could be missed. This is now fixed, closing
issue 2024
_. -
If subprocesses were created in other directories, their data files were stranded there and not combined into the totals, as described in
issue 2025
_. This is now fixed. -
On Windows (or maybe only some Windows?) the patch would fail with a
ModuleNotFound
error trying to import coverage. This is now fixed, closingissue 2022
_. -
Originally only options set in the coverage configuration file would apply to subprocesses. Options set on the
coverage run
command line (such as--branch
) wouldn't be communicated to the subprocesses. This could lead to combining failures, as described inissue 2021
_. Now the entire configuration is used in subprocesses, regardless of its origin. -
Added
debug=patch
to help diagnose problems.
-
-
Fix: really close all SQLite databases, even in-memory ones. Closes
issue 2017
_.
.. _issue 2017: https://github.com/nedbat/coveragepy/issues/2017 .. _issue 2021: https://github.com/nedbat/coveragepy/issues/2021 .. _issue 2022: https://github.com/nedbat/coveragepy/issues/2022 .. _issue 2024: https://github.com/nedbat/coveragepy/issues/2024 .. _issue 2025: https://github.com/nedbat/coveragepy/issues/2025
.. _changes_7-10-2:
encode/django-rest-framework (djangorestframework)
v3.16.1
This release fixes a few bugs, clean-up some old code paths for unsupported Python versions and improve translations.
Minor changes
- Cleanup optional
backports.zoneinfo
dependency and conditions on unsupported Python 3.8 and lower in #9681. Python versions prior to 3.9 were already unsupported so this isn't considered as a breaking change.
Bug fixes
- Fix regression in
unique_together
validation withSerializerMethodField
in #9712 - Fix
UniqueTogetherValidator
to handle fields withsource
attribute in #9688 - Drop HTML line breaks on long headers in browsable API in #9438
Translations
- Add Kazakh locale support in #9713
- Update translations for Korean translations in #9571
- Update German translations in #9676
- Update Chinese translations in #9675
- Update Arabic translations-sal in #9595
- Update Persian translations in #9576
- Update Spanish translations in #9701
- Update Turkish Translations in #9749
- Fix some typos in Brazilian Portuguese translations in #9673
Documentation
- Removed reference to GitHub Issues and Discussions in #9660
- Add
drf-restwind
and update outdated images inbrowsable-api.md
in #9680 - Updated funding page to represent current scope in #9686
- Fix broken Heroku JSON Schema link in #9693
- Update Django documentation links to use stable version in #9698
- Expand docs on unique constraints cause 'required=True' in #9725
- Revert extension back from
djangorestframework-guardian2
todjangorestframework-guardian
in #9734 - Add note to tutorial about required
request
in serializer context when usingHyperlinkedModelSerializer
in #9732
Internal changes
- Update GitHub Actions to use Ubuntu 24.04 for testing in #9677
- Update test matrix to use Django 5.2 stable version in #9679
- Add
pyupgrade
topre-commit
hooks in #9682 - Fix test with Django 5 when
pytz
is available in #9715
New Contributors
- @araggohnxd made their first contribution in #9673
- @mbeijen made their first contribution in #9660
- @stefan6419846 made their first contribution in #9676
- @ren000thomas made their first contribution in #9675
- @ulgens made their first contribution in #9682
- @bukh-sal made their first contribution in #9595
- @rezatn0934 made their first contribution in #9576
- @Rohit10jr made their first contribution in #9693
- @kushibayev made their first contribution in #9713
- @alihassancods made their first contribution in #9732
- @kulikjak made their first contribution in #9715
- @Natgho made their first contribution in #9749
Full Changelog: https://github.com/encode/django-rest-framework/compare/3.16.0...3.16.1
python-poetry/poetry (poetry)
v2.1.4
Changed
- Require
virtualenv<20.33
to work around an issue where Poetry uses the wrong Python version (#10491). - Improve the error messages for the validation of the
pyproject.toml
file (#10471).
Fixed
- Fix an issue where project plugins were installed even though
poetry install
was called with--no-plugins
(#10405). - Fix an issue where dependency resolution failed for self-referential extras with duplicate dependencies (#10488).
Docs
pre-commit/pre-commit (pre-commit)
v4.3.0
==================
Features
-
language: docker
/language: docker_image
: detect rootless docker.- #3446 MR by @matthewhughes934.
- #1243 issue by @dkolepp.
-
language: julia
: avoidstartup.jl
when executing hooks.- #3496 MR by @ericphanson.
-
language: dart
: support latest dart versions which require a higher sdk lower bound.
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v7.7.0
: 7.7.0
7.7.0 (2025-08-07)
Features
- add dind support to terraform-test (a17505d)
v7.6.4
: 7.6.4
7.6.4 (2025-08-07)
Reverts
- Revert "fix(common-pipeline): pin secret detector image version" (b62bc91)
v7.6.3
: 7.6.3
7.6.3 (2025-08-06)
Bug Fixes
- common-pipeline: pin secret detector image version (8109734)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.