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 Feb 11, 2025
1 parent 8aeae70 commit fdbd56b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ requires-poetry = ">=2.0.0"
python = "^3.8.6" # ^3.8.6 required by juju
# breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075
ops = "^2.9.0, <2.10"
tenacity = "^8.5.0"
poetry-core = "^1.9.0"
tenacity = "^9.0.0"
poetry-core = "^2.0.1"
jinja2 = "^3.1.4"
requests = "^2.32.3"

Expand Down Expand Up @@ -44,15 +44,15 @@ codespell = "^2.3.0"
[tool.poetry.group.unit.dependencies]
pytest = "^8.2.2"
pytest-xdist = "^3.6.1"
pytest-cov = "^5.0.0"
ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12
pytest-cov = "^6.0.0"
ops-scenario = "^7.1.2, <7.1.3" # 6.0.4 requires ops >= 2.12

[tool.poetry.group.integration.dependencies]
pytest = "^8.2.2"
pytest-operator = "^0.35.0"
juju = "^3.6.0.0"
mysql-connector-python = "~8.0.33"
tenacity = "^8.5.0"
tenacity = "^9.0.0"
ops = "^2.9.0"
allure-pytest-default-results = "^0.1.2"

Expand Down

0 comments on commit fdbd56b

Please sign in to comment.