Skip to content

Commit 1faf57d

Browse files
Lock file maintenance Python dependencies
1 parent 70f1153 commit 1faf57d

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "common"
33
version = "0.1.0"
44
requires-python = ">=3.10"
55
dependencies = [
6-
"ops>=2.9.0",
6+
"ops>=2.23.1",
77
"charm-refresh>=3.1.0.2",
88
"charm-api>=0.1.2",
99
"requests>=2.32.5",

kubernetes/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,30 +31,30 @@ jsonschema = "*"
3131
optional = true
3232

3333
[tool.poetry.group.format.dependencies]
34-
ruff = "^0.12.11"
34+
ruff = "^0.13.2"
3535

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

3939
[tool.poetry.group.lint.dependencies]
40-
ruff = "^0.12.11"
40+
ruff = "^0.13.2"
4141
codespell = "^2.4.1"
4242

4343
[tool.poetry.group.unit.dependencies]
44-
pytest = "^8.4.1"
44+
pytest = "^8.4.2"
4545
pytest-xdist = "^3.8.0"
4646
pytest-forked = "^1.6.0" # Workaround to deal with memory leaks in scenario tests
47-
pytest-cov = "^6.2.1"
48-
ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12
47+
pytest-cov = "^6.3.0"
48+
ops-scenario = "^6.1.7, <6.1.8" # 6.0.4 requires ops >= 2.12
4949
ops = "^2.9.0"
5050

5151
[tool.poetry.group.integration.dependencies]
52-
pytest = "^8.4.1"
52+
pytest = "^8.4.2"
5353
pytest-operator = "^0.43.1"
5454
requests = "^2.32.5"
5555
juju = "^3.6.0.0"
5656
mysql-connector-python = "^9.4.0"
57-
pyyaml = "^6.0.2"
57+
pyyaml = "^6.0.3"
5858
tenacity = "^9.1.2"
5959
allure-pytest = "^2.15.0"
6060
allure-pytest-default-results = "^0.1.3"

machines/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
3030
optional = true
3131

3232
[tool.poetry.group.format.dependencies]
33-
ruff = "^0.12.11"
33+
ruff = "^0.13.2"
3434

3535
[tool.poetry.group.lint]
3636
optional = true
3737

3838
[tool.poetry.group.lint.dependencies]
39-
ruff = "^0.12.11"
39+
ruff = "^0.13.2"
4040
codespell = "^2.4.1"
4141

4242
[tool.poetry.group.unit.dependencies]
43-
pytest = "^8.4.1"
43+
pytest = "^8.4.2"
4444
pytest-xdist = "^3.8.0"
45-
pytest-cov = "^6.2.1"
46-
ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12
45+
pytest-cov = "^6.3.0"
46+
ops-scenario = "^6.1.7, <6.1.8" # 6.0.4 requires ops >= 2.12
4747

4848
[tool.poetry.group.integration.dependencies]
49-
pytest = "^8.4.1"
49+
pytest = "^8.4.2"
5050
pytest-operator = "^0.43.1"
5151
requests = "^2.32.5"
5252
juju = "^3.6.0.0"

0 commit comments

Comments
 (0)