Skip to content

Commit

Permalink
Bump pre-commit from 3.5.0 to 3.6.0
Browse files Browse the repository at this point in the history
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.5.0...v3.6.0)

---
updated-dependencies:
- dependency-name: pre-commit
  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 f7d8e23
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 @@ -110,7 +114,7 @@ plotly==5.17.0
# via -r requirements.dev.in
pluggy==1.3.0
# via pytest
pre-commit==3.5.0
pre-commit==3.6.0
# via -r requirements.dev.in
pyparsing==3.1.1
# via matplotlib
Expand Down Expand Up @@ -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 f7d8e23

Please sign in to comment.