Skip to content

Commit 8725102

Browse files
Lock file maintenance Python dependencies
1 parent 9faabb9 commit 8725102

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lightkube = "^0.17.2"
1313
tenacity = "^9.1.2"
1414
jinja2 = "^3.1.6"
1515
poetry-core = "^2.1.3"
16-
requests = "^2.32.4"
16+
requests = "^2.32.5"
1717

1818
[tool.poetry.group.charm-libs.dependencies]
1919
# data_platform_libs/v0/data_interfaces.py
@@ -32,31 +32,31 @@ jsonschema = "*"
3232
optional = true
3333

3434
[tool.poetry.group.format.dependencies]
35-
ruff = "^0.12.4"
35+
ruff = "^0.12.10"
3636

3737
[tool.poetry.group.lint]
3838
optional = true
3939

4040
[tool.poetry.group.lint.dependencies]
41-
ruff = "^0.12.4"
41+
ruff = "^0.12.10"
4242
codespell = "^2.4.1"
4343

4444
[tool.poetry.group.unit.dependencies]
4545
pytest = "^8.4.1"
4646
pytest-xdist = "^3.8.0"
4747
pytest-forked = "^1.6.0" # Workaround to deal with memory leaks in scenario tests
4848
pytest-cov = "^6.2.1"
49-
ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12
49+
ops-scenario = "^6.1.7, <6.1.8" # 6.0.4 requires ops >= 2.12
5050
ops = "^2.9.0"
5151

5252
[tool.poetry.group.integration.dependencies]
5353
pytest = "^8.4.1"
54-
pytest-operator = "^0.35.0"
54+
pytest-operator = "^0.43.1"
5555
juju = "^3.6.0.0"
5656
mysql-connector-python = "^9.4.0"
5757
pyyaml = "^6.0.2"
5858
tenacity = "^9.1.2"
59-
allure-pytest = "^2.14.3"
59+
allure-pytest = "^2.15.0"
6060
allure-pytest-default-results = "^0.1.3"
6161

6262
[tool.coverage.run]

0 commit comments

Comments
 (0)