From 282a2dacc89ff299c5e6e0d442ade4a36a333902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 06:52:00 +0000 Subject: [PATCH] chore(python): bump hypothesis from 6.97.4 to 6.98.15 in /py-polars Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.97.4 to 6.98.15. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.97.4...hypothesis-python-6.98.15) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- py-polars/docs/requirements-docs.txt | 2 +- py-polars/requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/py-polars/docs/requirements-docs.txt b/py-polars/docs/requirements-docs.txt index 75e19f79fcc3..3bde01b8b329 100644 --- a/py-polars/docs/requirements-docs.txt +++ b/py-polars/docs/requirements-docs.txt @@ -2,7 +2,7 @@ numpy pandas pyarrow -hypothesis==6.97.4 +hypothesis==6.98.15 sphinx==7.2.4 diff --git a/py-polars/requirements-dev.txt b/py-polars/requirements-dev.txt index 4a3785e77f15..1627a2e391f7 100644 --- a/py-polars/requirements-dev.txt +++ b/py-polars/requirements-dev.txt @@ -54,7 +54,7 @@ gevent # TOOLING # ------- -hypothesis==6.97.4 +hypothesis==6.98.15 pytest==8.0.0 pytest-cov==4.1.0 pytest-xdist==3.5.0