Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-coveooss[bot] authored Oct 17, 2024
1 parent b5e2e21 commit c178338
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine
FROM python:3.13-alpine

LABEL description="Kubernetes operator to sync IamIdentityMappings to the aws-auth configmap"
LABEL source.repository="aws_auth_eks_crd"
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
pre-commit = "4.0.1"
pycodestyle = "2.12.1"
pydocstyle = "6.3.0"
pylint = "3.3.1"
Expand Down

0 comments on commit c178338

Please sign in to comment.