diff --git a/pyproject.toml b/pyproject.toml index 8412b4e..3cd1a1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ readme = "README.md" version = "0.0.1" dependencies = [ "pika==1.3.2", - "psycopg2==2.9.6", - "SQLAlchemy==2.0.13", + "psycopg2==2.9.9", + "SQLAlchemy==2.0.29", ] [project.urls] @@ -16,25 +16,25 @@ file_watcher = "file_watcher.main:main" [project.optional-dependencies] operator = [ - "kopf==1.37.1", + "kopf==1.37.2", "kubernetes==29.0.0", "PyYAML==6.0.1" ] formatting = [ - "black==23.10.1" + "black==24.4.0" ] test = [ - "pytest==7.4.2", - "pytest-cov==4.1.0", - "pytest-asyncio==0.21.0" + "pytest==8.1.1", + "pytest-cov==5.0.0", + "pytest-asyncio==0.23.6" ] code-inspection = [ - "pylint==3.0.2", - "mypy==1.6.0", - "types-PyYAML==6.0.12.12", + "pylint==3.1.0", + "mypy==1.9.0", + "types-PyYAML==6.0.12.20240311", "file_watcher[test]", "file_watcher[operator]" ]