Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 16, 2024
1 parent 7cd0af5 commit e429538
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ repos:
# Ruff
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: v0.8.2
rev: v0.8.3
hooks:
- id: ruff
12 changes: 6 additions & 6 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ poetry = "^1.2.0b2"
"fmn-messages" = {path = "./fmn-messages", develop = true}
black = "^24.0.0"
pytest = "^7.1.2 || ^8.0.0"
pytest-asyncio = "^0.18.3 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.23.0 || ^0.24.0"
pytest-asyncio = "^0.18.3 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.23.0 || ^0.24.0 || ^0.25.0"
pytest-cov = "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
coverage = {extras = ["toml"], version = ">=7.0.0"}
tox = "^3.25.1 || ^4.0.0"
Expand Down

0 comments on commit e429538

Please sign in to comment.