chore(deps): update all dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
copier | minor |
==9.6.0 -> ==9.7.1
|
|
django (changelog) | patch |
==5.2 -> ==5.2.1
|
|
django-debug-toolbar (changelog) | minor |
==5.1.0 -> ==5.2.0
|
|
ipython | minor |
==9.1.0 -> ==9.2.0
|
|
mkdocs-material (changelog) | patch |
==9.6.11 -> ==9.6.13
|
|
poetry (changelog) | patch |
==2.1.2 -> ==2.1.3
|
|
poetry-core | patch |
==2.1.2 -> ==2.1.3
|
|
psycopg (source, changelog) | patch |
==3.2.6 -> ==3.2.8
|
|
structlog (changelog) | minor |
==25.2.0 -> ==25.3.0
|
|
uis/devops/continuous-delivery/ci-templates | repository | minor |
v6.9.0 -> v6.10.0
|
Release Notes
copier-org/copier (copier)
v9.7.1
Refactor
- import from module
_tools
instead oftools
v9.7.0
Feat
- raise new
TaskError
exception on task errors - raise
InteractiveSessionError
when prompting in non-interactive environment
Fix
-
settings: use
<CONFIG_ROOT>/copier
as settings directory on Windows (#2071) -
updating: ignore last answer of
when: false
questions - restore access to full rendering context in prompt phase
Refactor
- re-expose API with deprecation warnings on non-public API imports
- rename internal modules with a
_
prefix
django-commons/django-debug-toolbar (django-debug-toolbar)
v5.2.0
What's Changed
- Enhance RedirectsPanel with customizable redirect response hook by @blingblin-g in https://github.com/django-commons/django-debug-toolbar/pull/2104
- Sanitize sensitive variables in RequestPanel by @dr-rompecabezas in https://github.com/django-commons/django-debug-toolbar/pull/2105
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/django-commons/django-debug-toolbar/pull/2112
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/django-commons/django-debug-toolbar/pull/2115
- Dark Mode Conflict in Pygments Fixed by @andoriyaprashant in https://github.com/django-commons/django-debug-toolbar/pull/2111
- Fix #2109: Recursively unwrap loaders to support template partials by @matthiask in https://github.com/django-commons/django-debug-toolbar/pull/2117
- Refs #2096: The theme selector now controls all colors by @matthiask in https://github.com/django-commons/django-debug-toolbar/pull/2116
- Format the templates using djade by @matthiask in https://github.com/django-commons/django-debug-toolbar/pull/2120
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/django-commons/django-debug-toolbar/pull/2122
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/django-commons/django-debug-toolbar/pull/2126
- Keep pannel close button accessible with external styles by @TomHall2020 in https://github.com/django-commons/django-debug-toolbar/pull/2128
- Add CSS resets for height and min-height by @matthiask in https://github.com/django-commons/django-debug-toolbar/pull/2130
New Contributors
- @TomHall2020 made their first contribution in https://github.com/django-commons/django-debug-toolbar/pull/2128
Full Changelog: https://github.com/django-commons/django-debug-toolbar/compare/5.1.0...5.2.0
squidfunk/mkdocs-material (mkdocs-material)
v9.6.13
: mkdocs-material-9.6.13
- Fixed #8204: Annotations showing list markers in print view
- Fixed #8153: Improve style of cardinality symbols in Mermaid.js ER diagrams
v9.6.12
: mkdocs-material-9.6.12
- Fixed #8158: Flip footnote back reference icon for right-to-left languages
python-poetry/poetry (poetry)
v2.1.3
Changed
- Require
importlib-metadata<8.7
for Python 3.9 because of a breaking change in importlib-metadata 8.7 (#10374).
Fixed
- Fix an issue where re-locking failed for incomplete multiple-constraints dependencies with explicit sources (#10324).
- Fix an issue where the
--directory
option did not work if a plugin, which accesses the poetry instance during its activation, was installed (#10352). - Fix an issue where
poetry env activate -v
printed additional information to stdout instead of stderr so that the output could not be used as designed (#10353). - Fix an issue where the original error was not printed if building a git dependency failed (#10366).
- Fix an issue where wheels for the wrong platform were installed in rare cases. (#10361).
2.1.3
)
poetry-core (- Fix an issue where the union of specific inverse or partially inverse markers was not simplified (#858).
- Fix an issue where optional dependencies defined in the
project
section were treated as non-optional when a source was defined for them in thetool.poetry
section (#857). - Fix an issue where markers with
===
were not parsed correctly (#860). - Fix an issue where local versions with upper case letters caused an error (#859).
- Fix an issue where
extra
markers with a value starting with "in" were not validated correctly (#862).
python-poetry/poetry-core (poetry-core)
v2.1.3
Changed
- Update list of supported licenses (#864).
Fixed
- Fix an issue where the union of specific inverse or partially inverse markers was not simplified (#858).
- Fix an issue where optional dependencies defined in the
project
section were treated as non-optional when a source was defined for them in thetool.poetry
section (#857). - Fix an issue where markers with
===
were not parsed correctly (#860). - Fix an issue where local versions with upper case letters caused an error (#859).
- Fix an issue where
extra
markers with a value starting with "in" were not validated correctly (#862). - Fix an issue where inheriting from
WheelBuilder
was unnecessarily difficult (#855).
hynek/structlog (structlog)
v25.3.0
Fixed
-
structlog.processors.TimeStamper
now again uses timestamps using UTC for custom format strings whenutc=True
. #713
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v6.10.0
Fixed
-
terraform-pipeline
: Partially revert changes made in v5.1.0.- Plan jobs for branch push pipelines will be reverted.
- Manual apply jobs for the development environment will remain in the merge request pipelines.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by uis-devops-renovatebot