Skip to content

Commit

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


Updates `ruff` from 0.6.3 to 0.6.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent eedd0b2 commit 0f8791a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ additional-keywords = ["youtube"]

[project.optional-dependencies]
scripts = ["invoke==2.2.0"]
lint = ["black==24.8.0", "ruff==0.6.3"]
lint = ["black==24.8.0", "ruff==0.6.4"]
check = ["pyright==1.1.379"]
test = ["pytest==8.3.2", "coverage==7.6.1"]
dev = [
Expand Down

0 comments on commit 0f8791a

Please sign in to comment.