aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-13 19:49:08 +0100
committerGravatar GitHub <[email protected]>2024-05-13 19:49:08 +0100
commit60897c1591141252e147c221d8b56af80759a06d (patch)
treee2dea31ef5e6b2372eaf425c5681f63702cee004
parentBump sentry-sdk from 2.0.1 to 2.1.1 (#1526) (diff)
Bump pre-commit from 3.7.0 to 3.7.1 (#1529)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> 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 4fe32e74..e9bbe86a 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1053,13 +1053,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4.3)", "pytest-
[[package]]
name = "pre-commit"
-version = "3.7.0"
+version = "3.7.1"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = false
python-versions = ">=3.9"
files = [
- {file = "pre_commit-3.7.0-py2.py3-none-any.whl", hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab"},
- {file = "pre_commit-3.7.0.tar.gz", hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"},
+ {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"},
+ {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"},
]
[package.dependencies]
@@ -1915,4 +1915,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "bb10b60f109d6c968d3192147dc08aaad4b873515f518325dfeca9511689fc8a"
+content-hash = "fc19f199755b81ad71617e01942622c7dcb2a74077b128a8b8a3f79aad528f7c"
diff --git a/pyproject.toml b/pyproject.toml
index 92b35fe8..2c783ef1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ pydantic-settings = "2.2.1"
[tool.poetry.dev-dependencies]
pip-licenses = "4.4.0"
-pre-commit = "3.7.0"
+pre-commit = "3.7.1"
python-dotenv = "1.0.1"
ruff = "0.3.7"
taskipy = "1.12.2"