Skip to content

Commit 727ab64

Browse files
Update Python dependencies (#172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 432391e commit 727ab64

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

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

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

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

3131
[tool.poetry.group.lint.dependencies]
32-
ruff = "^0.15.0"
32+
ruff = "^0.15.1"
3333
codespell = "^2.4.1"
3434
mypy = "^1.19.1"
3535
pytest-mypy = ">=1.0.1"
@@ -46,15 +46,15 @@ pytest-cov = ">=7.0.0"
4646
pytest = "^9.0.2"
4747
pytest-mock = ">=3.15.1"
4848
pyOpenSSL = ">=25.3.0"
49-
tox = "^4.34.1"
49+
tox = "^4.35.0"
5050

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

5454
[tool.poetry.group.integration.dependencies]
5555
pytest-cov = ">=7.0.0"
5656
pytest = "^9.0.2"
57-
tox = "^4.34.1"
57+
tox = "^4.35.0"
5858

5959
[build-system]
6060
requires = ["poetry-core"]

0 commit comments

Comments
 (0)