diff --git a/pyproject.toml b/pyproject.toml index e263038..f96e0a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,9 +35,9 @@ pandas = "2.0.3" prettytable = "3.9.0" python = ">=3.8, <4.0" python-environ = "0.4.54" -SQLAlchemy = "2.0.19" +SQLAlchemy = "2.0.21" sqlalchemy-utils = "0.41.1" -time-machine = "2.11.0" +time-machine = "2.13.0" [tool.poetry.group.tests] optional = true @@ -53,4 +53,4 @@ sphinx = "<7.0.0" sphinx-argparse = "0.4.0" sphinx_autodoc_typehints = "1.23.0" sphinx-copybutton = "0.5.2" -sphinx-rtd-theme = "1.2.2" +sphinx-rtd-theme = "1.3.0"