From 829490d0426f2a684ccc9354e3c6bc894653fd57 Mon Sep 17 00:00:00 2001 From: CI on behalf of the Hypothesis team Date: Sun, 11 Aug 2024 00:26:56 +0000 Subject: [PATCH] Update pinned dependencies --- requirements/coverage.txt | 4 ++-- requirements/fuzzing.txt | 6 +++--- requirements/test.txt | 2 +- requirements/tools.txt | 20 ++++++++++---------- tooling/src/hypothesistooling/__main__.py | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/requirements/coverage.txt b/requirements/coverage.txt index 40d3511f2a..6138f7de1f 100644 --- a/requirements/coverage.txt +++ b/requirements/coverage.txt @@ -8,7 +8,7 @@ annotated-types==0.7.0 # via -r requirements/coverage.in async-timeout==4.0.3 # via redis -attrs==24.1.0 +attrs==24.2.0 # via hypothesis (hypothesis-python/setup.py) black==24.8.0 # via -r requirements/coverage.in @@ -76,7 +76,7 @@ pytz==2024.1 # via # -r requirements/coverage.in # pandas -pyyaml==6.0.1 +pyyaml==6.0.2 # via libcst redis==5.0.8 # via fakeredis diff --git a/requirements/fuzzing.txt b/requirements/fuzzing.txt index feb12f1b10..35a0d25c0a 100644 --- a/requirements/fuzzing.txt +++ b/requirements/fuzzing.txt @@ -8,7 +8,7 @@ annotated-types==0.7.0 # via -r requirements/coverage.in async-timeout==4.0.3 # via redis -attrs==24.1.0 +attrs==24.2.0 # via # hypothesis # hypothesis (hypothesis-python/setup.py) @@ -56,7 +56,7 @@ flask==3.0.3 # via dash hypofuzz==24.2.3 # via -r requirements/fuzzing.in -hypothesis[cli]==6.108.9 +hypothesis[cli]==6.110.1 # via hypofuzz idna==3.7 # via requests @@ -136,7 +136,7 @@ pytz==2024.1 # via # -r requirements/coverage.in # pandas -pyyaml==6.0.1 +pyyaml==6.0.2 # via libcst redis==5.0.8 # via fakeredis diff --git a/requirements/test.txt b/requirements/test.txt index 6dc806376a..0072c85693 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -4,7 +4,7 @@ # # ./build.sh upgrade-requirements # -attrs==24.1.0 +attrs==24.2.0 # via hypothesis (hypothesis-python/setup.py) exceptiongroup==1.2.2 ; python_version < "3.11" # via diff --git a/requirements/tools.txt b/requirements/tools.txt index c82a691659..44bbd49b9e 100644 --- a/requirements/tools.txt +++ b/requirements/tools.txt @@ -12,11 +12,11 @@ asgiref==3.8.1 # via django asttokens==2.4.1 # via stack-data -attrs==24.1.0 +attrs==24.2.0 # via hypothesis (hypothesis-python/setup.py) autoflake==2.3.1 # via shed -babel==2.15.0 +babel==2.16.0 # via sphinx backports-tarfile==1.2.0 # via jaraco-context @@ -32,7 +32,7 @@ cachetools==5.4.0 # via tox certifi==2024.7.4 # via requests -cffi==1.16.0 +cffi==1.17.0 # via cryptography chardet==5.2.0 # via tox @@ -59,7 +59,7 @@ decorator==5.1.1 # via ipython distlib==0.3.8 # via virtualenv -django==5.0.7 +django==5.1 # via -r requirements/tools.in docutils==0.20.1 # via @@ -137,7 +137,7 @@ matplotlib-inline==0.1.7 # via ipython mdurl==0.1.2 # via markdown-it-py -more-itertools==10.3.0 +more-itertools==10.4.0 # via # jaraco-classes # jaraco-functools @@ -207,7 +207,7 @@ pyproject-hooks==1.1.0 # via # build # pip-tools -pyright==1.1.374 +pyright==1.1.375 # via -r requirements/tools.in pytest==8.3.2 # via -r requirements/tools.in @@ -219,7 +219,7 @@ pytz==2024.1 # via feedgenerator pyupgrade==3.17.0 # via shed -pyyaml==6.0.1 +pyyaml==6.0.2 # via # libcst # sphinx-jsonschema @@ -242,7 +242,7 @@ rich==13.7.1 # via # pelican # twine -ruff==0.5.6 +ruff==0.5.7 # via -r requirements/tools.in secretstorage==3.3.3 # via keyring @@ -310,7 +310,7 @@ tomli==2.0.1 # pytest # sphinx # tox -tox==4.17.0 +tox==4.17.1 # via -r requirements/tools.in traitlets==5.14.3 # via @@ -346,7 +346,7 @@ urllib3==2.2.2 # twine virtualenv==20.26.3 # via tox -watchfiles==0.22.0 +watchfiles==0.23.0 # via pelican wcwidth==0.2.13 # via prompt-toolkit diff --git a/tooling/src/hypothesistooling/__main__.py b/tooling/src/hypothesistooling/__main__.py index 9006918f45..f351807fab 100644 --- a/tooling/src/hypothesistooling/__main__.py +++ b/tooling/src/hypothesistooling/__main__.py @@ -450,7 +450,7 @@ def run_tox(task, version, *args): "3.9": "3.9.19", "3.10": "3.10.14", "3.11": "3.11.9", - "3.12": "3.12.4", + "3.12": "3.12.5", "3.13": "3.13.0rc1", "3.13t": "3.13t-dev", "3.14": "3.14-dev",