diff options
author | 2023-01-31 17:58:38 +0000 | |
---|---|---|
committer | 2023-01-31 17:58:38 +0000 | |
commit | 32fba6ccfb5d270a1ab5cf60179397f745b82a28 (patch) | |
tree | 25f08a1546074da1df93eb9da9957798d4b644d6 | |
parent | Merge pull request #1187 from thurisatic/holiday-react (diff) |
Bump pre-commit from 3.0.1 to 3.0.2 (#1200)
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 ce79ef27..e4cd7fdf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1202,14 +1202,14 @@ test = ["appdirs (==1.4.4)", "pytest (>=7.2)", "pytest-cov (>=4)", "pytest-mock [[package]] name = "pre-commit" -version = "3.0.1" +version = "3.0.2" 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.0.1-py2.py3-none-any.whl", hash = "sha256:61ecb75e0e99939cc30c79181c0394545657855e9172c42ff98ebecb0e02fcb7"}, - {file = "pre_commit-3.0.1.tar.gz", hash = "sha256:3a3f9229e8c19a626a7f91be25b3c8c135e52de1a678da98eb015c0d0baea7a5"}, + {file = "pre_commit-3.0.2-py2.py3-none-any.whl", hash = "sha256:f448d5224c70e196a6c6f87961d2333dfdc49988ebbf660477f9efe991c03597"}, + {file = "pre_commit-3.0.2.tar.gz", hash = "sha256:aa97fa71e7ab48225538e1e91a6b26e483029e6de64824f04760c32557bc91d7"}, ] [package.dependencies] @@ -1935,4 +1935,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "8649bbab7ac0bcab9b138b97a009be736fb4236703a107de1d783262a92810a4" +content-hash = "4b70da5496cf0a5132377e66be6fc1e277ae4f60f126b84f42b02a60c8783031" diff --git a/pyproject.toml b/pyproject.toml index 3bae939b..bb7b0658 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ flake8-todo = "0.7" flake8-isort = "6.0.0" pep8-naming = "0.13.3" pip-licenses = "4.0.3" -pre-commit = "3.0.1" +pre-commit = "3.0.2" python-dotenv = "0.21.1" taskipy = "1.10.3" |