Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Python dependencies (major) #290

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.10"
# breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075
ops = "^2.9.0, <2.10"
lightkube = "^0.15.3"
tenacity = "^8.5.0"
tenacity = "^9.0.0"
jinja2 = "^3.1.4"
poetry-core = "^1.9.0"
requests = "^2.32.3"
Expand Down Expand Up @@ -44,8 +44,8 @@ codespell = "^2.3.0"
pytest = "^8.2.2"
pytest-xdist = "^3.6.1"
pytest-forked = "^1.6.0" # Workaround to deal with memory leaks in scenario tests
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.0.5, <7.0.6" # 6.0.4 requires ops >= 2.12
ops = "^2.9.0"

[tool.poetry.group.integration.dependencies]
Expand All @@ -56,10 +56,11 @@ pytest-operator-groups = {git = "https://github.com/canonical/data-platform-work
juju = "^3.5.2.0"
mysql-connector-python = "~8.0.33"
pyyaml = "^6.0.1"
tenacity = "^8.5.0"
tenacity = "^9.0.0"
allure-pytest = "^2.13.5"
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}


[tool.coverage.run]
branch = true

Expand Down
Loading