Skip to content

Commit 2f7d306

Browse files
[python ci] Update Python CI dependencies (#274)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 14a3e7a commit 2f7d306

File tree

2 files changed

+27
-26
lines changed

2 files changed

+27
-26
lines changed

poetry.lock

Lines changed: 23 additions & 22 deletions
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
@@ -41,7 +41,7 @@ optional = true
4141

4242
[tool.poetry.group.format.dependencies]
4343
black = "^23.12.1"
44-
ruff = "^0.1.13"
44+
ruff = "^0.1.14"
4545

4646
[tool.poetry.group.lint]
4747
optional = true
@@ -53,11 +53,11 @@ codespell = "^2.2.6"
5353
optional = true
5454

5555
[tool.poetry.group.unit.dependencies]
56-
coverage = {extras = ["toml"], version = "^7.3.2"}
57-
pytest = "^7.4.0"
56+
coverage = {extras = ["toml"], version = "^7.4.0"}
57+
pytest = "^7.4.4"
5858
pytest-asyncio = "*"
5959
parameterized = "^0.9.0"
60-
jsonschema = "^4.21.0"
60+
jsonschema = "^4.21.1"
6161
jinja2 = "^3.1.3"
6262

6363
[tool.poetry.group.integration]

0 commit comments

Comments
 (0)