Skip to content

chore(deps): update all non-major dependencies#3389

Merged
max-wittig merged 1 commit intomainfrom
renovate/all-minor-patch
Apr 13, 2026
Merged

chore(deps): update all non-major dependencies#3389
max-wittig merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 13, 2026

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/upload-artifact action patch v7.0.0v7.0.1 age confidence
build (changelog) patch ==1.4.2==1.4.3 age confidence
commitizen (changelog) patch ==4.13.9==4.13.10 age confidence
commitizen-tools/commitizen repository patch v4.13.9v4.13.10 age confidence
maxbrunet/pre-commit-renovate repository minor 43.104.443.111.0 age confidence
mypy (changelog) patch ==1.20.0==1.20.1 age confidence
pytest (changelog) patch ==9.0.2==9.0.3 age confidence
python final minor 3.12-alpine3.14-alpine age confidence
python stage minor 3.12-alpine3.14-alpine age confidence
respx (source, changelog) minor ==0.22.0==0.23.1 age confidence
types-PyYAML (changelog) patch ==6.0.12.20250915==6.0.12.20260408 age confidence
types-requests (changelog) patch ==2.33.0.20260402==2.33.0.20260408 age confidence
types-setuptools (changelog) patch ==82.0.0.20260402==82.0.0.20260408 age confidence

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

actions/upload-artifact (actions/upload-artifact)

v7.0.1

Compare Source

pypa/build (build)

v1.4.3

Compare Source

What's Changed

New Contributors

Full Changelog: pypa/build@1.4.2...1.4.3

commitizen-tools/commitizen (commitizen)

v4.13.10

Compare Source

maxbrunet/pre-commit-renovate (maxbrunet/pre-commit-renovate)

v43.111.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.111.0 for more changes

v43.110.17

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.17 for more changes

v43.110.16

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.16 for more changes

v43.110.15

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.15 for more changes

v43.110.14

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.14 for more changes

v43.110.13

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.13 for more changes

v43.110.12

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.12 for more changes

v43.110.11

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.11 for more changes

v43.110.10

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.10 for more changes

v43.110.9

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.9 for more changes

v43.110.8

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.8 for more changes

v43.110.7

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.7 for more changes

v43.110.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.6 for more changes

v43.110.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.5 for more changes

v43.110.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.4 for more changes

v43.110.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.3 for more changes

v43.110.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.2 for more changes

v43.109.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.109.5 for more changes

v43.109.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.109.4 for more changes

v43.109.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.109.3 for more changes

v43.109.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.109.2 for more changes

v43.109.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.109.1 for more changes

v43.109.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.109.0 for more changes

v43.108.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.108.1 for more changes

v43.108.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.108.0 for more changes

v43.106.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.106.0 for more changes

v43.104.10

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.104.10 for more changes

v43.104.8

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.104.8 for more changes

v43.104.7

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.104.7 for more changes

v43.104.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.104.6 for more changes

v43.104.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.104.5 for more changes

python/mypy (mypy)

v1.20.1

Compare Source

  • Always disable sync in SQLite cache (Ivan Levkivskyi, PR 21184)
  • Temporarily skip few base64 tests (Ivan Levkivskyi, PR 21193)
  • Revert dict.__or__ typeshed change (Ivan Levkivskyi, PR 21186)
  • Fix narrowing for match case with variadic tuples (Shantanu, PR 21192)
  • Avoid narrowing type[T] in type calls (Shantanu, PR 21174)
  • Fix regression for catching empty tuple in except (Shantanu, PR 21153)
  • Fix reachability for frozenset and dict view narrowing (Shantanu, PR 21151)
  • Fix narrowing with chained comparison (Shantanu, PR 21150)
  • Avoid narrowing to unreachable at module level (Shantanu, PR 21144)
  • Allow dangerous identity comparisons to Any typed variables (Shantanu, PR 21142)
  • --warn-unused-config should not be a strict flag (Ivan Levkivskyi, PR 21139)
pytest-dev/pytest (pytest)

v9.0.3

Compare Source

pytest 9.0.3 (2026-04-07)

Bug fixes

  • #​12444: Fixed pytest.approx which now correctly takes into account ~collections.abc.Mapping keys order to compare them.

  • #​13634: Blocking a conftest.py file using the -p no: option is now explicitly disallowed.

    Previously this resulted in an internal assertion failure during plugin loading.

    Pytest now raises a clear UsageError explaining that conftest files are not plugins and cannot be disabled via -p.

  • #​13734: Fixed crash when a test raises an exceptiongroup with __tracebackhide__ = True.

  • #​14195: Fixed an issue where non-string messages passed to unittest.TestCase.subTest() were not printed.

  • #​14343: Fixed use of insecure temporary directory (CVE-2025-71176).

Improved documentation

  • #​13388: Clarified documentation for -p vs PYTEST_PLUGINS plugin loading and fixed an incorrect -p example.
  • #​13731: Clarified that capture fixtures (e.g. capsys and capfd) take precedence over the -s / --capture=no command-line options in Accessing captured output from a test function <accessing-captured-output>.
  • #​14088: Clarified that the default pytest_collection hook sets session.items before it calls pytest_collection_finish, not after.
  • #​14255: TOML integer log levels must be quoted: Updating reference documentation.

Contributor-facing changes

  • #​12689: The test reports are now published to Codecov from GitHub Actions.
    The test statistics is visible on the web interface.

    -- by aleguy02

lundberg/respx (respx)

v0.23.1

Compare Source

Fixed
  • Fix regression causing params pattern to stop working under some conditions,
    by doing a strict detection of ANY in multi items patterns (#​313)
CI
  • Update workflows actions (#​310)

v0.23.0

Compare Source

Fixed
CI

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c489711 to a7dcd2a Compare April 13, 2026 05:41
@max-wittig max-wittig self-assigned this Apr 13, 2026
@max-wittig max-wittig merged commit 659c648 into main Apr 13, 2026
19 checks passed
@max-wittig max-wittig deleted the renovate/all-minor-patch branch April 13, 2026 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant