File tree 6 files changed +21
-17
lines changed
6 files changed +21
-17
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ def local_file(name):
60
60
"pytest" : ["pytest>=4.6" ],
61
61
"dpcontracts" : ["dpcontracts>=0.4" ],
62
62
"redis" : ["redis>=3.0.0" ],
63
- "crosshair" : ["hypothesis-crosshair>=0.0.14" , "crosshair-tool>=0.0.71 " ],
63
+ "crosshair" : ["hypothesis-crosshair>=0.0.14" , "crosshair-tool>=0.0.72 " ],
64
64
# zoneinfo is an odd one: every dependency is conditional, because they're
65
65
# only necessary on old versions of Python or Windows systems or emscripten.
66
66
"zoneinfo" : [
67
- "tzdata>=2024.1 ; sys_platform == 'win32' or sys_platform == 'emscripten'" ,
67
+ "tzdata>=2024.2 ; sys_platform == 'win32' or sys_platform == 'emscripten'" ,
68
68
"backports.zoneinfo>=0.2.1 ; python_version<'3.9'" ,
69
69
],
70
70
# We only support Django versions with upstream support - see
Original file line number Diff line number Diff line change 1
- # Version 2024071300 , Last Updated Sat Jul 13 07:07:01 2024 UTC
1
+ # Version 2024092800 , Last Updated Sat Sep 28 07:07:01 2024 UTC
2
2
AAA
3
3
AARP
4
4
ABB
297
297
CYMRU
298
298
CYOU
299
299
CZ
300
- DABUR
301
300
DAD
302
301
DANCE
303
302
DATA
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ exceptiongroup==1.2.2 ; python_version < "3.11"
28
28
# pytest
29
29
execnet==2.1.1
30
30
# via pytest-xdist
31
- fakeredis==2.24.1
31
+ fakeredis==2.25.0
32
32
# via -r requirements/coverage.in
33
33
iniconfig==2.0.0
34
34
# via pytest
@@ -80,7 +80,7 @@ pytz==2024.2
80
80
# pandas
81
81
pyyaml==6.0.2
82
82
# via libcst
83
- redis==5.0.8
83
+ redis==5.1.0
84
84
# via fakeredis
85
85
six==1.16.0
86
86
# via python-dateutil
@@ -98,5 +98,5 @@ typing-extensions==4.12.2
98
98
# -r requirements/coverage.in
99
99
# black
100
100
# fakeredis
101
- tzdata==2024.1
101
+ tzdata==2024.2
102
102
# via pandas
Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ exceptiongroup==1.2.2 ; python_version < "3.11"
51
51
# pytest
52
52
execnet==2.1.1
53
53
# via pytest-xdist
54
- fakeredis==2.24.1
54
+ fakeredis==2.25.0
55
55
# via -r requirements/coverage.in
56
56
flask==3.0.3
57
57
# via dash
58
- hypofuzz==24.2.3
58
+ hypofuzz==24.9.1
59
59
# via -r requirements/fuzzing.in
60
60
hypothesis[cli]==6.112.1
61
61
# via hypofuzz
@@ -139,7 +139,7 @@ pytz==2024.2
139
139
# pandas
140
140
pyyaml==6.0.2
141
141
# via libcst
142
- redis==5.0.8
142
+ redis==5.1.0
143
143
# via fakeredis
144
144
requests==2.32.3
145
145
# via
@@ -171,7 +171,7 @@ typing-extensions==4.12.2
171
171
# black
172
172
# dash
173
173
# fakeredis
174
- tzdata==2024.1
174
+ tzdata==2024.2
175
175
# via pandas
176
176
urllib3==2.2.3
177
177
# via requests
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jaraco-classes==3.4.0
105
105
# via keyring
106
106
jaraco-context==6.0.1
107
107
# via keyring
108
- jaraco-functools==4.0.2
108
+ jaraco-functools==4.1.0
109
109
# via keyring
110
110
jedi==0.19.1
111
111
# via ipython
@@ -167,7 +167,7 @@ parso==0.8.4
167
167
# via jedi
168
168
pathspec==0.12.1
169
169
# via black
170
- pelican[markdown]==4.10.0
170
+ pelican[markdown]==4.10.1
171
171
# via -r requirements/tools.in
172
172
pexpect==4.9.0
173
173
# via ipython
@@ -184,7 +184,7 @@ pluggy==1.5.0
184
184
# via
185
185
# pytest
186
186
# tox
187
- prompt-toolkit==3.0.47
187
+ prompt-toolkit==3.0.48
188
188
# via ipython
189
189
ptyprocess==0.7.0
190
190
# via pexpect
@@ -207,7 +207,7 @@ pyproject-hooks==1.1.0
207
207
# via
208
208
# build
209
209
# pip-tools
210
- pyright==1.1.381
210
+ pyright==1.1.382.post1
211
211
# via -r requirements/tools.in
212
212
pytest==8.3.3
213
213
# via -r requirements/tools.in
@@ -242,7 +242,7 @@ rich==13.8.1
242
242
# via
243
243
# pelican
244
244
# twine
245
- ruff==0.6.7
245
+ ruff==0.6.8
246
246
# via -r requirements/tools.in
247
247
secretstorage==3.3.3
248
248
# via keyring
@@ -338,13 +338,14 @@ typing-extensions==4.12.2
338
338
# black
339
339
# ipython
340
340
# mypy
341
+ # pyright
341
342
unidecode==1.3.8
342
343
# via pelican
343
344
urllib3==2.2.3
344
345
# via
345
346
# requests
346
347
# twine
347
- virtualenv==20.26.5
348
+ virtualenv==20.26.6
348
349
# via tox
349
350
watchfiles==0.24.0
350
351
# via pelican
You can’t perform that action at this time.
0 commit comments