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 ec1dcef78..854149776 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1267,14 +1267,14 @@ testing = ["pytest", "pytest-benchmark"]
[[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]
@@ -2290,4 +2290,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "db1b8197ae0239e7918c449447c3891e07602834f85418c580157f2c4d9d37a8"
+content-hash = "93280c9c6329304376e0bd5c5ee22b8a92b8b1aadcda3a28c776f07ffaa63870"
diff --git a/pyproject.toml b/pyproject.toml
index e1b935d32..e609309f4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,7 +35,7 @@ pydantic = { version = "1.10.7", extras = ["dotenv"]}
coverage = "7.2.5"
httpx = "0.24.0"
isort = "5.12.0"
-pre-commit = "3.3.0"
+pre-commit = "3.3.1"
pip-licenses = "4.3.1"
pytest = "7.3.1"
pytest-cov = "4.0.0"