diff --git a/pyproject.toml b/pyproject.toml index caf937d..3c670ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ version = "0.0.1" dependencies = [ "pika==1.3.2", "psycopg2==2.9.9", - "SQLAlchemy==2.0.30", + "SQLAlchemy==2.0.31", ] [project.urls] @@ -17,7 +17,7 @@ file_watcher = "file_watcher.main:main" [project.optional-dependencies] operator = [ "kopf==1.37.2", - "kubernetes==29.0.0", + "kubernetes==30.1.0", "PyYAML==6.0.1" ] @@ -26,14 +26,14 @@ formatting = [ ] test = [ - "pytest==8.2.1", + "pytest==8.2.2", "pytest-cov==5.0.0", "pytest-asyncio==0.23.7" ] code-inspection = [ - "pylint==3.2.2", - "mypy==1.10.0", + "pylint==3.2.5", + "mypy==1.10.1", "types-PyYAML==6.0.12.20240311", "file_watcher[test]", "file_watcher[operator]"