Skip to content

Commit

Permalink
chore(dev): update dependency ruff to v0.3.7 (#401)
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 Apr 12, 2024
1 parent e346dca commit 1db2d4c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ coverage = "==7.4.4"
# linter and formatter
pre-commit = { version = "==3.7.0", markers = "implementation_name != 'pypy'", python = "^3.9" }
mypy = { version = "==1.9.0", markers = "implementation_name != 'pypy'", python = "^3.9" }
ruff = "0.3.5"
ruff = "0.3.7"

# stubs
types-requests = "==2.31.0.20240406"
Expand Down

0 comments on commit 1db2d4c

Please sign in to comment.