diff --git a/job_watcher/pyproject.toml b/job_watcher/pyproject.toml index 71f35a0..9429d16 100644 --- a/job_watcher/pyproject.toml +++ b/job_watcher/pyproject.toml @@ -4,7 +4,7 @@ readme = "README.md" version = "0.0.1" requires-python = ">= 3.11" dependencies = [ - "kubernetes==30.1.0", + "kubernetes==31.0.0", "db@git+https://github.com/fiaisis/db", ] @@ -17,16 +17,16 @@ jobwatcher = "jobwatcher.main:main" [project.optional-dependencies] formatting = [ "toml==0.10.2", - "ruff==0.6.3", - "mypy==1.11.2", - "pytest==8.3.2", + "ruff==0.7.3", + "mypy==1.13.0", + "pytest==8.3.3", "sqlalchemy-stubs==0.4", - "types-requests==2.32.0.20240712" + "types-requests==2.32.0.20241016" ] test = [ - "pytest==8.3.2", - "pytest-cov==5.0.0", + "pytest==8.3.3", + "pytest-cov==6.0.0", "pytest-random-order==1.1.1" ]