A simple, elegant counter with support for counting multiple things at once.
0

Configure Feed

Select the types of activity you want to include in your feed.

build(deps-dev): Bump pre-commit from 2.21.0 to 3.5.0

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.21.0 to 3.5.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.21.0...v3.5.0)

---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
GitHub
(May 6, 2024, 1:03 PM UTC) 9182a9ee 859ad5a7

+8 -7
+7 -6
poetry.lock
··· 1 - # This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. 1 + # This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. 2 2 3 3 [[package]] 4 4 name = "black" ··· 228 228 229 229 [[package]] 230 230 name = "pre-commit" 231 - version = "2.21.0" 231 + version = "3.5.0" 232 232 description = "A framework for managing and maintaining multi-language pre-commit hooks." 233 233 optional = false 234 - python-versions = ">=3.7" 234 + python-versions = ">=3.8" 235 235 files = [ 236 - {file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"}, 237 - {file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"}, 236 + {file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, 237 + {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, 238 238 ] 239 239 240 240 [package.dependencies] ··· 291 291 {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, 292 292 {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, 293 293 {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, 294 + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, 294 295 {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, 295 296 {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, 296 297 {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, ··· 386 387 [metadata] 387 388 lock-version = "2.0" 388 389 python-versions = "^3.8" 389 - content-hash = "4e5062c24e60808773bf605433cbc01ec5d7767252bb1344cf1b1d4d957738be" 390 + content-hash = "ae3a3bedcc9f67033353a09976c336fb32ba9e8e2316f6b7aad65ed67e90611c"
+1 -1
pyproject.toml
··· 16 16 [tool.poetry.group.dev.dependencies] 17 17 black = "^24.4.2" 18 18 pytest = "^7.4" 19 - pre-commit = "^2.21.0" 19 + pre-commit = ">=2.21,<4.0" 20 20 21 21 [build-system] 22 22 requires = ["poetry-core>=1.0.0"]