Skip to content

Commit db0d300

Browse files
build: lock dependencies and upgrade pymdown-extension which was causing the error (#84)
1 parent ca955af commit db0d300

2 files changed

Lines changed: 26 additions & 104 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ delta-spark = "2.4.*"
3737
duckdb = "1.1.*" # breaking changes beyond 1.1
3838
Jinja2 = "3.1.*"
3939
lxml = "^4.9.1"
40+
numpy = "2.2.6"
4041
openpyxl = "^3.1"
4142
pandas = "^2.2.2"
4243
polars = "0.20.*"
@@ -55,6 +56,9 @@ include-groups = [
5556
[tool.poetry.group.dev.dependencies]
5657
commitizen = "4.9.1"
5758
pre-commit = "4.3.0"
59+
charset-normalizer = "3.4.6"
60+
python-discovery = "1.2.0"
61+
requests = "2.33.0"
5862

5963
[tool.poetry.group.test]
6064
optional = true
@@ -97,8 +101,10 @@ optional = true
97101
[tool.poetry.group.docs.dependencies]
98102
click = "8.2.1"
99103
mkdocs = "^1.6.1"
100-
mkdocstrings = { version = "^1.0.3", extras = ["python"] }
101-
zensical = "~=0.0.23"
104+
mkdocstrings = { version = "1.0.3", extras = ["python"] }
105+
griffelib = "2.0.1"
106+
pymdown-extensions = "10.21.2"
107+
zensical = "0.0.31"
102108

103109
[tool.ruff]
104110
line-length = 100

0 commit comments

Comments
 (0)