From 2af79e0819e744038aec8814fca6dbb2d98f833f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:10:50 -0400 Subject: [PATCH] Bump the pytest group with 2 updates (#7217) Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `hypothesis` to 6.112.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.112.2) Updates `pytest` to 8.3.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.3) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production dependency-group: pytest - dependency-name: pytest dependency-type: direct:production dependency-group: pytest ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d9c2e3262..afd3e27d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "click>=7.0,<=8.1.7", - "hypothesis>=6.104.2,<=6.111.2", + "hypothesis>=6.104.2,<=6.112.2", "pdoc>=14.5.1,<=14.6.1", "pyinstaller==6.10.0", "pyinstaller-hooks-contrib==2024.8", @@ -72,7 +72,7 @@ dev = [ "pytest-cov>=5.0.0,<=5.0.0", "pytest-timeout>=2.3.1,<=2.3.1", "pytest-xdist>=3.5.0,<=3.6.1", - "pytest>=8.2.2,<=8.3.2", + "pytest>=8.2.2,<=8.3.3", "requests>=2.9.1,<=2.32.3", "tox>=4.15.1,<=4.18.0", "wheel>=0.36.2,<=0.44.0",