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 @@ -7,15 +7,15 @@ attrs>=23.1.0
77certifi >= 2023.7.22
88filelock >= 3.12.2 ;python_version < "3.8"
99filelock >= 3.13.1 ;python_version >= "3.8"
10- platformdirs >= 3.11 .0
10+ platformdirs >= 4.0 .0
1111parse >= 1.19.1
1212parse-type >= 0.6.2
1313six == 1.16.0
1414idna == 3.4
1515chardet == 5.2.0
1616charset-normalizer == 3.3.2
1717urllib3 >= 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"
1919requests == 2.31.0
2020pynose == 1.4.8
2121sniffio == 1.3.0
@@ -40,7 +40,7 @@ pytest-html==2.0.1
4040pytest-metadata == 3.0.0
4141pytest-ordering == 0.6
4242pytest-rerunfailures == 12.0
43- pytest-xdist == 3.3.1
43+ pytest-xdist == 3.4.0
4444parameterized == 0.9.0
4545sbvirtualdisplay == 1.3.0
4646behave == 1.2.6
Original file line number Diff line number Diff line change 140140 "certifi>=2023.7.22" ,
141141 'filelock>=3.12.2;python_version<"3.8"' ,
142142 'filelock>=3.13.1;python_version>="3.8"' ,
143- 'platformdirs>=3.11 .0' ,
143+ 'platformdirs>=4.0 .0' ,
144144 'parse>=1.19.1' ,
145145 'parse-type>=0.6.2' ,
146146 "six==1.16.0" ,
147147 "idna==3.4" ,
148148 'chardet==5.2.0' ,
149149 'charset-normalizer==3.3.2' ,
150150 '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"' ,
152152 'requests==2.31.0' ,
153153 "pynose==1.4.8" ,
154154 'sniffio==1.3.0' ,
173173 'pytest-metadata==3.0.0' ,
174174 "pytest-ordering==0.6" ,
175175 'pytest-rerunfailures==12.0' ,
176- 'pytest-xdist==3.3.1 ' ,
176+ 'pytest-xdist==3.4.0 ' ,
177177 'parameterized==0.9.0' ,
178178 "sbvirtualdisplay==1.3.0" ,
179179 "behave==1.2.6" ,
You can’t perform that action at this time.
0 commit comments