diff options
author | 2023-05-05 11:24:53 +0000 | |
---|---|---|
committer | 2023-05-05 11:24:53 +0000 | |
commit | 321e6129c4f6b183e0e970c09b905bdc49466f0f (patch) | |
tree | 0696df959a1e12e8d27d97cabece15f022de6d80 | |
parent | Bump pip-licenses from 4.3.0 to 4.3.1 (#1264) (diff) |
Bump pre-commit from 3.3.0 to 3.3.1 (#1263)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.0 to 3.3.1.
- [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/v3.3.0...v3.3.1)
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 0a608a0e..ef41b4a5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1255,14 +1255,14 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2.1)", "pytes [[package]] name = "pre-commit" -version = "3.3.0" +version = "3.3.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.3.0-py2.py3-none-any.whl", hash = "sha256:7577a012399334d9f001873b5553f9fabc1ccc5b3e2b29e0793f84ce18e9d042"}, - {file = "pre_commit-3.3.0.tar.gz", hash = "sha256:06acda43a7b6b63fdcc29aa90bf1228cf4d4029a4e4d70971347a9d2593c94d4"}, + {file = "pre_commit-3.3.1-py2.py3-none-any.whl", hash = "sha256:218e9e3f7f7f3271ebc355a15598a4d3893ad9fc7b57fe446db75644543323b9"}, + {file = "pre_commit-3.3.1.tar.gz", hash = "sha256:733f78c9a056cdd169baa6cd4272d51ecfda95346ef8a89bf93712706021b907"}, ] [package.dependencies] @@ -1982,4 +1982,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "e8cd73c4ec35bb5a2decbda688e50dcac42397e1bff838ec52900b829dc89ab1" +content-hash = "b33205cd17b5dc018baa8044967f66ff5c16ce3f056dfc77cb4a91d23dbc9857" diff --git a/pyproject.toml b/pyproject.toml index b26c3913..10f50794 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ flake8-todo = "0.7" flake8-isort = "6.0.0" pep8-naming = "0.13.3" pip-licenses = "4.3.1" -pre-commit = "3.3.0" +pre-commit = "3.3.1" python-dotenv = "1.0.0" taskipy = "1.10.4" |