Skip to content

Commit

Permalink
[python ci] Update Python CI dependencies (#186)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 16, 2024
1 parent e724d92 commit 6bb97d0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jsonschema = "*"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.3.2"
ruff = "^0.3.3"

[tool.poetry.group.lint]
optional = true
Expand All @@ -55,7 +55,7 @@ codespell = "^2.2.6"
optional = true

[tool.poetry.group.unit.dependencies]
coverage = {extras = ["toml"], version = "^7.4.3"}
coverage = {extras = ["toml"], version = "^7.4.4"}
pytest = "^8.1.1"
pytest-asyncio = "*"
jinja2 = "^3.1.3"
Expand Down

0 comments on commit 6bb97d0

Please sign in to comment.