diff --git a/pyproject.toml b/pyproject.toml index ad56eff..fcf5d8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pandas = "2.0.3" prettytable = "3.9.0" python = ">=3.8, <4.0" python-environ = "0.4.54" -SQLAlchemy = "2.0.21" +SQLAlchemy = "2.0.23" sqlalchemy-utils = "0.41.1" time-machine = "2.13.0" @@ -51,6 +51,6 @@ optional = true [tool.poetry.group.docs.dependencies] sphinx = "<8.0.0" sphinx-argparse = "0.4.0" -sphinx_autodoc_typehints = "1.24.0" +sphinx_autodoc_typehints = "1.25.2" sphinx-copybutton = "0.5.2" -sphinx-rtd-theme = "1.3.0" +sphinx-rtd-theme = "2.0.0"