File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ attrs>=23.1.0
7
7
certifi >= 2023.7.22
8
8
filelock >= 3.12.2 ;python_version < "3.8"
9
9
filelock >= 3.13.1 ;python_version >= "3.8"
10
- platformdirs >= 3.11 .0
10
+ platformdirs >= 4.0 .0
11
11
parse >= 1.19.1
12
12
parse-type >= 0.6.2
13
13
six == 1.16.0
14
14
idna == 3.4
15
15
chardet == 5.2.0
16
16
charset-normalizer == 3.3.2
17
17
urllib3 >= 1.26.18 ,< 2 ;python_version < "3.10"
18
- urllib3 >= 1.26.18 ,< 2.1 .0 ;python_version >= "3.10"
18
+ urllib3 >= 1.26.18 ,< 2.2 .0 ;python_version >= "3.10"
19
19
requests == 2.31.0
20
20
pynose == 1.4.8
21
21
sniffio == 1.3.0
@@ -40,7 +40,7 @@ pytest-html==2.0.1
40
40
pytest-metadata == 3.0.0
41
41
pytest-ordering == 0.6
42
42
pytest-rerunfailures == 12.0
43
- pytest-xdist == 3.3.1
43
+ pytest-xdist == 3.4.0
44
44
parameterized == 0.9.0
45
45
sbvirtualdisplay == 1.3.0
46
46
behave == 1.2.6
Original file line number Diff line number Diff line change 140
140
"certifi>=2023.7.22" ,
141
141
'filelock>=3.12.2;python_version<"3.8"' ,
142
142
'filelock>=3.13.1;python_version>="3.8"' ,
143
- 'platformdirs>=3.11 .0' ,
143
+ 'platformdirs>=4.0 .0' ,
144
144
'parse>=1.19.1' ,
145
145
'parse-type>=0.6.2' ,
146
146
"six==1.16.0" ,
147
147
"idna==3.4" ,
148
148
'chardet==5.2.0' ,
149
149
'charset-normalizer==3.3.2' ,
150
150
'urllib3>=1.26.18,<2;python_version<"3.10"' ,
151
- 'urllib3>=1.26.18,<2.1 .0;python_version>="3.10"' ,
151
+ 'urllib3>=1.26.18,<2.2 .0;python_version>="3.10"' ,
152
152
'requests==2.31.0' ,
153
153
"pynose==1.4.8" ,
154
154
'sniffio==1.3.0' ,
173
173
'pytest-metadata==3.0.0' ,
174
174
"pytest-ordering==0.6" ,
175
175
'pytest-rerunfailures==12.0' ,
176
- 'pytest-xdist==3.3.1 ' ,
176
+ 'pytest-xdist==3.4.0 ' ,
177
177
'parameterized==0.9.0' ,
178
178
"sbvirtualdisplay==1.3.0" ,
179
179
"behave==1.2.6" ,
You can’t perform that action at this time.
0 commit comments