@@ -80,7 +80,7 @@ huggingface-hub = { version = ">=0.24.0", optional = true }
8080psycopg2-binary = { version = " >=2.9.6" , optional = true }
8181sqlalchemy = { version = " ^2.0.18" , optional = true }
8282getdaft = { version = " >=0.2.12" , optional = true }
83- cachetools = " ^ 5.5.0"
83+ cachetools = " >= 5.5,<7 .0"
8484pyiceberg-core = { version = " ^0.4.0" , optional = true }
8585polars = { version = " ^1.21.0" , optional = true }
8686thrift-sasl = { version = " >=0.4.3" , optional = true }
@@ -96,11 +96,11 @@ coverage = { version = "^7.4.2", extras = ["toml"] }
9696requests-mock = " 1.12.1"
9797moto = { version = " ^5.0.2" , extras = [" server" ] }
9898typing-extensions = " 4.13.2"
99- pytest-mock = " 3.14.0 "
100- pyspark = " 3.5.5 "
99+ pytest-mock = " 3.14.1 "
100+ pyspark = " 3.5.6 "
101101cython = " 3.1.1"
102102deptry = " >=0.14,<0.24"
103- datafusion = " >=44,<47 "
103+ datafusion = " >=44,<48 "
104104docutils = " !=0.21.post1" # https://github.com/python-poetry/poetry/issues/9248#issuecomment-2026240520
105105
106106[tool .poetry .group .docs .dependencies ]
@@ -109,9 +109,9 @@ mkdocs = "1.6.1"
109109griffe = " 1.7.3"
110110jinja2 = " 3.1.6"
111111mkdocstrings = " 0.29.1"
112- mkdocstrings-python = " 1.16.10 "
112+ mkdocstrings-python = " 1.16.11 "
113113mkdocs-literate-nav = " 0.6.2"
114- mkdocs-autorefs = " 1.4.1 "
114+ mkdocs-autorefs = " 1.4.2 "
115115mkdocs-gen-files = " 0.5.0"
116116mkdocs-material = " 9.6.14"
117117mkdocs-material-extensions = " 1.3.1"
0 commit comments