Skip to content

Commit 04e342d

Browse files
Merge pull request #348 from adamtheturtle/ultimate-bump
Bump Ultimate-Notion and remove workaround
2 parents 112f589 + c0d20bd commit 04e342d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ dependencies = [
3737
"click>=8.0.0",
3838
"click-option-group>=0.5.9",
3939
"docutils>=0.21",
40-
# This (and its corresponding deptry ignore) is a workaround for
41-
# https://github.com/ultimate-notion/ultimate-notion/issues/153.
42-
"notion-client<2.6.0",
4340
"requests>=2.32.5",
4441
"sphinx>=8.2.3",
4542
"sphinx-iframes>=1.1.0",
@@ -48,7 +45,7 @@ dependencies = [
4845
"sphinx-toolbox>=4.0.0",
4946
"sphinxcontrib-video>=0.4.0",
5047
"sphinxnotes-strike>=1.3",
51-
"ultimate-notion>=0.9.3",
48+
"ultimate-notion>=0.9.5",
5249
]
5350
optional-dependencies.dev = [
5451
"actionlint-py==1.7.8.24",
@@ -332,9 +329,6 @@ pep621_dev_dependency_groups = [
332329
"sample",
333330
]
334331

335-
[tool.deptry.per_rule_ignores]
336-
DEP002 = [ "notion-client" ]
337-
338332
[tool.pyproject-fmt]
339333
indent = 4
340334
keep_full_version = true

0 commit comments

Comments
 (0)