Skip to content

Commit c05b4ba

Browse files
Lock file maintenance Python dependencies (#146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc84d4a commit c05b4ba

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

poetry.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ typing-extensions = "^4.14.1"
2323
optional = true
2424

2525
[tool.poetry.group.fmt.dependencies]
26-
ruff = "^0.12.9"
26+
ruff = "^0.12.10"
2727

2828
[tool.poetry.group.lint]
2929
optional = true
3030

3131
[tool.poetry.group.lint.dependencies]
32-
ruff = "^0.12.9"
32+
ruff = "^0.12.10"
3333
codespell = "^2.4.1"
3434
mypy = "^1.17.1"
3535
pytest-mypy = ">=1.0.1"
@@ -43,17 +43,17 @@ optional = true
4343

4444
[tool.poetry.group.unit.dependencies]
4545
pytest-cov = ">=6.2.1"
46-
pytest = ">=6.2.5"
46+
pytest = ">=8.4.1"
4747
pytest-mock = ">=3.14.1"
48-
pyOpenSSL = ">=23.3.0"
48+
pyOpenSSL = ">=25.1.0"
4949
tox = "^4.28.4"
5050

5151
[tool.poetry.group.integration]
5252
optional = true
5353

5454
[tool.poetry.group.integration.dependencies]
5555
pytest-cov = ">=6.2.1"
56-
pytest = ">=6.2.5"
56+
pytest = ">=8.4.1"
5757
tox = "^4.28.4"
5858

5959
[build-system]

0 commit comments

Comments
 (0)