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 8, 2024
1 parent c5e7a6d commit a988e3e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 40 deletions.
71 changes: 33 additions & 38 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 @@ -12,7 +12,7 @@ authors = []
python = "^3.8.1" # ^3.8.1 required by flake8
# breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075
ops = "^2.9.0, <2.10"
tenacity = "^8.5.0"
tenacity = "^9.0.0"
poetry-core = "^1.9.0"
jinja2 = "^3.1.4"
requests = "^2.32.3"
Expand Down Expand Up @@ -68,7 +68,7 @@ pytest-operator-groups = {git = "https://github.com/canonical/data-platform-work
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
juju = "^3.5.0.0"
mysql-connector-python = "~8.0.33"
tenacity = "^8.5.0"
tenacity = "^9.0.0"
ops = "^2.9.0"
pytest-mock = "^3.14.0"

Expand Down

0 comments on commit a988e3e

Please sign in to comment.