From a80cd32618760d5595fa4df8d811d8c7bc1a6ee0 Mon Sep 17 00:00:00 2001 From: CI on behalf of the Hypothesis team Date: Sun, 18 Feb 2024 00:06:34 +0000 Subject: [PATCH] Update pinned dependencies --- requirements/coverage.txt | 4 ++-- requirements/fuzzing.txt | 8 ++++---- requirements/test.txt | 2 +- requirements/tools.txt | 14 ++++++++------ tooling/src/hypothesistooling/__main__.py | 10 +++++----- 5 files changed, 20 insertions(+), 18 deletions(-) diff --git a/requirements/coverage.txt b/requirements/coverage.txt index 0561858931..18c7c29351 100644 --- a/requirements/coverage.txt +++ b/requirements/coverage.txt @@ -26,7 +26,7 @@ exceptiongroup==1.2.0 ; python_version < "3.11" # pytest execnet==2.0.2 # via pytest-xdist -fakeredis==2.21.0 +fakeredis==2.21.1 # via -r requirements/coverage.in iniconfig==2.0.0 # via pytest @@ -61,7 +61,7 @@ ptyprocess==0.7.0 # via pexpect pyarrow==15.0.0 # via -r requirements/coverage.in -pytest==8.0.0 +pytest==8.0.1 # via # -r requirements/test.in # pytest-xdist diff --git a/requirements/fuzzing.txt b/requirements/fuzzing.txt index 082f72ec9e..466b1ae692 100644 --- a/requirements/fuzzing.txt +++ b/requirements/fuzzing.txt @@ -50,13 +50,13 @@ exceptiongroup==1.2.0 ; python_version < "3.11" # pytest execnet==2.0.2 # via pytest-xdist -fakeredis==2.21.0 +fakeredis==2.21.1 # via -r requirements/coverage.in flask==3.0.2 # via dash hypofuzz==24.2.2 # via -r requirements/fuzzing.in -hypothesis[cli]==6.98.4 +hypothesis[cli]==6.98.6 # via # hypofuzz # hypothesis @@ -110,7 +110,7 @@ pexpect==4.9.0 # via -r requirements/test.in platformdirs==4.2.0 # via black -plotly==5.18.0 +plotly==5.19.0 # via dash pluggy==1.4.0 # via pytest @@ -122,7 +122,7 @@ pyarrow==15.0.0 # via -r requirements/coverage.in pygments==2.17.2 # via rich -pytest==8.0.0 +pytest==8.0.1 # via # -r requirements/test.in # hypofuzz diff --git a/requirements/test.txt b/requirements/test.txt index f78a472249..0a70d91df5 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -22,7 +22,7 @@ pluggy==1.4.0 # via pytest ptyprocess==0.7.0 # via pexpect -pytest==8.0.0 +pytest==8.0.1 # via # -r requirements/test.in # pytest-xdist diff --git a/requirements/tools.txt b/requirements/tools.txt index a1efc1786a..dfae6b4903 100644 --- a/requirements/tools.txt +++ b/requirements/tools.txt @@ -48,7 +48,7 @@ com2ann==0.3.0 # via shed coverage==7.4.1 # via -r requirements/tools.in -cryptography==42.0.2 +cryptography==42.0.3 # via # secretstorage # types-pyopenssl @@ -162,7 +162,7 @@ pelican[markdown]==4.9.1 # via -r requirements/tools.in pexpect==4.9.0 # via ipython -pip-tools==7.3.0 +pip-tools==7.4.0 # via -r requirements/tools.in pkginfo==1.9.6 # via twine @@ -195,10 +195,12 @@ pygments==2.17.2 pyproject-api==1.6.1 # via tox pyproject-hooks==1.0.0 - # via build + # via + # build + # pip-tools pyright==1.1.350 # via -r requirements/tools.in -pytest==8.0.0 +pytest==8.0.1 # via -r requirements/tools.in python-dateutil==2.8.2 # via @@ -231,7 +233,7 @@ rich==13.7.0 # via # pelican # twine -ruff==0.2.1 +ruff==0.2.2 # via -r requirements/tools.in secretstorage==3.3.3 # via keyring @@ -299,7 +301,7 @@ tomli==2.0.1 # pyproject-hooks # pytest # tox -tox==4.12.1 +tox==4.13.0 # via -r requirements/tools.in traitlets==5.14.1 # via diff --git a/tooling/src/hypothesistooling/__main__.py b/tooling/src/hypothesistooling/__main__.py index 4aafea80da..ae38bc2b62 100644 --- a/tooling/src/hypothesistooling/__main__.py +++ b/tooling/src/hypothesistooling/__main__.py @@ -431,12 +431,12 @@ def run_tox(task, version, *args): "3.8": "3.8.18", "3.9": "3.9.18", "3.10": "3.10.13", - "3.11": "3.11.6", - "3.12": "3.12.0", - "3.13": "3.13.0a2", + "3.11": "3.11.8", + "3.12": "3.12.2", + "3.13": "3.13.0a3", "pypy3.8": "pypy3.8-7.3.11", - "pypy3.9": "pypy3.9-7.3.13", - "pypy3.10": "pypy3.10-7.3.13", + "pypy3.9": "pypy3.9-7.3.15", + "pypy3.10": "pypy3.10-7.3.15", } ci_version = "3.10" # Keep this in sync with GH Actions main.yml and .readthedocs.yml