Skip to content

Commit

Permalink
Update pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Nov 27, 2023
1 parent e135ded commit beb18e3
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 28 deletions.
4 changes: 4 additions & 0 deletions hypothesis-python/RELEASE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
RELEASE_TYPE: patch

This patch updates our vendored `list of top-level domains <https://www.iana.org/domains/root/db>`__,
which is used by the provisional :func:`~hypothesis.provisional.domains` strategy.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 2023111800, Last Updated Sat Nov 18 07:07:01 2023 UTC
# Version 2023112500, Last Updated Sat Nov 25 07:07:01 2023 UTC
AAA
AARP
ABB
Expand Down Expand Up @@ -1234,7 +1234,6 @@ VIVO
VLAANDEREN
VN
VODKA
VOLKSWAGEN
VOLVO
VOTE
VOTING
Expand Down
6 changes: 3 additions & 3 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ coverage==7.3.2
# via -r requirements/coverage.in
dpcontracts==0.6.0
# via -r requirements/coverage.in
exceptiongroup==1.1.3 ; python_version < "3.11"
exceptiongroup==1.2.0 ; python_version < "3.11"
# via
# hypothesis (hypothesis-python/setup.py)
# pytest
Expand Down Expand Up @@ -50,7 +50,7 @@ pandas==2.1.3
# via -r requirements/coverage.in
pathspec==0.11.2
# via black
pexpect==4.8.0
pexpect==4.9.0
# via -r requirements/test.in
platformdirs==4.0.0
# via black
Expand All @@ -62,7 +62,7 @@ pytest==7.4.3
# via
# -r requirements/test.in
# pytest-xdist
pytest-xdist==3.4.0
pytest-xdist==3.5.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/fuzzing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dash-table==5.0.0
# via dash
dpcontracts==0.6.0
# via -r requirements/coverage.in
exceptiongroup==1.1.3 ; python_version < "3.11"
exceptiongroup==1.2.0 ; python_version < "3.11"
# via
# hypothesis
# hypothesis (hypothesis-python/setup.py)
Expand All @@ -58,11 +58,11 @@ flask==3.0.0
# via dash
hypofuzz==23.7.1
# via -r requirements/fuzzing.in
hypothesis[cli]==6.89.0
hypothesis[cli]==6.90.0
# via
# hypofuzz
# hypothesis
idna==3.4
idna==3.6
# via requests
importlib-metadata==6.8.0
# via dash
Expand Down Expand Up @@ -107,7 +107,7 @@ pandas==2.1.3
# hypofuzz
pathspec==0.11.2
# via black
pexpect==4.8.0
pexpect==4.9.0
# via -r requirements/test.in
platformdirs==4.0.0
# via black
Expand All @@ -119,14 +119,14 @@ psutil==5.9.6
# via hypofuzz
ptyprocess==0.7.0
# via pexpect
pygments==2.17.0
pygments==2.17.2
# via rich
pytest==7.4.3
# via
# -r requirements/test.in
# hypofuzz
# pytest-xdist
pytest-xdist==3.4.0
pytest-xdist==3.5.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -184,5 +184,5 @@ zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==68.2.2
setuptools==69.0.2
# via dash
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
attrs==23.1.0
# via hypothesis (hypothesis-python/setup.py)
exceptiongroup==1.1.3 ; python_version < "3.11"
exceptiongroup==1.2.0 ; python_version < "3.11"
# via
# hypothesis (hypothesis-python/setup.py)
# pytest
Expand All @@ -16,7 +16,7 @@ iniconfig==2.0.0
# via pytest
packaging==23.2
# via pytest
pexpect==4.8.0
pexpect==4.9.0
# via -r requirements/test.in
pluggy==1.3.0
# via pytest
Expand All @@ -26,7 +26,7 @@ pytest==7.4.3
# via
# -r requirements/test.in
# pytest-xdist
pytest-xdist==3.4.0
pytest-xdist==3.5.0
# via -r requirements/test.in
sortedcontainers==2.4.0
# via hypothesis (hypothesis-python/setup.py)
Expand Down
24 changes: 12 additions & 12 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ docutils==0.18.1
# sphinx-rtd-theme
dpcontracts==0.6.0
# via -r requirements/tools.in
exceptiongroup==1.1.3 ; python_version < "3.11"
exceptiongroup==1.2.0 ; python_version < "3.11"
# via
# hypothesis (hypothesis-python/setup.py)
# ipython
Expand All @@ -74,7 +74,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
Expand All @@ -84,7 +84,7 @@ importlib-metadata==6.8.0
# twine
iniconfig==2.0.0
# via pytest
ipython==8.17.2
ipython==8.18.0
# via -r requirements/tools.in
isort==5.12.0
# via shed
Expand Down Expand Up @@ -116,7 +116,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
mypy==1.7.0
mypy==1.7.1
# via -r requirements/tools.in
mypy-extensions==1.0.0
# via
Expand All @@ -139,13 +139,13 @@ parso==0.8.3
# via jedi
pathspec==0.11.2
# via black
pexpect==4.8.0
pexpect==4.9.0
# via ipython
pip-tools==7.3.0
# via -r requirements/tools.in
pkginfo==1.9.6
# via twine
platformdirs==3.11.0
platformdirs==4.0.0
# via
# black
# tox
Expand All @@ -164,7 +164,7 @@ pycparser==2.21
# via cffi
pyflakes==3.1.0
# via autoflake
pygments==2.17.0
pygments==2.17.2
# via
# ipython
# readme-renderer
Expand All @@ -174,7 +174,7 @@ pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pyright==1.1.336
pyright==1.1.337
# via -r requirements/tools.in
pytest==7.4.3
# via -r requirements/tools.in
Expand Down Expand Up @@ -285,7 +285,7 @@ types-pyopenssl==23.3.0.0
# via types-redis
types-pytz==2023.3.1.1
# via -r requirements/tools.in
types-redis==4.6.0.10
types-redis==4.6.0.11
# via -r requirements/tools.in
typing-extensions==4.8.0
# via
Expand All @@ -301,9 +301,9 @@ urllib3==2.1.0
# via
# requests
# twine
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
wcwidth==0.2.10
wcwidth==0.2.12
# via prompt-toolkit
wheel==0.41.3
# via pip-tools
Expand All @@ -313,7 +313,7 @@ zipp==3.17.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via pip-tools
setuptools==68.2.2
setuptools==69.0.2
# via
# nodeenv
# pip-tools
2 changes: 1 addition & 1 deletion tooling/src/hypothesistooling/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def run_tox(task, version, *args):
"3.10": "3.10.13",
"3.11": "3.11.6",
"3.12": "3.12.0",
"3.13": "3.13.0a1",
"3.13": "3.13.0a2",
"pypy3.8": "pypy3.8-7.3.11",
"pypy3.9": "pypy3.9-7.3.13",
"pypy3.10": "pypy3.10-7.3.13",
Expand Down

0 comments on commit beb18e3

Please sign in to comment.