Skip to content

Commit

Permalink
Package Update: Bump ruff from 0.0.290 to 0.1.6
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.290 to 0.1.6.
- [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.0.290...v0.1.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent bc26d54 commit efea224
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Flask ~= 3.0.0
flake8 ~= 6.1.0
pytest ~= 7.4.2
pytest-cov ~= 4.1.0
ruff ~= 0.0.290
ruff ~= 0.1.6
slack_bolt ~= 1.18.0
tabulate ~= 0.9.0
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ click==8.1.3
# black
# flask
coverage[toml]==7.0.4
# via pytest-cov
# via
# coverage
# pytest-cov
flake8==6.1.0
# via -r requirements.in
flask==3.0.0
Expand Down Expand Up @@ -52,7 +54,7 @@ pytest==7.4.2
# pytest-cov
pytest-cov==4.1.0
# via -r requirements.in
ruff==0.0.290
ruff==0.1.6
# via -r requirements.in
slack-bolt==1.18.0
# via -r requirements.in
Expand Down

0 comments on commit efea224

Please sign in to comment.