Skip to content

Commit cc15521

Browse files
Update Python dependencies
1 parent bd935ca commit cc15521

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ requires-poetry = ">=2.0.0"
77

88
[tool.poetry.dependencies]
99
python = "^3.10"
10-
ops = "^2.23.1"
10+
ops = "^3.3.1"
1111
jinja2 = "^3.1.6"
12-
pydantic = "^1.10.22, <2"
12+
pydantic = "^2.12.4, <3"
1313

1414
[tool.poetry.group.charm-libs.dependencies]
1515
# data_platform_libs/v0/data_interfaces.py
@@ -34,11 +34,11 @@ codespell = "^2.4.1"
3434
shellcheck-py = "^0.10.0.1"
3535

3636
[tool.poetry.group.unit.dependencies]
37-
pytest = "^8.4.1"
37+
pytest = "^9.0.1"
3838
coverage = {extras = ["toml"], version = "^7.10.6"}
3939

4040
[tool.poetry.group.integration.dependencies]
41-
pytest = "^8.4.1"
41+
pytest = "^9.0.1"
4242
pytest-operator = "^0.43.1"
4343
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v35.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
4444
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v35.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"}

0 commit comments

Comments
 (0)