diff --git a/Dockerfile b/Dockerfile index de199fe..d490a43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine@sha256:38e179a0f0436c97ecc76bcd378d7293ab3ee79e4b8c440fdc7113670cb6e204 +FROM python:3.13-alpine@sha256:c38ead8bcf521573dad837d7ecfdebbc87792202e89953ba8b2b83a9c5a520b6 LABEL description="Kubernetes operator to sync IamIdentityMappings to the aws-auth configmap" LABEL source.repository="aws_auth_eks_crd" diff --git a/pyproject.toml b/pyproject.toml index 29f2972..50e0ee8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,16 +10,16 @@ packages = [ ] [tool.poetry.dependencies] -python = "~3.12,<3.13" +python = "<3.14" kubernetes = "31.0.0" kopf = "1.37.2" [tool.poetry.dev-dependencies] bandit = "1.7.10" -black = "24.8.0" +black = "24.10.0" invoke = "2.2.0" -mypy = "1.11.2" -pre-commit = "4.0.0" +mypy = "1.12.1" +pre-commit = "4.0.1" pycodestyle = "2.12.1" pydocstyle = "6.3.0" pylint = "3.3.1"