Skip to content

Commit bf6957b

Browse files
authored
Added missing dev reqs; Install issue for pywinpty (#2116)
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
1 parent 744407b commit bf6957b

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
184184
pywinpty>=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'

minimum-constraints-develop.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ pip-check-reqs==2.5.1
146146

147147
# pywinpty is used by terminado <- notebook <- jupyter
148148
pywinpty==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
200200
pyproject-api==1.6.1 # used by tox since its 4.0.0
201201
pyrsistent==0.20.0 # used by jsonschema>3.0,<4.18
202202
python-dateutil==2.8.2
203+
python-discovery==1.1.1
203204
prometheus-client==0.13.1
204205
ptyprocess==0.5.1
205206
pyparsing==3.0.7
@@ -216,7 +217,8 @@ tenacity==8.5.0
216217
terminado==0.8.3
217218
testpath==0.3
218219
toml==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
220222
tornado==6.5.3
221223
tqdm==4.66.3
222224
traitlets==5.6.0

0 commit comments

Comments
 (0)