mattmartin14 commented on code in PR #1534: URL: https://github.com/apache/iceberg-python/pull/1534#discussion_r1946631889
########## pyproject.toml: ########## @@ -99,17 +101,24 @@ docutils = "!=0.21.post1" # https://github.com/python-poetry/poetry/issues/924 [tool.poetry.group.docs.dependencies] # for mkdocs mkdocs = "1.6.1" -griffe = "1.5.4" +griffe = "1.5.5" jinja2 = "3.1.5" mkdocstrings = "0.27.0" mkdocstrings-python = "1.13.0" mkdocs-literate-nav = "0.6.1" mkdocs-autorefs = "1.3.0" mkdocs-gen-files = "0.5.0" -mkdocs-material = "9.5.49" +mkdocs-material = "9.5.50" mkdocs-material-extensions = "1.3.1" mkdocs-section-index = "0.3.9" + + +[[tool.poetry.source]] Review Comment: i'm not even sure how i made that change above. i did recently move the datafusion package as a local dev dependency in poetry. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
