Skip to content

Commit f316855

Browse files
committed
bump a bunch of min versions
1 parent 8c85a93 commit f316855

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ license-files = ["LICENSE", "COPYING.rst"]
2424
requires-python = ">=3.12"
2525
dependencies = [
2626
'colorama>=0.4.4; sys_platform == "win32"',
27-
"decorator>=4.3.2", # wheel
27+
"decorator>=5.1.0",
2828
"ipython-pygments-lexers>=1.0.0",
29-
"jedi>=0.18.1",
30-
"matplotlib-inline>=0.1.5", # first guess (0.1.0 is known not to work)
31-
'pexpect>4.3; sys_platform != "win32" and sys_platform != "emscripten"',
29+
"jedi>=0.18.2",
30+
"matplotlib-inline>=0.1.6",
31+
'pexpect>4.6; sys_platform != "win32" and sys_platform != "emscripten"',
3232
"prompt_toolkit>=3.0.41,<3.1.0",
33-
"pygments>=2.11.0", # wheel
33+
"pygments>=2.14.0", # wheel
3434
"stack_data>=0.6.0",
3535
"traitlets>=5.13.0",
3636
]
@@ -69,9 +69,9 @@ doc = [
6969
]
7070
test = [
7171
"pytest>=7.0.0", # keep in sync with tool.pytest.ini_options.minversion
72-
"pytest-asyncio>=1.0.0", # first guess
73-
"testpath>=0.2", # wheel
74-
"packaging>=20.1.0", # first guess
72+
"pytest-asyncio>=1.0.0",
73+
"testpath>=0.2",
74+
"packaging>=23.0.0",
7575
"setuptools>=80.0",
7676
]
7777
test_extra = [
@@ -84,7 +84,7 @@ test_extra = [
8484
"ipykernel>6.30",
8585
"numpy>=2.0",
8686
"pandas>2.1",
87-
"trio>=0.1.0", # wheel
87+
"trio>=0.22.0",
8888
]
8989
matplotlib = [
9090
"matplotlib>3.9"

0 commit comments

Comments
 (0)