File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff 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]
5350optional-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 ]
339333indent = 4
340334keep_full_version = true
You can’t perform that action at this time.
0 commit comments