From 92c75268542ccaf4e651c0aa852f26a5c32ed802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 02:31:32 +0000 Subject: [PATCH] build(deps): bump the python-minor group across 1 directory with 3 updates Bumps the python-minor group with 3 updates in the / directory: [hypothesis](https://github.com/HypothesisWorks/hypothesis), [mypy](https://github.com/python/mypy) and [build](https://github.com/pypa/build). Updates `hypothesis` from 6.151.14 to 6.152.4 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.151.14...hypothesis-python-6.152.4) Updates `mypy` from 1.20.1 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.1...v1.20.2) Updates `build` from 1.4.3 to 1.4.4 - [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.3...1.4.4) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: build dependency-version: 1.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-ci.in | 6 +++--- requirements-dev.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d6f327c1..b76dea4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "pytest>=7.4.0", "pytest-cov>=4.1.0", "pytest-xdist>=3.5.0", - "hypothesis>=6.100.0,<6.152.0", + "hypothesis>=6.100.0,<6.153.0", "coverage[toml]>=7.4.0", "black>=24.3.0", "flake8>=6.1.0", diff --git a/requirements-ci.in b/requirements-ci.in index c591d5db..6fc6380f 100644 --- a/requirements-ci.in +++ b/requirements-ci.in @@ -7,15 +7,15 @@ maturin==1.13.1 coverage==7.13.5 flake8==7.3.0 black==26.3.1 -mypy==1.20.1 +mypy==1.20.2 bandit==1.9.4 -build==1.4.3 +build==1.4.4 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.151.14 +hypothesis==6.152.4 cryptography==46.0.7 argon2-cffi==25.1.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 9030965c..2a36e54c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,10 +10,10 @@ tox>=4.6.0 sphinx>=7.1.0 sphinx-rtd-theme>=1.3.0 twine>=4.0.0 -build>=0.10.0 +build>=1.4.4 # Property-based testing (security invariant verification) -hypothesis>=6.100.0,<6.152.0 # Pinned to avoid types.SimpleNamespace bug in 6.123+ +hypothesis>=6.100.0,<6.153.0 # Pinned to avoid types.SimpleNamespace bug in 6.123+ # Differential testing and coverage pytest-xdist>=3.5.0 # Parallel test execution