diff --git a/poetry.lock b/poetry.lock index 4b100b5..09a7967 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2105,4 +2105,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "bb472da916633857af37c49aed2b65e94080d2b52282adc6de62defb0c91072e" +content-hash = "c2df384da836c81a949957e1148b650efb26832c2fb3fe67c57b81a6c32d0faf" diff --git a/pyproject.toml b/pyproject.toml index 7ddaa3a..37ef7c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,37 +21,36 @@ filer = 'tesk.services.filer:main' taskmaster = 'tesk.services.taskmaster:main' [tool.poetry.dependencies] -python = "^3.11" +boto3 = "1.34.104" kubernetes = "^29.0.0" +python = "^3.11" requests = ">=2.20.0" urllib3 = "^2.2.1" -boto3 = "1.34.104" [tool.poetry.group.lint.dependencies] ruff = "^0.4.4" typos = "^1.21.0" -[tool.poetry.group.types.dependencies] -mypy = "^1.10.0" -types-urllib3 = "^1.26.25.14" -types-botocore = "^1.0.2" -boto3-stubs = "^1.34.108" -types-requests = "^2.31.0.20240406" -kubernetes-stubs = "^22.6.0.post1" - [tool.poetry.group.security.dependencies] bandit = "^1.7.8" safety = "^3.2.0" [tool.poetry.group.test.dependencies] -pytest = "*" -pyfakefs = "*" -pytest-mock = "*" fs = "*" moto = "*" -pytest-localftpserver = "*" -kubernetes = "*" +pyfakefs = "*" +pytest = "*" pytest-cov = "^5.0.0" +pytest-localftpserver = "*" +pytest-mock = "*" + +[tool.poetry.group.types.dependencies] +boto3-stubs = "^1.34.108" +kubernetes-stubs = "^22.6.0.post1" +mypy = "^1.10.0" +types-botocore = "^1.0.2" +types-requests = "^2.31.0.20240406" +types-urllib3 = "^1.26.25.14" [tool.ruff.lint] select = [