File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- pip >= 23.3.1
1
+ pip >= 23.3.2
2
2
packaging >= 23.2
3
3
setuptools >= 68.0.0 ;python_version < "3.8"
4
4
setuptools >= 69.0.2 ;python_version >= "3.8"
@@ -23,7 +23,7 @@ sniffio==1.3.0
23
23
h11 == 0.14.0
24
24
outcome == 1.3.0.post0
25
25
trio == 0.22.2 ;python_version < "3.8"
26
- trio == 0.23.1 ;python_version >= "3.8"
26
+ trio == 0.23.2 ;python_version >= "3.8"
27
27
trio-websocket == 0.11.1
28
28
wsproto == 1.2.0
29
29
selenium == 4.11.2 ;python_version < "3.8"
@@ -65,7 +65,7 @@ rich==13.7.0
65
65
66
66
coverage == 6.2 ;python_version < "3.7"
67
67
coverage == 7.2.7 ;python_version >= "3.7" and python_version<"3.8"
68
- coverage == 7.3.2 ;python_version >= "3.8"
68
+ coverage == 7.3.3 ;python_version >= "3.8"
69
69
pytest-cov == 4.0.0 ;python_version < "3.7"
70
70
pytest-cov == 4.1.0 ;python_version >= "3.7"
71
71
flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 131
131
],
132
132
python_requires = ">=3.7" ,
133
133
install_requires = [
134
- 'pip>=23.3.1 ' ,
134
+ 'pip>=23.3.2 ' ,
135
135
'packaging>=23.2' ,
136
136
'setuptools>=68.0.0;python_version<"3.8"' ,
137
137
'setuptools>=69.0.2;python_version>="3.8"' ,
156
156
'h11==0.14.0' ,
157
157
'outcome==1.3.0.post0' ,
158
158
'trio==0.22.2;python_version<"3.8"' ,
159
- 'trio==0.23.1 ;python_version>="3.8"' ,
159
+ 'trio==0.23.2 ;python_version>="3.8"' ,
160
160
'trio-websocket==0.11.1' ,
161
161
'wsproto==1.2.0' ,
162
162
'selenium==4.11.2;python_version<"3.8"' ,
206
206
# Usage: coverage run -m pytest; coverage html; coverage report
207
207
"coverage" : [
208
208
'coverage==7.2.7;python_version<"3.8"' ,
209
- 'coverage==7.3.2 ;python_version>="3.8"' ,
209
+ 'coverage==7.3.3 ;python_version>="3.8"' ,
210
210
'pytest-cov==4.1.0' ,
211
211
],
212
212
# pip install -e .[flake8]
You can’t perform that action at this time.
0 commit comments