Skip to content

Commit

Permalink
Bump ruff in the production-dependencies group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 1 update in the / directory: [ruff](https://github.com/astral-sh/ruff).


Updates `ruff` from 0.4.4 to 0.5.0
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.4...0.5.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 28bc3a9 commit 81868ca
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
39 changes: 20 additions & 19 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{include = "styx", from = "src"}]

[tool.poetry.dependencies]
python = "^3.11"
ruff = "^0.4.4"
ruff = "^0.5.0"
tomli = "^2.0.1"
styxdefs = "^0.1.3"

Expand All @@ -18,7 +18,7 @@ pytest = "^8.2.0"
mypy = "^1.10.0"
pre-commit = "^3.7.0"
pytest-cov = "^5.0.0"
ruff = "^0.4.2"
ruff = "^0.5.0"

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

0 comments on commit 81868ca

Please sign in to comment.