Skip to content

Commit 8157485

Browse files
Update dependencies
1 parent 2a2dffe commit 8157485

File tree

2 files changed

+30
-175
lines changed

2 files changed

+30
-175
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ requires-python = ">=3.9,<4.0"
3535
dependencies = [
3636
"ipykernel>=6",
3737
"jupyter-client>=7",
38-
"jupyter_server>=2.4.0",
39-
"pydantic>=2",
38+
"jupyter_server>=2.4",
39+
"msgspec>=0.18",
4040
"returns>=0.23",
4141
"tomli>=2; python_version<'3.11'",
4242
]
@@ -50,7 +50,7 @@ Repository = "https://github.com/renan-r-santos/pixi-kernel"
5050
dev-dependencies = [
5151
"jupyter-kernel-test>=0.7",
5252
"jupyterlab>=4",
53-
"msgspec[toml]>=0.19.0",
53+
"msgspec[toml]>=0.18",
5454
"mypy>=1",
5555
"pytest>=8",
5656
"pytest-asyncio>=1",

0 commit comments

Comments
 (0)