Skip to content

Commit

Permalink
Update Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent 1644601 commit 6ec2075
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 61 deletions.
107 changes: 52 additions & 55 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = []
python = "^3.10"
ops = "^2.15.0"
lightkube = "^0.14.0"
tenacity = "^8.2.2"
tenacity = "^9.0.0"
boto3 = "^1.28.22"
jinja2 = "^3.1.2"

Expand Down Expand Up @@ -47,13 +47,13 @@ codespell = "^2.3.0"
shellcheck-py = "^0.9.0.5"

[tool.poetry.group.unit.dependencies]
pytest = "^7.4.0"
pytest = "^8.3.2"
pytest-mock = "^3.11.1"
coverage = {extras = ["toml"], version = "^7.2.7"}
parameterized = "^0.9.0"

[tool.poetry.group.integration.dependencies]
pytest = "^7.4.0"
pytest = "^8.3.2"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/microceph"}
pytest-operator = "^0.28.0"
Expand All @@ -62,12 +62,12 @@ pytest-operator-groups = {git = "https://github.com/canonical/data-platform-work
juju = "^3.2.2"
ops = "^2.15.0"
mysql-connector-python = "~8.0.33"
tenacity = "^8.2.2"
tenacity = "^9.0.0"
boto3 = "^1.28.22"
pyyaml = "^6.0.1"
urllib3 = "^1.26.16"
urllib3 = "^2.2.2"
lightkube = "^0.14.0"
kubernetes = "^27.2.0"
kubernetes = "^30.1.0"
allure-pytest = "^2.13.2"
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
pytest-asyncio = "^0.21.1"
Expand Down

0 comments on commit 6ec2075

Please sign in to comment.