5
5
# ./build.sh upgrade-requirements
6
6
#
7
7
annotated-types==0.7.0
8
- # via -r /home/runner/work/hypothesis/hypothesis/ requirements/coverage.in
8
+ # via -r requirements/coverage.in
9
9
async-timeout==5.0.1
10
10
# via redis
11
11
attrs==24.1.0
12
12
# via
13
- # -r /home/runner/work/hypothesis/hypothesis/ requirements/test.in
13
+ # -r requirements/test.in
14
14
# hypothesis
15
15
# hypothesis (hypothesis-python/setup.py)
16
16
black==24.10.0
17
17
# via
18
- # -r /home/runner/work/hypothesis/hypothesis/ requirements/coverage.in
18
+ # -r requirements/coverage.in
19
19
# hypofuzz
20
20
# hypothesis
21
21
blinker==1.9.0
@@ -26,11 +26,11 @@ charset-normalizer==3.4.0
26
26
# via requests
27
27
click==8.1.7
28
28
# via
29
- # -r /home/runner/work/hypothesis/hypothesis/ requirements/coverage.in
29
+ # -r requirements/coverage.in
30
30
# black
31
31
# flask
32
32
# hypothesis
33
- coverage[toml]==7.6.7
33
+ coverage[toml]==7.6.8
34
34
# via
35
35
# hypofuzz
36
36
# pytest-cov
@@ -43,7 +43,7 @@ dash-html-components==2.0.0
43
43
dash-table==5.0.0
44
44
# via dash
45
45
dpcontracts==0.6.0
46
- # via -r /home/runner/work/hypothesis/hypothesis/ requirements/coverage.in
46
+ # via -r requirements/coverage.in
47
47
exceptiongroup==1.2.2 ; python_version < "3.11"
48
48
# via
49
49
# hypothesis
@@ -52,12 +52,12 @@ exceptiongroup==1.2.2 ; python_version < "3.11"
52
52
execnet==2.1.1
53
53
# via pytest-xdist
54
54
fakeredis==2.26.1
55
- # via -r /home/runner/work/hypothesis/hypothesis/ requirements/coverage.in
55
+ # via -r requirements/coverage.in
56
56
flask==3.0.3
57
57
# via dash
58
58
hypofuzz==24.9.1
59
59
# via -r requirements/fuzzing.in
60
- hypothesis[cli]==6.119.4
60
+ hypothesis[cli]==6.121.1
61
61
# via hypofuzz
62
62
idna==3.10
63
63
# via requests
@@ -70,10 +70,10 @@ itsdangerous==2.2.0
70
70
jinja2==3.1.4
71
71
# via flask
72
72
lark==1.2.2
73
- # via -r /home/runner/work/hypothesis/hypothesis/ requirements/coverage.in
73
+ # via -r requirements/coverage.in
74
74
libcst==1.5.1
75
75
# via
76
- # -r /home/runner/work/hypothesis/hypothesis/ requirements/coverage.in
76
+ # -r requirements/coverage.in
77
77
# hypofuzz
78
78
markdown-it-py==3.0.0
79
79
# via rich
@@ -89,7 +89,7 @@ nest-asyncio==1.6.0
89
89
# via dash
90
90
numpy==2.1.3
91
91
# via
92
- # -r /home/runner/work/hypothesis/hypothesis/ requirements/coverage.in
92
+ # -r requirements/coverage.in
93
93
# pandas
94
94
packaging==24.2
95
95
# via
@@ -98,12 +98,12 @@ packaging==24.2
98
98
# pytest
99
99
pandas==2.2.3
100
100
# via
101
- # -r /home/runner/work/hypothesis/hypothesis/ requirements/coverage.in
101
+ # -r requirements/coverage.in
102
102
# hypofuzz
103
103
pathspec==0.12.1
104
104
# via black
105
105
pexpect==4.9.0
106
- # via -r /home/runner/work/hypothesis/hypothesis/ requirements/test.in
106
+ # via -r requirements/test.in
107
107
platformdirs==4.3.6
108
108
# via black
109
109
plotly==5.24.1
@@ -114,27 +114,27 @@ psutil==6.1.0
114
114
# via hypofuzz
115
115
ptyprocess==0.7.0
116
116
# via pexpect
117
- pyarrow==18.0 .0
118
- # via -r /home/runner/work/hypothesis/hypothesis/ requirements/coverage.in
117
+ pyarrow==18.1 .0
118
+ # via -r requirements/coverage.in
119
119
pygments==2.18.0
120
120
# via rich
121
121
pytest==8.3.3
122
122
# via
123
- # -r /home/runner/work/hypothesis/hypothesis/ requirements/test.in
123
+ # -r requirements/test.in
124
124
# hypofuzz
125
125
# pytest-cov
126
126
# pytest-xdist
127
127
pytest-cov==6.0.0
128
- # via -r /home/runner/work/hypothesis/hypothesis/ requirements/coverage.in
128
+ # via -r requirements/coverage.in
129
129
pytest-xdist==3.6.1
130
- # via -r /home/runner/work/hypothesis/hypothesis/ requirements/test.in
130
+ # via -r requirements/test.in
131
131
python-dateutil==2.9.0.post0
132
132
# via
133
- # -r /home/runner/work/hypothesis/hypothesis/ requirements/coverage.in
133
+ # -r requirements/coverage.in
134
134
# pandas
135
135
pytz==2024.2
136
136
# via
137
- # -r /home/runner/work/hypothesis/hypothesis/ requirements/coverage.in
137
+ # -r requirements/coverage.in
138
138
# pandas
139
139
pyyaml==6.0.2
140
140
# via libcst
@@ -159,14 +159,14 @@ sortedcontainers==2.4.0
159
159
# hypothesis (hypothesis-python/setup.py)
160
160
tenacity==9.0.0
161
161
# via plotly
162
- tomli==2.1.0
162
+ tomli==2.2.1
163
163
# via
164
164
# black
165
165
# coverage
166
166
# pytest
167
167
typing-extensions==4.12.2
168
168
# via
169
- # -r /home/runner/work/hypothesis/hypothesis/ requirements/coverage.in
169
+ # -r requirements/coverage.in
170
170
# black
171
171
# dash
172
172
# fakeredis
0 commit comments