File tree 5 files changed +17
-17
lines changed
5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ 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.20" , "crosshair-tool>=0.0.83 " ],
63
+ "crosshair" : ["hypothesis-crosshair>=0.0.20" , "crosshair-tool>=0.0.84 " ],
64
64
# zoneinfo is an odd one: every dependency is platform-conditional.
65
65
"zoneinfo" : [
66
66
"tzdata>=2025.1 ; sys_platform == 'win32' or sys_platform == 'emscripten'" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ click==8.1.8
18
18
# via
19
19
# -r requirements/coverage.in
20
20
# black
21
- coverage[toml]==7.7.0
21
+ coverage[toml]==7.7.1
22
22
# via pytest-cov
23
23
dpcontracts==0.6.0
24
24
# via -r requirements/coverage.in
@@ -30,7 +30,7 @@ execnet==2.1.1
30
30
# via pytest-xdist
31
31
fakeredis==2.27.0
32
32
# via -r requirements/coverage.in
33
- iniconfig==2.0 .0
33
+ iniconfig==2.1 .0
34
34
# via pytest
35
35
lark==1.2.2
36
36
# via -r requirements/coverage.in
@@ -52,7 +52,7 @@ pathspec==0.12.1
52
52
# via black
53
53
pexpect==4.9.0
54
54
# via -r requirements/test.in
55
- platformdirs==4.3.6
55
+ platformdirs==4.3.7
56
56
# via black
57
57
pluggy==1.5.0
58
58
# via pytest
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ click==8.1.8
27
27
# -r requirements/coverage.in
28
28
# black
29
29
# hypothesis
30
- coverage[toml]==7.7.0
30
+ coverage[toml]==7.7.1
31
31
# via
32
32
# hypofuzz
33
33
# pytest-cov
@@ -58,15 +58,15 @@ hypercorn==0.17.3
58
58
# via hypofuzz
59
59
hyperframe==6.1.0
60
60
# via h2
61
- hypofuzz==25.3.1
61
+ hypofuzz==25.3.3
62
62
# via -r requirements/fuzzing.in
63
- hypothesis[cli,watchdog]==6.129.3
63
+ hypothesis[cli,watchdog]==6.130.2
64
64
# via hypofuzz
65
65
idna==3.10
66
66
# via
67
67
# anyio
68
68
# trio
69
- iniconfig==2.0 .0
69
+ iniconfig==2.1 .0
70
70
# via pytest
71
71
lark==1.2.2
72
72
# via -r requirements/coverage.in
@@ -96,7 +96,7 @@ pathspec==0.12.1
96
96
# via black
97
97
pexpect==4.9.0
98
98
# via -r requirements/test.in
99
- platformdirs==4.3.6
99
+ platformdirs==4.3.7
100
100
# via black
101
101
pluggy==1.5.0
102
102
# via pytest
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ exceptiongroup==1.2.2 ; python_version < "3.11"
14
14
# pytest
15
15
execnet==2.1.1
16
16
# via pytest-xdist
17
- iniconfig==2.0 .0
17
+ iniconfig==2.1 .0
18
18
# via pytest
19
19
packaging==24.2
20
20
# via pytest
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ colorama==0.4.6
52
52
# via tox
53
53
com2ann==0.3.0
54
54
# via shed
55
- coverage==7.7.0
55
+ coverage==7.7.1
56
56
# via -r requirements/tools.in
57
57
cryptography==44.0.2
58
58
# via
@@ -102,7 +102,7 @@ imagesize==1.4.1
102
102
# via sphinx
103
103
importlib-metadata==8.6.1
104
104
# via keyring
105
- iniconfig==2.0 .0
105
+ iniconfig==2.1 .0
106
106
# via pytest
107
107
ipython==8.34.0
108
108
# via -r requirements/tools.in
@@ -183,7 +183,7 @@ pexpect==4.9.0
183
183
# ipython
184
184
pip-tools==7.4.1
185
185
# via -r requirements/tools.in
186
- platformdirs==4.3.6
186
+ platformdirs==4.3.7
187
187
# via
188
188
# black
189
189
# tox
@@ -216,7 +216,7 @@ pyproject-hooks==1.2.0
216
216
# via
217
217
# build
218
218
# pip-tools
219
- pyright==1.1.396
219
+ pyright==1.1.397
220
220
# via -r requirements/tools.in
221
221
pytest==8.3.5
222
222
# via
@@ -256,7 +256,7 @@ rich==13.9.4
256
256
# via
257
257
# pelican
258
258
# twine
259
- ruff==0.11.0
259
+ ruff==0.11.2
260
260
# via -r requirements/tools.in
261
261
secretstorage==3.3.3
262
262
# via keyring
@@ -329,7 +329,7 @@ traitlets==5.14.3
329
329
# matplotlib-inline
330
330
twine==6.1.0
331
331
# via -r requirements/tools.in
332
- types-cffi==1.16 .0.20250318
332
+ types-cffi==1.17 .0.20250319
333
333
# via types-pyopenssl
334
334
types-click==7.1.8
335
335
# via -r requirements/tools.in
@@ -375,7 +375,7 @@ zipp==3.21.0
375
375
# The following packages are considered to be unsafe in a requirements file:
376
376
pip==25.0.1
377
377
# via pip-tools
378
- setuptools==76.1.0
378
+ setuptools==77.0.3
379
379
# via
380
380
# pip-tools
381
381
# types-setuptools
You can’t perform that action at this time.
0 commit comments