aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-09 17:46:14 +0000
committerGravatar GitHub <[email protected]>2023-02-09 17:46:14 +0000
commit5749d0a8328eb8ab72f0bb0a6cef65991e058467 (patch)
tree1cf066cf566cfd0b123488b6c70dbeddacf537a6
parentBump sentry-sdk from 1.14.0 to 1.15.0 (#1206) (diff)
Bump pre-commit from 3.0.2 to 3.0.4 (#1205)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 507579e2..e042da70 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.2"
+version = "3.0.4"
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.2-py2.py3-none-any.whl", hash = "sha256:f448d5224c70e196a6c6f87961d2333dfdc49988ebbf660477f9efe991c03597"},
- {file = "pre_commit-3.0.2.tar.gz", hash = "sha256:aa97fa71e7ab48225538e1e91a6b26e483029e6de64824f04760c32557bc91d7"},
+ {file = "pre_commit-3.0.4-py2.py3-none-any.whl", hash = "sha256:9e3255edb0c9e7fe9b4f328cb3dc86069f8fdc38026f1bf521018a05eaf4d67b"},
+ {file = "pre_commit-3.0.4.tar.gz", hash = "sha256:bc4687478d55578c4ac37272fe96df66f73d9b5cf81be6f28627d4e712e752d5"},
]
[package.dependencies]
@@ -1936,4 +1936,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "1617bb09a1683226ffcb75d7667fd94009dd4926a89156e06a0d131c70f602f2"
+content-hash = "39fade83bea2f10b553927cb8f73d05aa4e45950a86ebba2a8887e586c791e4d"
diff --git a/pyproject.toml b/pyproject.toml
index c3d36c22..60877501 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.2"
+pre-commit = "3.0.4"
python-dotenv = "0.21.1"
taskipy = "1.10.3"