Skip to content

Commit

Permalink
Bump ruff from 0.0.292 to 0.1.7
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.292 to 0.1.7.
- [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.292...v0.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent a157d39 commit 48cee0d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ cycler==0.11.0
# via matplotlib
distlib==0.3.7
# via virtualenv
exceptiongroup==1.2.0
# via
# cattrs
# pytest
filelock==3.12.4
# via virtualenv
fiona==1.9.4.post1
Expand Down Expand Up @@ -136,7 +140,7 @@ requests==2.31.0
# requests-cache
requests-cache==1.1.0
# via -r requirements.dev.in
ruff==0.0.292
ruff==0.1.7
# via -r requirements.dev.in
schemdraw==0.17
# via -r requirements.dev.in
Expand All @@ -151,6 +155,17 @@ six==1.16.0
# url-normalize
tenacity==8.2.3
# via plotly
tomli==2.0.1
# via
# black
# build
# pip-tools
# pyproject-hooks
# pytest
typing-extensions==4.9.0
# via
# black
# cattrs
tzdata==2023.3
# via pandas
unidecode==1.3.7
Expand Down

0 comments on commit 48cee0d

Please sign in to comment.