From 240675a63aa495a1eaf3dace162ee73046fff14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 10:17:40 +0000 Subject: [PATCH] build(deps): bump the python-minor group across 1 directory with 5 updates Bumps the python-minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.152.4` | `6.152.8` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.13.5` | `7.14.0` | | [black](https://github.com/psf/black) | `26.3.1` | `26.5.1` | | [build](https://github.com/pypa/build) | `1.4.4` | `1.5.0` | | [maturin](https://github.com/pyo3/maturin) | `1.13.1` | `1.13.3` | Updates `hypothesis` from 6.152.4 to 6.152.8 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.4...hypothesis-python-6.152.8) Updates `coverage` from 7.13.5 to 7.14.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.5...7.14.0) Updates `black` from 26.3.1 to 26.5.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/26.3.1...26.5.1) Updates `build` from 1.4.4 to 1.5.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.4.4...1.5.0) Updates `maturin` from 1.13.1 to 1.13.3 - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](https://github.com/pyo3/maturin/compare/v1.13.1...v1.13.3) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: coverage dependency-version: 7.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: maturin dependency-version: 1.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor ... Signed-off-by: dependabot[bot] --- requirements-ci.in | 10 +++++----- requirements-dev.txt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-ci.in b/requirements-ci.in index 6fc6380f..48811a9d 100644 --- a/requirements-ci.in +++ b/requirements-ci.in @@ -3,19 +3,19 @@ pytest==9.0.3 pytest-cov==7.1.0 -maturin==1.13.1 -coverage==7.13.5 +maturin==1.13.3 +coverage==7.14.0 flake8==7.3.0 -black==26.3.1 +black==26.5.1 mypy==1.20.2 bandit==1.9.4 -build==1.4.4 +build==1.5.0 atheris==3.0.0 python-afl==0.7.3 pip-audit==2.10.0 pip-licenses==5.5.5 cyclonedx-bom==7.3.0 toml==0.10.2 -hypothesis==6.152.4 +hypothesis==6.152.8 cryptography==46.0.7 argon2-cffi==25.1.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 2a36e54c..e70d3b82 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ tox>=4.6.0 sphinx>=7.1.0 sphinx-rtd-theme>=1.3.0 twine>=4.0.0 -build>=1.4.4 +build>=1.5.0 # Property-based testing (security invariant verification) hypothesis>=6.100.0,<6.153.0 # Pinned to avoid types.SimpleNamespace bug in 6.123+