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 Jul 11, 2024
1 parent 674b8bc commit 3f657cb
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ authors = []

[tool.poetry.dependencies]
python = "^3.10"
tenacity = "^8.2.3"
pymongo = "^4.3.3"
ops = "^2.4.1"
tenacity = "^8.5.0"
pymongo = "^4.8.0"
ops = "^2.14.1"
parameterized = "^0.9.0"

cffi = "^1.16.0"
pyopenssl = "^24.1.0"
cosl = "^ 0.0.11"
cosl = "^0.0.12"
pure-sasl = ">=0.6.2"
jsonschema = ">=4.10"
cryptography = "^42.0.5"
poetry= "^1.8.2"
pydantic ="^1.10.7"
jsonschema = ">=4.23.0"
cryptography = "^42.0.8"
poetry= "^1.8.3"
pydantic ="^1.10.17"
pyyaml = "^6.0.1"
jinja2= "^3.1.3"
rpds-py = "0.18.0"
jinja2= "^3.1.4"
rpds-py = "0.19.0"


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

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

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

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

[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.35.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.7"
tenacity = "^8.5.0"
pymongo = "^4.8.0"
ops = "^2.14.1"

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

0 comments on commit 3f657cb

Please sign in to comment.