diff --git a/pyproject.toml b/pyproject.toml index 6833037..9c1a257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,8 @@ notifier = "quota_notifier.cli:Application.execute" [tool.poetry.dependencies] python = ">=3.9" -pydantic-settings = "2.5.2" -sqlalchemy = "2.0.35" +pydantic-settings = "2.6.0" +sqlalchemy = "2.0.36" [tool.poetry.group.tests] optional = true @@ -45,4 +45,4 @@ optional = true sphinx = "7.4.7" sphinx-argparse = "0.4.0" sphinx-copybutton = "0.5.2" -sphinx-rtd-theme = "2.0.0" +sphinx-rtd-theme = "3.0.1"