Skip to content

Commit

Permalink
[python ci] Update Python CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2024
1 parent efee79e commit cec1567
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 @@ -40,7 +40,7 @@ cosl = "*"
optional = true

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

[tool.poetry.group.lint]
optional = true
Expand All @@ -52,7 +52,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 cec1567

Please sign in to comment.