Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dorschw committed Aug 12, 2023
1 parent 1b6111a commit 31688e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[tool.poetry]
name = "riff"
version = "0.0.284a1"
description = "Run ruff, but only fail on modified git-diff lines"
description = "Run ruff, but only fail on modified lines."
authors = ["dorschw <[email protected]>"]
license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
ruff = "==0.0.284"
typer = "^0.9.0"
typer = ">=0.7.0"
unidiff = "^0.7.5"
loguru = "^0.7.0"
gitpython = "^3.1.32"
gitpython = "^3.1.27"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 31688e5

Please sign in to comment.