Skip to content

Commit

Permalink
chore(deps): bump ruff from 0.4.2 to 0.4.3 in the pip group (#251)
Browse files Browse the repository at this point in the history
Bumps the pip group with 1 update: [ruff](https://github.com/astral-sh/ruff).


Updates `ruff` from 0.4.2 to 0.4.3
- [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.2...v0.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 8c1a9e0 commit 4d5f3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
]

[project.optional-dependencies]
dev = ["flake8", "ruff == 0.4.2", "pytest"]
dev = ["flake8", "ruff == 0.4.3", "pytest"]

[project.scripts]
gyp = "gyp:script_main"
Expand Down

0 comments on commit 4d5f3be

Please sign in to comment.