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 15, 2024
1 parent 448f7d4 commit f58897f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "https://github.com/canonical/mongodb-k8s-operator"

[tool.poetry.dependencies]
python = "^3.10.12"
ops = "~2.15.0"
ops = "~2.17.0"
pymongo = "^4.7.3"
tenacity = "^8.2.3"
pyyaml = "^6.0.1"
Expand All @@ -26,11 +26,11 @@ pyOpenSSL = "^24.2.1"
setuptools = "^72.0.0"

[tool.poetry.group.charm-libs.dependencies]
ops = "~2.15.0"
ops = "~2.17.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.41" # 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 @@ -62,7 +62,7 @@ parameterized = "^0.9.0"

[tool.poetry.group.integration.dependencies]
allure-pytest = "^2.13.5"
ops = "~2.15.0"
ops = "~2.17.0"
tenacity = "^8.2.3"
pymongo = "^4.7.3"
parameterized = "^0.9.0"
Expand All @@ -71,9 +71,9 @@ more_itertools = "*"
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.38.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 f58897f

Please sign in to comment.