File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -182,4 +182,4 @@ pip-check-reqs>=2.5.1
182182# pywinpty>=1.0 requires maturin to build. Meanwhile, it works.
183183# pywinpty 2.0.12/13 has the above issue on Python 3.13
184184pywinpty >= 2.0.12 ; os_name == "nt" and python_version <= '3.12'
185- pywinpty >= 3.0.0 ; os_name == "nt" and python_version >= '3.13'
185+ pywinpty >= 3.0.2 ; os_name == "nt" and python_version >= '3.13'
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ pip-check-reqs==2.5.1
146146
147147# pywinpty is used by terminado <- notebook <- jupyter
148148pywinpty==2.0.12; os_name == "nt" and python_version <= '3.12'
149- pywinpty==3.0.0 ; os_name == "nt" and python_version >= '3.13'
149+ pywinpty==3.0.2 ; os_name == "nt" and python_version >= '3.13'
150150
151151# Indirect dependencies for development that are not in dev-requirements.txt
152152
@@ -200,6 +200,7 @@ pkginfo==1.4.2
200200pyproject-api==1.6.1 # used by tox since its 4.0.0
201201pyrsistent==0.20.0 # used by jsonschema>3.0,<4.18
202202python-dateutil==2.8.2
203+ python-discovery==1.1.1
203204prometheus-client==0.13.1
204205ptyprocess==0.5.1
205206pyparsing==3.0.7
@@ -216,7 +217,8 @@ tenacity==8.5.0
216217terminado==0.8.3
217218testpath==0.3
218219toml==0.10.0
219- tomli==2.0.1
220+ tomli==2.0.1 # used by towncrier
221+ tomli-w==1.2.0 # used by tox>=4.48.0
220222tornado==6.5.3
221223tqdm==4.66.3
222224traitlets==5.6.0
You can’t perform that action at this time.
0 commit comments