From 7fdad0b4fac45c1aa2c700c9fbd80fd860a6ca8e Mon Sep 17 00:00:00 2001 From: CI on behalf of the Hypothesis team Date: Sun, 29 Sep 2024 00:07:18 +0000 Subject: [PATCH] Update pinned dependencies --- hypothesis-python/RELEASE.rst | 4 ++++ hypothesis-python/setup.py | 4 ++-- .../src/hypothesis/vendor/tlds-alpha-by-domain.txt | 3 +-- requirements/coverage.txt | 6 +++--- requirements/fuzzing.txt | 8 ++++---- requirements/tools.txt | 13 +++++++------ 6 files changed, 21 insertions(+), 17 deletions(-) create mode 100644 hypothesis-python/RELEASE.rst diff --git a/hypothesis-python/RELEASE.rst b/hypothesis-python/RELEASE.rst new file mode 100644 index 0000000000..cfbd34824b --- /dev/null +++ b/hypothesis-python/RELEASE.rst @@ -0,0 +1,4 @@ +RELEASE_TYPE: patch + +This patch updates our vendored `list of top-level domains `__, +which is used by the provisional :func:`~hypothesis.provisional.domains` strategy. diff --git a/hypothesis-python/setup.py b/hypothesis-python/setup.py index 48dc767564..9e6d2ba918 100644 --- a/hypothesis-python/setup.py +++ b/hypothesis-python/setup.py @@ -60,11 +60,11 @@ def local_file(name): "pytest": ["pytest>=4.6"], "dpcontracts": ["dpcontracts>=0.4"], "redis": ["redis>=3.0.0"], - "crosshair": ["hypothesis-crosshair>=0.0.14", "crosshair-tool>=0.0.71"], + "crosshair": ["hypothesis-crosshair>=0.0.14", "crosshair-tool>=0.0.72"], # zoneinfo is an odd one: every dependency is conditional, because they're # only necessary on old versions of Python or Windows systems or emscripten. "zoneinfo": [ - "tzdata>=2024.1 ; sys_platform == 'win32' or sys_platform == 'emscripten'", + "tzdata>=2024.2 ; sys_platform == 'win32' or sys_platform == 'emscripten'", "backports.zoneinfo>=0.2.1 ; python_version<'3.9'", ], # We only support Django versions with upstream support - see diff --git a/hypothesis-python/src/hypothesis/vendor/tlds-alpha-by-domain.txt b/hypothesis-python/src/hypothesis/vendor/tlds-alpha-by-domain.txt index 143dcdc680..a5776075a1 100644 --- a/hypothesis-python/src/hypothesis/vendor/tlds-alpha-by-domain.txt +++ b/hypothesis-python/src/hypothesis/vendor/tlds-alpha-by-domain.txt @@ -1,4 +1,4 @@ -# Version 2024071300, Last Updated Sat Jul 13 07:07:01 2024 UTC +# Version 2024092800, Last Updated Sat Sep 28 07:07:01 2024 UTC AAA AARP ABB @@ -297,7 +297,6 @@ CY CYMRU CYOU CZ -DABUR DAD DANCE DATA diff --git a/requirements/coverage.txt b/requirements/coverage.txt index 67a78d6f6d..119ad34985 100644 --- a/requirements/coverage.txt +++ b/requirements/coverage.txt @@ -28,7 +28,7 @@ exceptiongroup==1.2.2 ; python_version < "3.11" # pytest execnet==2.1.1 # via pytest-xdist -fakeredis==2.24.1 +fakeredis==2.25.0 # via -r requirements/coverage.in iniconfig==2.0.0 # via pytest @@ -80,7 +80,7 @@ pytz==2024.2 # pandas pyyaml==6.0.2 # via libcst -redis==5.0.8 +redis==5.1.0 # via fakeredis six==1.16.0 # via python-dateutil @@ -98,5 +98,5 @@ typing-extensions==4.12.2 # -r requirements/coverage.in # black # fakeredis -tzdata==2024.1 +tzdata==2024.2 # via pandas diff --git a/requirements/fuzzing.txt b/requirements/fuzzing.txt index 101c036e92..ce1e3d7010 100644 --- a/requirements/fuzzing.txt +++ b/requirements/fuzzing.txt @@ -51,11 +51,11 @@ exceptiongroup==1.2.2 ; python_version < "3.11" # pytest execnet==2.1.1 # via pytest-xdist -fakeredis==2.24.1 +fakeredis==2.25.0 # via -r requirements/coverage.in flask==3.0.3 # via dash -hypofuzz==24.2.3 +hypofuzz==24.9.1 # via -r requirements/fuzzing.in hypothesis[cli]==6.112.1 # via hypofuzz @@ -139,7 +139,7 @@ pytz==2024.2 # pandas pyyaml==6.0.2 # via libcst -redis==5.0.8 +redis==5.1.0 # via fakeredis requests==2.32.3 # via @@ -171,7 +171,7 @@ typing-extensions==4.12.2 # black # dash # fakeredis -tzdata==2024.1 +tzdata==2024.2 # via pandas urllib3==2.2.3 # via requests diff --git a/requirements/tools.txt b/requirements/tools.txt index 697b55a03b..53e60087d7 100644 --- a/requirements/tools.txt +++ b/requirements/tools.txt @@ -105,7 +105,7 @@ jaraco-classes==3.4.0 # via keyring jaraco-context==6.0.1 # via keyring -jaraco-functools==4.0.2 +jaraco-functools==4.1.0 # via keyring jedi==0.19.1 # via ipython @@ -167,7 +167,7 @@ parso==0.8.4 # via jedi pathspec==0.12.1 # via black -pelican[markdown]==4.10.0 +pelican[markdown]==4.10.1 # via -r requirements/tools.in pexpect==4.9.0 # via ipython @@ -184,7 +184,7 @@ pluggy==1.5.0 # via # pytest # tox -prompt-toolkit==3.0.47 +prompt-toolkit==3.0.48 # via ipython ptyprocess==0.7.0 # via pexpect @@ -207,7 +207,7 @@ pyproject-hooks==1.1.0 # via # build # pip-tools -pyright==1.1.381 +pyright==1.1.382.post1 # via -r requirements/tools.in pytest==8.3.3 # via -r requirements/tools.in @@ -242,7 +242,7 @@ rich==13.8.1 # via # pelican # twine -ruff==0.6.7 +ruff==0.6.8 # via -r requirements/tools.in secretstorage==3.3.3 # via keyring @@ -338,13 +338,14 @@ typing-extensions==4.12.2 # black # ipython # mypy + # pyright unidecode==1.3.8 # via pelican urllib3==2.2.3 # via # requests # twine -virtualenv==20.26.5 +virtualenv==20.26.6 # via tox watchfiles==0.24.0 # via pelican