Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-coveooss committed Jan 19, 2024
1 parent 6b7fac4 commit c6827eb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 72 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.10-alpine
FROM python:3.12-alpine

LABEL description="Kubernetes operator to sync IamIdentityMappings to the aws-auth configmap"
LABEL source.repository="aws_auth_eks_crd"
Expand Down
86 changes: 17 additions & 69 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "3.10.13"
python = "3.12.1"
kubernetes = "28.1.0"
kopf = "1.36.2"

Expand All @@ -26,7 +26,7 @@ pylint = "3.0.3"
pytest = "7.4.4"
pytest-cov = "4.1.0"
PyYAML = "6.0.1"
vulture = "2.10"
vulture = "2.11"

[tool.poetry.group.dev.dependencies]
types-pyyaml = "^6.0.12.12"
Expand Down

0 comments on commit c6827eb

Please sign in to comment.