FAQ | This is a LIVE service | Changelog

fix(deps): update all non-major dependencies

This MR contains the following updates:

Package Change Age Confidence Type Update
coverage 7.13.17.13.4 age confidence dependency-groups patch
faker (changelog) 40.1.240.8.0 age confidence dependency-groups minor
tox (changelog) 4.34.14.49.1 age confidence dependency-groups minor
uis/devops/continuous-delivery/ci-templates v7.24.0v7.30.3 age confidence repository minor

Release Notes

coveragepy/coveragepy (coverage)

v7.13.4

Compare Source

  • Fix: the third-party code fix in 7.13.3 required examining the parent directories where coverage was run. In the unusual situation that one of the parent directories is unreadable, a PermissionError would occur, as described in issue 2129_. This is now fixed.

  • Fix: in test suites that change sys.path, coverage.py could fail with "RuntimeError: Set changed size during iteration" as described and fixed in pull 2130_. Thanks, Noah Fatsi.

  • We now publish ppc64le wheels, thanks to Pankhudi Jain <pull 2121_>_.

.. _pull 2121: #​2121 .. _issue 2129: #​2129 .. _pull 2130: #​2130

.. _changes_7-13-3:

v7.13.3

Compare Source

  • Fix: in some situations, third-party code was measured when it shouldn't have been, slowing down test execution. This happened with layered virtual environments such as uv sometimes makes. The problem is fixed, closing issue 2082_. Now any directory on sys.path that is inside a virtualenv is considered third-party code.

.. _issue 2082: #​2082

.. _changes_7-13-2:

v7.13.2

Compare Source

  • Fix: when Python is installed via symlinks, for example with Homebrew, the standard library files could be incorrectly included in coverage reports. This is now fixed, closing issue 2115_.

  • Fix: if a data file is created with no read permissions, the combine step would fail completely. Now a warning is issued and the file is skipped. Closes issue 2117_.

.. _issue 2115: #​2115 .. _issue 2117: #​2117

.. _changes_7-13-1:

joke2k/faker (faker)

v40.8.0

Compare Source

v40.7.0

Compare Source

  • Improve Polish address grammar: categorize street types and prefixes. Thanks @​Francooo2221.

v40.6.0

Compare Source

  • Add country names to he_IL locale. Thanks @​Moo64c.

v40.5.1

Compare Source

  • Fix _get_local_timezone() missing return statement. Thanks @​bysiber.

v40.5.0

Compare Source

  • Add missing formats and remove duplicates in user_name_formats. Thanks @​WannaFight.

v40.4.0

Compare Source

v40.3.0

Compare Source

  • Add major Greek banks to el_GR bank provider. Thanks @​bon12-gr.

v40.2.0

Compare Source

  • Update internet pt_bR provider (domains, tlds, slugify). Thanks @​MorganaSilva.

v40.1.3

Compare Source

  • fix pyfloat TypeError when combining positive=True with max_value. Thanks @​odrigobnogueira.
tox-dev/tox (tox)

v4.49.1

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.49.0...4.49.1

v4.49.0

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.48.1...4.49.0

v4.48.1

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.48.0...4.48.1

v4.48.0

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.47.3...4.48.0

v4.47.3

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.47.2...4.47.3

v4.47.2

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.47.1...4.47.2

v4.47.1

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.47.0...4.47.1

v4.47.0

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.46.3...4.47.0

v4.46.3

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.46.2...4.46.3

v4.46.2

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.46.1...4.46.2

v4.46.1

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.46.0...4.46.1

v4.46.0

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.45.0...4.46.0

v4.45.0

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.44.0...4.45.0

v4.44.0

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.43.0...4.44.0

v4.43.0

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.42.0...4.43.0

v4.42.0

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.41.0...4.42.0

v4.41.0

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.40.0...4.41.0

v4.40.0

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.39.0...4.40.0

v4.39.0

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.38.0...4.39.0

v4.38.0

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.37.0...4.38.0

v4.37.0

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.36.1...4.37.0

v4.36.1

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.36.0...4.36.1

v4.36.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.35.0...4.36.0

v4.35.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.34.1...4.35.0

uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)

v7.30.3: 7.30.3

Compare Source

7.30.3 (2026-03-09)

Bug Fixes

v7.30.2: 7.30.2

Compare Source

7.30.2 (2026-03-06)
Bug Fixes

v7.30.1: 7.30.1

Compare Source

7.30.1 (2026-03-04)
Bug Fixes

v7.30.0: 7.30.0

Compare Source

7.30.0 (2026-03-03)
Features
  • add CS_IGNORE_UNFIXED variable for container scanning (25aebbe), closes #​199

v7.29.0: 7.29.0

Compare Source

7.29.0 (2026-03-02)
Features
  • add TERRAFORM_TEST_CLEANUP_DISABLED option to terraform-module.yml (5c83eed)

v7.28.6: 7.28.6

Compare Source

