File tree 9 files changed +70
-75
lines changed
tooling/src/hypothesistooling
9 files changed +70
-75
lines changed Original file line number Diff line number Diff line change @@ -226,8 +226,8 @@ jobs:
226
226
NODE_VERSION : 18
227
227
# Note that the versions below must be updated in sync; we've automated
228
228
# that with `update_pyodide_versions()` in our weekly cronjob.
229
- PYODIDE_VERSION : 0.26.4
230
- PYTHON_VERSION : 3.12.1
229
+ PYODIDE_VERSION : 0.27.0
230
+ PYTHON_VERSION : 3.12.7
231
231
EMSCRIPTEN_VERSION : 3.1.58
232
232
steps :
233
233
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ if [ -n "${GITHUB_ACTIONS-}" ] || [ -n "${CODESPACES-}" ] ; then
25
25
else
26
26
# Otherwise, we install it from scratch
27
27
# NOTE: tooling keeps this version in sync with ci_version in tooling
28
- " $SCRIPTS /ensure-python.sh" 3.10.15
29
- PYTHON=$( pythonloc 3.10.15 ) /bin/python
28
+ " $SCRIPTS /ensure-python.sh" 3.10.16
29
+ PYTHON=$( pythonloc 3.10.16 ) /bin/python
30
30
fi
31
31
32
32
TOOL_REQUIREMENTS=" $ROOT /requirements/tools.txt"
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.18" , "crosshair-tool>=0.0.78 " ],
63
+ "crosshair" : ["hypothesis-crosshair>=0.0.18" , "crosshair-tool>=0.0.81 " ],
64
64
# zoneinfo is an odd one: every dependency is platform-conditional.
65
65
"zoneinfo" : [
66
66
"tzdata>=2024.2 ; sys_platform == 'win32' or sys_platform == 'emscripten'" ,
Original file line number Diff line number Diff line change @@ -161,21 +161,21 @@ commands =
161
161
setenv =
162
162
PYTHONWARNDEFAULTENCODING =1
163
163
commands =
164
- pip install django ==4.2.16
164
+ pip install django ==4.2.17
165
165
python -bb -X dev -m tests.django.manage test tests.django {posargs}
166
166
167
167
[testenv:django50]
168
168
setenv =
169
169
PYTHONWARNDEFAULTENCODING =1
170
170
commands =
171
- pip install django ==5.0.9
171
+ pip install django ==5.0.10
172
172
python -bb -X dev -m tests.django.manage test tests.django {posargs}
173
173
174
174
[testenv:django51]
175
175
setenv =
176
176
PYTHONWARNDEFAULTENCODING =1
177
177
commands =
178
- pip install django ==5.1.3
178
+ pip install django ==5.1.4
179
179
python -bb -X dev -m tests.django.manage test tests.django {posargs}
180
180
181
181
[testenv:py{39}-nose]
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ attrs==24.1.0
14
14
# hypothesis (hypothesis-python/setup.py)
15
15
black==24.10.0
16
16
# via -r requirements/coverage.in
17
- click==8.1.7
17
+ click==8.1.8
18
18
# via
19
19
# -r requirements/coverage.in
20
20
# black
21
- coverage[toml]==7.6.8
21
+ coverage[toml]==7.6.10
22
22
# via pytest-cov
23
23
dpcontracts==0.6.0
24
24
# via -r requirements/coverage.in
@@ -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.26.1
31
+ fakeredis==2.26.2
32
32
# via -r requirements/coverage.in
33
33
iniconfig==2.0.0
34
34
# via pytest
@@ -38,7 +38,7 @@ libcst==1.5.1
38
38
# via -r requirements/coverage.in
39
39
mypy-extensions==1.0.0
40
40
# via black
41
- numpy==2.1.3
41
+ numpy==2.2.1
42
42
# via
43
43
# -r requirements/coverage.in
44
44
# pandas
@@ -60,7 +60,7 @@ ptyprocess==0.7.0
60
60
# via pexpect
61
61
pyarrow==18.1.0
62
62
# via -r requirements/coverage.in
63
- pytest==8.3.3
63
+ pytest==8.3.4
64
64
# via
65
65
# -r requirements/test.in
66
66
# pytest-cov
@@ -79,9 +79,9 @@ pytz==2024.2
79
79
# pandas
80
80
pyyaml==6.0.2
81
81
# via libcst
82
- redis==5.2.0
82
+ redis==5.2.1
83
83
# via fakeredis
84
- six==1.16 .0
84
+ six==1.17 .0
85
85
# via python-dateutil
86
86
sortedcontainers==2.4.0
87
87
# via
Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ black==24.10.0
20
20
# hypothesis
21
21
blinker==1.9.0
22
22
# via flask
23
- certifi==2024.8.30
23
+ certifi==2024.12.14
24
24
# via requests
25
- charset-normalizer==3.4.0
25
+ charset-normalizer==3.4.1
26
26
# via requests
27
- click==8.1.7
27
+ click==8.1.8
28
28
# via
29
29
# -r requirements/coverage.in
30
30
# black
31
31
# flask
32
32
# hypothesis
33
- coverage[toml]==7.6.8
33
+ coverage[toml]==7.6.10
34
34
# via
35
35
# hypofuzz
36
36
# pytest-cov
@@ -51,13 +51,13 @@ 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.26.1
54
+ fakeredis==2.26.2
55
55
# via -r requirements/coverage.in
56
56
flask==3.0.3
57
57
# via dash
58
- hypofuzz==24.9 .1
58
+ hypofuzz==24.11 .1
59
59
# via -r requirements/fuzzing.in
60
- hypothesis[cli]==6.121.1
60
+ hypothesis[cli]==6.123.2
61
61
# via hypofuzz
62
62
idna==3.10
63
63
# via requests
@@ -67,7 +67,7 @@ iniconfig==2.0.0
67
67
# via pytest
68
68
itsdangerous==2.2.0
69
69
# via flask
70
- jinja2==3.1.4
70
+ jinja2==3.1.5
71
71
# via flask
72
72
lark==1.2.2
73
73
# via -r requirements/coverage.in
@@ -87,7 +87,7 @@ mypy-extensions==1.0.0
87
87
# via black
88
88
nest-asyncio==1.6.0
89
89
# via dash
90
- numpy==2.1.3
90
+ numpy==2.2.1
91
91
# via
92
92
# -r requirements/coverage.in
93
93
# pandas
@@ -110,15 +110,15 @@ plotly==5.24.1
110
110
# via dash
111
111
pluggy==1.5.0
112
112
# via pytest
113
- psutil==6.1.0
113
+ psutil==6.1.1
114
114
# via hypofuzz
115
115
ptyprocess==0.7.0
116
116
# via pexpect
117
117
pyarrow==18.1.0
118
118
# via -r requirements/coverage.in
119
119
pygments==2.18.0
120
120
# via rich
121
- pytest==8.3.3
121
+ pytest==8.3.4
122
122
# via
123
123
# -r requirements/test.in
124
124
# hypofuzz
@@ -138,17 +138,15 @@ pytz==2024.2
138
138
# pandas
139
139
pyyaml==6.0.2
140
140
# via libcst
141
- redis==5.2.0
141
+ redis==5.2.1
142
142
# via fakeredis
143
143
requests==2.32.3
144
- # via
145
- # dash
146
- # hypofuzz
144
+ # via dash
147
145
retrying==1.3.4
148
146
# via dash
149
147
rich==13.9.4
150
148
# via hypothesis
151
- six==1.16 .0
149
+ six==1.17 .0
152
150
# via
153
151
# python-dateutil
154
152
# retrying
@@ -173,7 +171,7 @@ typing-extensions==4.12.2
173
171
# rich
174
172
tzdata==2024.2
175
173
# via pandas
176
- urllib3==2.2.3
174
+ urllib3==2.3.0
177
175
# via requests
178
176
werkzeug==3.0.6
179
177
# via
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pluggy==1.5.0
24
24
# via pytest
25
25
ptyprocess==0.7.0
26
26
# via pexpect
27
- pytest==8.3.3
27
+ pytest==8.3.4
28
28
# via
29
29
# -r requirements/test.in
30
30
# pytest-xdist
You can’t perform that action at this time.
0 commit comments