Skip to content

Commit f2b43a5

Browse files
committed
#167 Update project dependencies
1 parent e7cf2e7 commit f2b43a5

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

poetry.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ xarray = [
2323
]
2424

2525
[tool.poetry.group.dev.dependencies]
26-
black = "^22.3"
26+
black = "^22.8"
2727
ipython = [
2828
{ version = "^7.32", python = ">=3.7.1, <3.8" },
2929
{ version = "^8.4", python = ">=3.8, <3.11" },
3030
]
31-
myst-parser = "^0.17"
32-
pydata-sphinx-theme = "^0.8"
31+
myst-parser = "^0.18"
32+
pydata-sphinx-theme = "^0.9"
3333
pyright = "^1.1"
3434
pytest = "^7.1"
35-
sphinx = "^4.5"
35+
sphinx = "^5.1"
3636

3737
[tool.pyright]
3838
reportImportCycles = "warning"

0 commit comments

Comments
 (0)