Skip to content

Commit

Permalink
chore(deps): update dependency ruff to ^0.5.0 (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Jun 29, 2024
2 parents 26074b4 + 3d1a68f commit bb36ff8
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 60 deletions.
39 changes: 20 additions & 19 deletions python/example-pytest-selfie/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 python/example-pytest-selfie/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python = "^3.9"
openai = "^1.0.0"

[tool.poetry.group.dev.dependencies]
ruff = "^0.4.0"
ruff = "^0.5.0"
pyright = "^1.1.350"
pytest = "^8.0.0"
selfie-lib = { path = "../selfie-lib", develop = true }
Expand Down
39 changes: 20 additions & 19 deletions python/pytest-selfie/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 python/pytest-selfie/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pytest = "^8.0.0"
selfie-lib = { path = "../selfie-lib", develop = true }

[tool.poetry.group.dev.dependencies]
ruff = "^0.4.0"
ruff = "^0.5.0"
pyright = "^1.1.350"
pytest = "^8.0.0"

Expand Down
39 changes: 20 additions & 19 deletions python/selfie-lib/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 python/selfie-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
python = "^3.9"

[tool.poetry.group.dev.dependencies]
ruff = "^0.4.0"
ruff = "^0.5.0"
pyright = "^1.1.350"
pytest = "^8.0.0"

Expand Down

0 comments on commit bb36ff8

Please sign in to comment.