Skip to content

Commit

Permalink
[python ci] Update Python CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2024
1 parent 0d2aebc commit 2bad96c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ optional = true
[tool.poetry.group.lint.dependencies]
black = "^23.7.0"
isort = "^5.12.0"
flake8 = "^6.0.0"
flake8 = "^7.0.0"
flake8-docstrings = "^1.7.0"
flake8-copyright = "^0.2.4"
flake8-builtins = "^2.1.0"
Expand Down Expand Up @@ -68,9 +68,9 @@ mysql-connector-python = "~8.0.33"
tenacity = "^8.2.2"
boto3 = "^1.28.22"
pyyaml = "^6.0.1"
urllib3 = "^1.26.16"
urllib3 = "^2.1.0"
lightkube = "^0.14.0"
kubernetes = "^27.2.0"
kubernetes = "^29.0.0"


[tool.coverage.run]
Expand Down

0 comments on commit 2bad96c

Please sign in to comment.