fix(deps): update all dependencies
This MR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| django-debug-toolbar (changelog) |
==6.0.0 -> ==6.1.0
|
minor | |||
| django-structlog (changelog) |
==9.1.1 -> ==10.0.0
|
major | |||
| drf-spectacular |
==0.28.0 -> ==0.29.0
|
minor | |||
| editorconfig-checker/editorconfig-checker.python |
3.4.0 -> 3.4.1
|
repository | patch | ||
| faker (changelog) |
==37.11.0 -> ==37.12.0
|
minor | |||
| mkdocs-material (changelog) |
==9.6.22 -> ==9.6.23
|
patch | |||
| postgres |
073e7c8 -> 41fc534
|
service-image | digest | ||
| psycopg (source, changelog) |
==3.2.11 -> ==3.2.12
|
patch | |||
| structlog (changelog) |
==25.4.0 -> ==25.5.0
|
minor | |||
| tox (changelog) |
==4.31.0 -> ==4.32.0
|
minor | |||
| uis/devops/continuous-delivery/ci-templates |
v7.19.0 -> v7.20.3
|
repository | minor |
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
django-commons/django-debug-toolbar (django-debug-toolbar)
v6.1.0
What's Changed
See change log here
Commits:
- Added a note about the default password in make example by @abdibaker in #2180
- Removed logging about the toolbar failing to serialize a value into JSON by @tim-schilling in #2181
- Explicitly call out the selenium job in the GitHub actions matrix by @matthiask in #2182
- docs: move the import statement of
debug_toolbar_urlsto inside of … by @Lidoca in #2174 - Changed StoredDebugToolbar.from_store to always create panel keys. by @tim-schilling in #2196
- Add Community Panel by @alan-rosenberg in #2193
- Added support for async to timer panel by @Zakui in #2197
- Add Python 3.14 to CI workflow matrix by @cclauss in #2208
- Docs/add docs generation guide by @okotdaniel in #2220
- docs: Add spell checking prerequisites for building documentation by @JohananOppongAmoateng in #2222
- Postgis upgrade from 14-3.1 to 17.3.5 by @okotdaniel in #2224
- Update the transifex link for the project. by @tim-schilling in #2229
- Update the translatable strings. by @tim-schilling in #2230
- Fix django unicode error by @jmgutu in #2217
- make doc corrections for django channels by @Chiemezuo in #2232
- Support hiding migrations and models when not using the DatabaseStore by @tim-schilling in #2236
New Contributors
- @abdibaker made their first contribution in #2180
- @Lidoca made their first contribution in #2174
- @alan-rosenberg made their first contribution in #2193
- @Zakui made their first contribution in #2197
-
@okotdaniel
🚀 made their first contribution in #2220 - @JohananOppongAmoateng made their first contribution in #2222
-
@jmgutu
🚀 made their first contribution in #2217 -
@Chiemezuo
🚀 made their first contribution in #2232
Full Changes: https://github.com/django-commons/django-debug-toolbar/compare/6.0.0...6.1.0
tfranzel/drf-spectacular (drf-spectacular)
v0.29.0
- Add l18n handling for Decimal field
#​1466 <https://github.com/tfranzel/drf-spectacular/issues/1466>_ - Fix LogoutSerializer for JWT/dj_rest_auth
#​1392 <https://github.com/tfranzel/drf-spectacular/issues/1392>_ - fix: support token blacklist feature in rest_auth [Bart van Andel]
- [django-filter] Add null_label if set in ChoiceFilter (
#​1450 <https://github.com/tfranzel/drf-spectacular/issues/1450>_) [Enric Pou] - fix: camelize tuples/fixed length array (
#​1432 <https://github.com/tfranzel/drf-spectacular/issues/1432>_) [Chris Wesseling] - Fix items:False case in enum hook
#​1432 <https://github.com/tfranzel/drf-spectacular/issues/1432>_ - Add option to overwrite serializer description
#​1463 <https://github.com/tfranzel/drf-spectacular/issues/1463>_ - Fix
OpenApiViewExtensionnot providing view instance underself.target(#​1405 <https://github.com/tfranzel/drf-spectacular/issues/1405>_) [astro-stan] - Move list default fix to source of the problem
#​1436 <https://github.com/tfranzel/drf-spectacular/issues/1436>_ - Improve confusing doc
#​1461 <https://github.com/tfranzel/drf-spectacular/issues/1461>_ - Add assert to pagination test
#​1459 <https://github.com/tfranzel/drf-spectacular/issues/1459>_ - fix SafeString handling for picky CDumper (
#​1435 <https://github.com/tfranzel/drf-spectacular/issues/1435>_) - Remove EOL 3.7 from suite; pydantic not updated for <=3.8
- Fix DecimalField with decimal_places and max_digits equal. [keter2002]
- fix test for i18n changes on DRF (
#​1444 <https://github.com/tfranzel/drf-spectacular/issues/1444>_) - Improve to_filter_name support for django_filter [Matwey V. Kornilov]
- fixes prefix estimation on windows [Luis Nell]
- Fix default for array types [Stanislav Khlud]
- fix: use CSafeDumper for render yaml if available [florian]
- fix: sort list to produce same hash [florian]
- Add typing.Generic to default lib_doc_excludes [Max Howald]
- Add get_doc test for class that inherits from Generic [Max Howald]
- Add Django REST framework 3.16 support [Paolo Melchiorre]
- Fix memory leak [artemkucher]
- Fix python 3.11 slice index [Egor Litvinov]
- fix: correct port mapping for the container in README [Maksym Bieńkowski]
- Update docs [q0w]
- Allow setting callable for ENUM_NAME_OVERRIDES [q0w]
- Add allauth's DRF token auth
#​1401 <https://github.com/tfranzel/drf-spectacular/issues/1401>_ - update away from retired GH worker image
- add condition to check, that serializer Meta has model attribute [aliev_vt]
- Fix docs compile issue and update some old code (
#​1389 <https://github.com/tfranzel/drf-spectacular/issues/1389>_) [Mike Manger] - Fix location of @extend_schema_field [johnthagen]
- Remove reference to non-exposed lazy_serializer [johnthagen]
- Document how to lazily define a recursive SerializerMethod [johnthagen]
- Link to SerializerMethod docs [johnthagen]
- Document Django 5.1 support in README [johnthagen]
- Bump django from 4.2.11 to 4.2.18 in /requirements [dependabot[bot]]
- Enhance bug report template with instructions for better clarity [antoliny0919]
- add pydantic computed field to tests
#​1354 <https://github.com/tfranzel/drf-spectacular/issues/1354>_
Breaking changes / important additions:
- Finally fixed the memory leak thanks to @artKucher.
- Another performance improvement is the usage of the C versions of yaml, if available.
- Apart from that, there are a lot of small improvements and bugfixes.
editorconfig-checker/editorconfig-checker.python (editorconfig-checker/editorconfig-checker.python)
v3.4.1
squidfunk/mkdocs-material (mkdocs-material)
v9.6.23: mkdocs-material-9.6.23
- Updated Burmese translation
hynek/structlog (structlog)
v25.5.0
Deprecated
-
structlog.dev.ConsoleRenderer()'s pad_event argument has been renamed to pad_event_to to differentiate it from the boolean pad_level argument. pad_event is now deprecated.
Added
-
Added
structlog.dev.ConsoleRenderer.get_active()that returns the currently activestructlog.dev.ConsoleRenderer(). #749 -
structlog.dev.ConsoleRenderer()now supports setting theexception_formatterattribute.You can now disable the pretty-printing of exceptions by setting it to
structlog.dev.plain_traceback:cr = structlog.dev.ConsoleRenderer.get_active() cr.exception_formatter = structlog.dev.plain_tracebackSame goes for sort_keys, columns, colors, force_colors, level_styles, pad_event_to, event_key, timestamp_key, and repr_native_str.
-
Added
structlog.dev.ConsoleRenderer.get_default_column_styles()for reuse the default column styles. #741 -
structlog.testing.capture_logs()now optionally accepts processors to apply before capture. #728 -
structlog.dev.RichTracebackFormatternow exposes the upstream code_width parameter. Default width is nowNonefor full terminal width. Full terminal width is now handled by Rich itself, bringing support for reflow andCOLUMNenvironment variable. Passing-1for width is now deprecated and automatically replaced byNone. #717 -
Native loggers now allow the passing of a dictionary for dictionary-based interpolation
log.info("hello %(name)s!", {"name": "world"}). #748 -
On Python 3.11+,
structlog.processors.CallsiteParameterAddernow supportsCallsiteParameter.QUAL_NAMEthat adds the qualified name of the callsite, including scope and class names. This is only available for structlog-originated events since the standard library has no equivalent. -
structlog.stdlib.LoggerFactorynow supports the stacklevel parameter. #763
Changed
-
structlog.dev.rich_traceback()now throws a more helpful error when Rich is missing. #735
Fixed
-
structlog.processors.MaybeTimeStampernow respects the key argument when determining whether to overwrite the timestamp field. #747 -
structlog.tracebacks.extract()no longer raises aRecursionErrorwhen the cause chain of an exception contains itself. #739 -
Default config now respects
FORCE_COLORon Windows. #758
tox-dev/tox (tox)
v4.32.0
What's Changed
- docs: Add Python 3.14 and 3.14t to config examples by @cclauss in #3626
- Fix broken log message (in that branch it did not match the arguments). by @ionelmc in #3634
- Allow braced range syntax in internal sections of tox.ini file by @marcosboger in #3631
- fix: ensure log folder is created before writing the execution logs by @ssbarnea in #3633
- TST: add weekly compatibility checks for CPython 3.15 by @neutrinoceros in #3629
New Contributors
- @ionelmc made their first contribution in #3634
- @marcosboger made their first contribution in #3631
- @neutrinoceros made their first contribution in #3629
Full Changelog: https://github.com/tox-dev/tox/compare/4.31.0...4.32.0
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v7.20.3: 7.20.3
7.20.3 (2025-11-03)
Bug Fixes
- use only needed bits of Terraform-Module.gitlab-ci.yml to avoid duplicate jobs (ff646a0)
v7.20.2: 7.20.2
7.20.2 (2025-10-30)
Bug Fixes
- check-latest-tag-in-changelog: skip job if tag is an alpha or beta release (210ffd5)
v7.20.1: 7.20.1
7.20.1 (2025-10-29)
Bug Fixes
- allow no test coverage in maven (40db7bf)
v7.20.0: 7.20.0
7.20.0 (2025-10-28)
Features
- add code coverage to maven jobs (53c1345)
v7.19.2: 7.19.2
7.19.2 (2025-10-23)
Bug Fixes
- maven.gitab-ci.yml: added missing GKE_RUNNER_TAG on build_artifact (470fc86)
v7.19.1: 7.19.1
7.19.1 (2025-10-23)
Bug Fixes
- maven.gitlab-ci.yml: update publish to use CI_COMMIT_TAG for a release, or script for snapshot (e616bd4)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.