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 @@ -11,7 +11,7 @@ websockets>=16.0;python_version>="3.10"
1111filelock ~= 3.19.1 ;python_version < "3.10"
1212filelock >= 3.25.2 ;python_version >= "3.10"
1313fasteners >= 0.20
14- mycdp >= 1.3.4
14+ mycdp >= 1.3.6
1515pynose >= 1.5.5
1616platformdirs ~= 4.4.0 ;python_version < "3.10"
1717platformdirs >= 4.9.4 ;python_version >= "3.10"
@@ -29,7 +29,7 @@ pyreadline3>=3.5.4;platform_system=="Windows"
2929tabcompleter >= 1.4.0
3030pdbp >= 1.8.2
3131idna >= 3.11
32- charset-normalizer >= 3.4.5 ,< 4
32+ charset-normalizer >= 3.4.6 ,< 4
3333urllib3 >= 1.26.20 ,< 2 ;python_version < "3.10"
3434urllib3 >= 1.26.20 ,< 3 ;python_version >= "3.10"
3535requests ~= 2.32.5
@@ -77,7 +77,7 @@ rich>=14.3.3,<15
7777# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7878
7979coverage >= 7.10.7 ;python_version < "3.10"
80- coverage >= 7.13.4 ;python_version >= "3.10"
80+ coverage >= 7.13.5 ;python_version >= "3.10"
8181pytest-cov >= 7.0.0
8282flake8 == 7.3.0
8383mccabe == 0.7.0
Original file line number Diff line number Diff line change 159159 'filelock~=3.19.1;python_version<"3.10"' ,
160160 'filelock>=3.25.2;python_version>="3.10"' ,
161161 'fasteners>=0.20' ,
162- 'mycdp>=1.3.4 ' ,
162+ 'mycdp>=1.3.6 ' ,
163163 'pynose>=1.5.5' ,
164164 'platformdirs~=4.4.0;python_version<"3.10"' ,
165165 'platformdirs>=4.9.4;python_version>="3.10"' ,
177177 'tabcompleter>=1.4.0' ,
178178 'pdbp>=1.8.2' ,
179179 'idna>=3.11' ,
180- 'charset-normalizer>=3.4.5 ,<4' ,
180+ 'charset-normalizer>=3.4.6 ,<4' ,
181181 'urllib3>=1.26.20,<2;python_version<"3.10"' ,
182182 'urllib3>=1.26.20,<3;python_version>="3.10"' ,
183183 'requests~=2.32.5' ,
234234 # Usage: coverage run -m pytest; coverage html; coverage report
235235 "coverage" : [
236236 'coverage>=7.10.7;python_version<"3.10"' ,
237- 'coverage>=7.13.4 ;python_version>="3.10"' ,
237+ 'coverage>=7.13.5 ;python_version>="3.10"' ,
238238 'pytest-cov>=7.0.0' ,
239239 ],
240240 # pip install -e .[flake8]
You can’t perform that action at this time.
0 commit comments