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 Jul 23, 2024
1 parent 461339b commit 158448e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ops = "^2.12.0"
pydantic = "^1.10.7" # cos_agent lib
cryptography = "^42.0.5" # tls_certificates lib v3
jsonschema = "^4.22.0" # tls_certificates lib v3
cosl = "^0.0.11" # loki_push_api
cosl = "^0.0.15" # loki_push_api

[tool.poetry.group.format]
optional = true
Expand All @@ -44,7 +44,7 @@ flake8-docstrings = "^1.7.0"
flake8-copyright = "^0.2.4"
flake8-builtins = "^2.5.0"
pyproject-flake8 = "^7.0.0"
pep8-naming = "^0.13.3"
pep8-naming = "^0.14.0"
codespell = "^2.2.6"
shellcheck-py = "^0.10.0.1"
black = "^24.4.2"
Expand All @@ -63,9 +63,9 @@ lightkube = "^0.15.2"
parameterized = "^0.9.0"
juju = "^3.4.0"
pytest = "^8.1.1"
pytest-asyncio = "^0.21.1"
pytest-asyncio = "^0.23.0"
pytest-mock = "^3.14.0"
pytest-operator = "^0.34.0"
pytest-operator = "^0.35.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.2", subdirectory = "python/pytest_plugins/github_secrets"}
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/ha_tests/application_charm/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ops==2.12.0
tenacity==8.2.3
pymongo==4.6.3
tenacity==8.5.0
pymongo==4.8.0

0 comments on commit 158448e

Please sign in to comment.