aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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"