Skip to content

Commit

Permalink
chore(deps): update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent ad87f00 commit faed5b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ops = "^2.15.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.16" # loki_push_api
cosl = "^0.0.39" # loki_push_api
pyOpenSSL = "^24.2.1"

[tool.poetry.group.format]
Expand All @@ -49,7 +49,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 @@ -70,9 +70,9 @@ lightkube = "^0.15.3"
kubernetes = "^30.1.0"
juju = "^3.5.0"
pytest = "^8.1.1"
pytest-asyncio = "^0.21.1"
pytest-asyncio = "^0.24.0"
pytest-mock = "^3.14.0"
pytest-operator = "^0.36.0"
pytest-operator = "^0.37.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
Expand Down
6 changes: 3 additions & 3 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.15.0
tenacity==8.2.3
pymongo==4.7.3
ops==2.17.0
tenacity==8.5.0
pymongo==4.10.1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ops==2.15.0
ops==2.17.0

0 comments on commit faed5b4

Please sign in to comment.