diff --git a/pyproject.toml b/pyproject.toml index 914b5b7..41a9571 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.1" -sqlalchemy = "2.0.17" +pydantic-settings = "2.0.2" +sqlalchemy = "2.0.19" [tool.poetry.group.tests] optional = true