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 committed Jan 30, 2024
1 parent 9bc7881 commit 25a7655
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 127 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
139 changes: 17 additions & 122 deletions poetry.lock

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

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

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

[tool.poetry.dev-dependencies]
bandit = "1.7.6"
bandit = "1.7.7"
black = "23.12.1"
invoke = "2.2.0"
mypy = "1.8.0"
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 25a7655

Please sign in to comment.