Skip to content

Commit

Permalink
Merge pull request #6 from cmi-dair/dependabot/pip/ruff-0.1.9
Browse files Browse the repository at this point in the history
Bump ruff from 0.1.8 to 0.1.9
  • Loading branch information
nx10 authored Jan 2, 2024
2 parents 639c86c + eca8249 commit 3ee05dd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ updates:
interval: monthly
groups:
production-dependencies:
dependency-type: "production"
dependency-type: production
development-dependencies:
dependency-type: "development"
dependency-type: development
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down
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 @@ -16,7 +16,7 @@ pytest = "^7.4.3"
mypy = "^1.7.1"
pre-commit = "^3.5.0"
pytest-cov = "^4.1.0"
ruff = "^0.1.7"
ruff = "^0.1.9"

[tool.poetry.group.docs.dependencies]
pdoc = "^14.1.0"
Expand Down

0 comments on commit 3ee05dd

Please sign in to comment.