FAQ | This is a LIVE service | Changelog

Skip to content

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

Compare Source

Refactor
  • import from module _tools instead of tools

v9.7.0

Compare Source

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/django (django)

v5.2.1

Compare Source

django-commons/django-debug-toolbar (django-debug-toolbar)

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/django-commons/django-debug-toolbar/compare/5.1.0...5.2.0

ipython/ipython (ipython)

v9.2.0

Compare Source

squidfunk/mkdocs-material (mkdocs-material)

v9.6.13: mkdocs-material-9.6.13

Compare Source

  • 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

Compare Source

  • Fixed #​8158: Flip footnote back reference icon for right-to-left languages
python-poetry/poetry (poetry)

v2.1.3

Compare Source

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).
poetry-core (2.1.3)
  • 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 the tool.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

Compare Source

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 the tool.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).
psycopg/psycopg (psycopg)

v3.2.8

Compare Source

v3.2.7

Compare Source

hynek/structlog (structlog)

v25.3.0

Compare Source

Fixed
  • structlog.processors.TimeStamper now again uses timestamps using UTC for custom format strings when utc=True. #​713
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)

v6.10.0

Compare Source

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

📅 Schedule: Branch creation - "on sunday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by uis-devops-renovatebot

Merge request reports

Loading