diff options
author | 2023-03-02 23:38:16 -0800 | |
---|---|---|
committer | 2023-03-02 23:38:16 -0800 | |
commit | 02c6957f87306eb0b5a1afd3c54e37fb38a4ebc4 (patch) | |
tree | 8b55735047f2081c1851fc0fb6ecb0a7f40a1b16 | |
parent | Bump sentry-sdk from 1.15.0 to 1.16.0 (#1220) (diff) |
Bump pre-commit from 3.1.0 to 3.1.1 (#1221)
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 d0b16a4c..03abe05a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1202,14 +1202,14 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2.1)", "pytes [[package]] name = "pre-commit" -version = "3.1.0" +version = "3.1.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.1.0-py2.py3-none-any.whl", hash = "sha256:7001dfcd174540658822b1fd3630ceadf4f41375a5d1844b5c3b3830f227348c"}, - {file = "pre_commit-3.1.0.tar.gz", hash = "sha256:61bd9f1b96d3d1e763f2a9a0f8522aed341646800642ff6803c73fac5781f5b7"}, + {file = "pre_commit-3.1.1-py2.py3-none-any.whl", hash = "sha256:b80254e60668e1dd1f5c03a1c9e0413941d61f568a57d745add265945f65bfe8"}, + {file = "pre_commit-3.1.1.tar.gz", hash = "sha256:d63e6537f9252d99f65755ae5b79c989b462d511ebbc481b561db6a297e1e865"}, ] [package.dependencies] @@ -1937,4 +1937,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "5c160ac2c350e6d48c4572751b131fe6b493aa5cf2a1f4643b56d7b74fea0bac" +content-hash = "2c3cdcdb06a11dfc9e5d5802145eeb6e435cc86c614e7e690069ca1bad87b69b" diff --git a/pyproject.toml b/pyproject.toml index a00645e9..bfb51044 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.1.0" +pre-commit = "3.1.1" python-dotenv = "1.0.0" taskipy = "1.10.3" |