From eaed2e7a939c441b868746d685dffc099993177f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:49:22 +0000 Subject: [PATCH] build(deps): bump the python-minor group across 1 directory with 4 updates Bumps the python-minor group with 4 updates in the / directory: [hypothesis](https://github.com/HypothesisWorks/hypothesis), [coverage](https://github.com/coveragepy/coveragepy), [build](https://github.com/pypa/build) and [maturin](https://github.com/pyo3/maturin). Updates `hypothesis` from 6.152.4 to 6.152.6 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.4...hypothesis-python-6.152.6) 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 `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.6 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: 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 | 8 ++++---- requirements-dev.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-ci.in b/requirements-ci.in index 6fc6380f..44a3ab09 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 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.6 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+