diff --git a/pyproject.toml b/pyproject.toml index fbfd9d9..fbd5507 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,8 @@ notifier = "quota_notifier.cli:Application.execute" [tool.poetry.dependencies] python = ">=3.8" -pydantic-settings = "2.0.3" -sqlalchemy = "2.0.21" +pydantic-settings = "2.1.0" +sqlalchemy = "2.0.24" [tool.poetry.group.tests] optional = true @@ -46,5 +46,5 @@ sphinx = "6.2.1" sphinx-argparse = "0.4.0" sphinx-copybutton = "0.5.2" sphinx-pydantic = "0.1.1" -sphinx-rtd-theme = "1.2.2" -sphinx-jsonschema = "1.15" +sphinx-rtd-theme = "2.0.0" +sphinx-jsonschema = "1.19.1"