Skip to content

Commit

Permalink
Merge pull request #313 from IQTLabs/dependabot/pip/ruff-0.1.14
Browse files Browse the repository at this point in the history
Bump ruff from 0.1.13 to 0.1.14
  • Loading branch information
rashley-iqt authored Jan 24, 2024
2 parents fd7051a + 640694b commit a102046
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 @@ -36,7 +36,7 @@ protobuf = "^4.25.2"
pytest = { version = "7.4.4", optional = true, extras = ["test"] }
pytest-cov = { version = "4.1.0", optional = true, extras = ["test"] }
pdbpp = {version = "^0.10.3", optional = true, extras = ["test"]}
ruff = {version = "^0.1.13", optional = true, extras = ["test"]}
ruff = {version = "^0.1.14", optional = true, extras = ["test"]}
black = {version = "^23.12.1", optional = true, extras = ["test"]}
pyright = {version = "^1.1.333", optional = true, extras = ["test"]}

Expand Down

0 comments on commit a102046

Please sign in to comment.