7.28.6 (2026-03-02)
Bug Fixes

v7.28.5: 7.28.5

Compare Source

7.28.5 (2026-03-02)
Bug Fixes

v7.28.4: 7.28.4

Compare Source

7.28.4 (2026-02-26)

Bug Fixes

v7.28.3: 7.28.3

Compare Source

7.28.3 (2026-02-25)
Bug Fixes

v7.28.2: 7.28.2

Compare Source

7.28.2 (2026-02-25)
Bug Fixes

v7.28.1: 7.28.1

Compare Source

7.28.1 (2026-02-23)
Bug Fixes

v7.28.0: 7.28.0

Compare Source

7.28.0 (2026-02-18)
Features
  • delete auto-devops/deploy-cloud-run-services/deploy-cloud-run.yml (98e6854)

v7.27.14: 7.27.14

Compare Source

7.27.14 (2026-02-16)
Bug Fixes
  • deps: update auto-build-image docker tag to v4.16.0 (7a90595)

v7.27.13: 7.27.13

Compare Source

7.27.13 (2026-02-16)
Bug Fixes

v7.27.12: 7.27.12

Compare Source

7.27.12 (2026-02-11)

v7.27.11: 7.27.11

Compare Source

7.27.11 (2026-02-11)
Bug Fixes

v7.27.10: 7.27.10

Compare Source

7.27.10 (2026-02-10)
Bug Fixes

v7.27.9: 7.27.9

Compare Source

7.27.9 (2026-02-09)
Bug Fixes

v7.27.8: 7.27.8

Compare Source

7.27.8 (2026-02-05)

v7.27.7: 7.27.7

Compare Source

7.27.7 (2026-02-05)

v7.27.6: 7.27.6

Compare Source

7.27.6 (2026-02-05)
Bug Fixes

v7.27.5: 7.27.5

Compare Source

7.27.5 (2026-02-04)
Bug Fixes

v7.27.4: 7.27.4

Compare Source

7.27.4 (2026-02-04)

v7.27.3: 7.27.3

Compare Source

7.27.3 (2026-02-04)
Bug Fixes

v7.27.2: 7.27.2

Compare Source

7.27.2 (2026-02-03)

v7.27.1: 7.27.1

Compare Source

7.27.1 (2026-02-03)
Bug Fixes

v7.27.0: 7.27.0

Compare Source

7.27.0 (2026-02-02)
Features

v7.26.3: 7.26.3

Compare Source

7.26.3 (2026-02-02)
Bug Fixes

v7.26.2: 7.26.2

Compare Source

7.26.2 (2026-01-29)

v7.26.1: 7.26.1

Compare Source

7.26.1 (2026-01-29)
Bug Fixes

v7.26.0: 7.26.0

Compare Source

7.26.0 (2026-01-28)
Features
  • use gitlab runner cache for pre-commit jobs (fe53b0d)

v7.25.17: 7.25.17

Compare Source

7.25.17 (2026-01-28)
Bug Fixes

v7.25.16: 7.25.16

Compare Source

7.25.16 (2026-01-26)
Bug Fixes

v7.25.15: 7.25.15

Compare Source

7.25.15 (2026-01-22)

v7.25.14: 7.25.14

Compare Source

7.25.14 (2026-01-22)
Bug Fixes

v7.25.13: 7.25.13

Compare Source

7.25.13 (2026-01-19)

v7.25.12: 7.25.12

Compare Source

7.25.12 (2026-01-19)
Bug Fixes

v7.25.11: 7.25.11

Compare Source

7.25.11 (2026-01-15)
Bug Fixes
  • pick up only the first value for the version from the openapi.yaml (857b1dd)

v7.25.10: 7.25.10

Compare Source

7.25.10 (2026-01-14)
Bug Fixes

v7.25.9: 7.25.9

Compare Source

7.25.9 (2026-01-12)
Bug Fixes

v7.25.8: 7.25.8

Compare Source

7.25.8 (2026-01-12)
Bug Fixes

v7.25.7: 7.25.7

Compare Source

7.25.7 (2026-01-06)
Bug Fixes

v7.25.6: 7.25.6

Compare Source

7.25.6 (2026-01-05)
Bug Fixes

v7.25.5: 7.25.5

Compare Source

7.25.5 (2025-12-31)
Bug Fixes

v7.25.4: 7.25.4

Compare Source

7.25.4 (2025-12-30)
Bug Fixes

v7.25.3: 7.25.3

Compare Source

7.25.3 (2025-12-29)
Bug Fixes

v7.25.2: 7.25.2

Compare Source

7.25.2 (2025-12-22)
Bug Fixes

v7.25.1: 7.25.1

Compare Source

7.25.1 (2025-12-18)
Bug Fixes

v7.25.0: 7.25.0

Compare Source

7.25.0 (2025-12-18)
Features
  • move remaining dind job to use dind fragment (8d344ce)

Configuration

📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) 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 is behind base branch, 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