Skip to content

Commit beb18e3

Browse files
committed
Update pinned dependencies
1 parent e135ded commit beb18e3

File tree

7 files changed

+31
-28
lines changed

7 files changed

+31
-28
lines changed

hypothesis-python/RELEASE.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
RELEASE_TYPE: patch
2+
3+
This patch updates our vendored `list of top-level domains <https://www.iana.org/domains/root/db>`__,
4+
which is used by the provisional :func:`~hypothesis.provisional.domains` strategy.

hypothesis-python/src/hypothesis/vendor/tlds-alpha-by-domain.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 2023111800, Last Updated Sat Nov 18 07:07:01 2023 UTC
1+
# Version 2023112500, Last Updated Sat Nov 25 07:07:01 2023 UTC
22
AAA
33
AARP
44
ABB
@@ -1234,7 +1234,6 @@ VIVO
12341234
VLAANDEREN
12351235
VN
12361236
VODKA
1237-
VOLKSWAGEN
12381237
VOLVO
12391238
VOTE
12401239
VOTING

requirements/coverage.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ coverage==7.3.2
2020
# via -r requirements/coverage.in
2121
dpcontracts==0.6.0
2222
# via -r requirements/coverage.in
23-
exceptiongroup==1.1.3 ; python_version < "3.11"
23+
exceptiongroup==1.2.0 ; python_version < "3.11"
2424
# via
2525
# hypothesis (hypothesis-python/setup.py)
2626
# pytest
@@ -50,7 +50,7 @@ pandas==2.1.3
5050
# via -r requirements/coverage.in
5151
pathspec==0.11.2
5252
# via black
53-
pexpect==4.8.0
53+
pexpect==4.9.0
5454
# via -r requirements/test.in
5555
platformdirs==4.0.0
5656
# via black
@@ -62,7 +62,7 @@ pytest==7.4.3
6262
# via
6363
# -r requirements/test.in
6464
# pytest-xdist
65-
pytest-xdist==3.4.0
65+
pytest-xdist==3.5.0
6666
# via -r requirements/test.in
6767
python-dateutil==2.8.2
6868
# via

requirements/fuzzing.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dash-table==5.0.0
4545
# via dash
4646
dpcontracts==0.6.0
4747
# via -r requirements/coverage.in
48-
exceptiongroup==1.1.3 ; python_version < "3.11"
48+
exceptiongroup==1.2.0 ; python_version < "3.11"
4949
# via
5050
# hypothesis
5151
# hypothesis (hypothesis-python/setup.py)
@@ -58,11 +58,11 @@ flask==3.0.0
5858
# via dash
5959
hypofuzz==23.7.1
6060
# via -r requirements/fuzzing.in
61-
hypothesis[cli]==6.89.0
61+
hypothesis[cli]==6.90.0
6262
# via
6363
# hypofuzz
6464
# hypothesis
65-
idna==3.4
65+
idna==3.6
6666
# via requests
6767
importlib-metadata==6.8.0
6868
# via dash
@@ -107,7 +107,7 @@ pandas==2.1.3
107107
# hypofuzz
108108
pathspec==0.11.2
109109
# via black
110-
pexpect==4.8.0
110+
pexpect==4.9.0
111111
# via -r requirements/test.in
112112
platformdirs==4.0.0
113113
# via black
@@ -119,14 +119,14 @@ psutil==5.9.6
119119
# via hypofuzz
120120
ptyprocess==0.7.0
121121
# via pexpect
122-
pygments==2.17.0
122+
pygments==2.17.2
123123
# via rich
124124
pytest==7.4.3
125125
# via
126126
# -r requirements/test.in
127127
# hypofuzz
128128
# pytest-xdist
129-
pytest-xdist==3.4.0
129+
pytest-xdist==3.5.0
130130
# via -r requirements/test.in
131131
python-dateutil==2.8.2
132132
# via
@@ -184,5 +184,5 @@ zipp==3.17.0
184184
# via importlib-metadata
185185

186186
# The following packages are considered to be unsafe in a requirements file:
187-
setuptools==68.2.2
187+
setuptools==69.0.2
188188
# via dash

requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
attrs==23.1.0
88
# via hypothesis (hypothesis-python/setup.py)
9-
exceptiongroup==1.1.3 ; python_version < "3.11"
9+
exceptiongroup==1.2.0 ; python_version < "3.11"
1010
# via
1111
# hypothesis (hypothesis-python/setup.py)
1212
# pytest
@@ -16,7 +16,7 @@ iniconfig==2.0.0
1616
# via pytest
1717
packaging==23.2
1818
# via pytest
19-
pexpect==4.8.0
19+
pexpect==4.9.0
2020
# via -r requirements/test.in
2121
pluggy==1.3.0
2222
# via pytest
@@ -26,7 +26,7 @@ pytest==7.4.3
2626
# via
2727
# -r requirements/test.in
2828
# pytest-xdist
29-
pytest-xdist==3.4.0
29+
pytest-xdist==3.5.0
3030
# via -r requirements/test.in
3131
sortedcontainers==2.4.0
3232
# via hypothesis (hypothesis-python/setup.py)

requirements/tools.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ docutils==0.18.1
6363
# sphinx-rtd-theme
6464
dpcontracts==0.6.0
6565
# via -r requirements/tools.in
66-
exceptiongroup==1.1.3 ; python_version < "3.11"
66+
exceptiongroup==1.2.0 ; python_version < "3.11"
6767
# via
6868
# hypothesis (hypothesis-python/setup.py)
6969
# ipython
@@ -74,7 +74,7 @@ filelock==3.13.1
7474
# via
7575
# tox
7676
# virtualenv
77-
idna==3.4
77+
idna==3.6
7878
# via requests
7979
imagesize==1.4.1
8080
# via sphinx
@@ -84,7 +84,7 @@ importlib-metadata==6.8.0
8484
# twine
8585
iniconfig==2.0.0
8686
# via pytest
87-
ipython==8.17.2
87+
ipython==8.18.0
8888
# via -r requirements/tools.in
8989
isort==5.12.0
9090
# via shed
@@ -116,7 +116,7 @@ mdurl==0.1.2
116116
# via markdown-it-py
117117
more-itertools==10.1.0
118118
# via jaraco-classes
119-
mypy==1.7.0
119+
mypy==1.7.1
120120
# via -r requirements/tools.in
121121
mypy-extensions==1.0.0
122122
# via
@@ -139,13 +139,13 @@ parso==0.8.3
139139
# via jedi
140140
pathspec==0.11.2
141141
# via black
142-
pexpect==4.8.0
142+
pexpect==4.9.0
143143
# via ipython
144144
pip-tools==7.3.0
145145
# via -r requirements/tools.in
146146
pkginfo==1.9.6
147147
# via twine
148-
platformdirs==3.11.0
148+
platformdirs==4.0.0
149149
# via
150150
# black
151151
# tox
@@ -164,7 +164,7 @@ pycparser==2.21
164164
# via cffi
165165
pyflakes==3.1.0
166166
# via autoflake
167-
pygments==2.17.0
167+
pygments==2.17.2
168168
# via
169169
# ipython
170170
# readme-renderer
@@ -174,7 +174,7 @@ pyproject-api==1.6.1
174174
# via tox
175175
pyproject-hooks==1.0.0
176176
# via build
177-
pyright==1.1.336
177+
pyright==1.1.337
178178
# via -r requirements/tools.in
179179
pytest==7.4.3
180180
# via -r requirements/tools.in
@@ -285,7 +285,7 @@ types-pyopenssl==23.3.0.0
285285
# via types-redis
286286
types-pytz==2023.3.1.1
287287
# via -r requirements/tools.in
288-
types-redis==4.6.0.10
288+
types-redis==4.6.0.11
289289
# via -r requirements/tools.in
290290
typing-extensions==4.8.0
291291
# via
@@ -301,9 +301,9 @@ urllib3==2.1.0
301301
# via
302302
# requests
303303
# twine
304-
virtualenv==20.24.6
304+
virtualenv==20.24.7
305305
# via tox
306-
wcwidth==0.2.10
306+
wcwidth==0.2.12
307307
# via prompt-toolkit
308308
wheel==0.41.3
309309
# via pip-tools
@@ -313,7 +313,7 @@ zipp==3.17.0
313313
# The following packages are considered to be unsafe in a requirements file:
314314
pip==23.3.1
315315
# via pip-tools
316-
setuptools==68.2.2
316+
setuptools==69.0.2
317317
# via
318318
# nodeenv
319319
# pip-tools

tooling/src/hypothesistooling/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def run_tox(task, version, *args):
394394
"3.10": "3.10.13",
395395
"3.11": "3.11.6",
396396
"3.12": "3.12.0",
397-
"3.13": "3.13.0a1",
397+
"3.13": "3.13.0a2",
398398
"pypy3.8": "pypy3.8-7.3.11",
399399
"pypy3.9": "pypy3.9-7.3.13",
400400
"pypy3.10": "pypy3.10-7.3.13",

0 commit comments

Comments
 (0)