Skip to content

Commit

Permalink
Lock file maintenance Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent 42452b6 commit 84503c2
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ authors = []

[tool.poetry.dependencies]
python = "^3.10"
tenacity = "^8.1.0"
pymongo = "^4.3.3"
ops = "^2.4.1"
tenacity = "^8.2.3"
pymongo = "^4.6.3"
ops = "^2.12.0"
parameterized = "^0.9.0"

cffi = "1.15.1"
cffi = "1.16.0"
pyopenssl = ">22.1.0"
cosl = ">= 0.0.5"
cosl = ">=0.0.11"
pure-sasl = ">=0.6.2"
jsonschema = ">=4.10"
cryptography = "^39.0.0"
pydantic ="^1.10.7"
jsonschema = ">=4.21.1"
cryptography = "^39.0.2"
pydantic ="^1.10.15"
pyyaml = "^6.0.1"

[tool.poetry.group.charm-libs.dependencies]
Expand All @@ -32,28 +32,28 @@ ops = ">=2.0.0"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.1.6"
ruff = "^0.3.5"

[tool.poetry.group.lint]
optional = true

[tool.poetry.group.lint.dependencies]
ruff = "^0.1.6"
ruff = "^0.3.5"
codespell = "^2.2.6"

[tool.poetry.group.unit.dependencies]
pytest = "^7.4.3"
pytest = "^7.4.4"
pytest-cov = "^4.1.0"

[tool.poetry.group.integration.dependencies]
pytest = "^7.4.3"
pytest-operator = "^0.28.0"
pytest = "^7.4.4"
pytest-operator = "^0.34.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v8.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v8.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
pytest-asyncio ="^0.17"
tenacity = "^8.1.0"
pymongo = "^4.3.3"
ops = "^2.4.1"
pytest-asyncio ="^0.23.6"
tenacity = "^8.2.3"
pymongo = "^4.6.3"
ops = "^2.12.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 84503c2

Please sign in to comment.