aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-05 21:34:52 +0100
committerGravatar GitHub <[email protected]>2023-09-05 21:34:52 +0100
commitdc718243f9603b75a8afd63f6b580d57bbde9f13 (patch)
tree55508f9cc04cf65d4603d5ba785d1c10ce06ea2c
parentbuild(deps-dev): bump ruff from 0.0.285 to 0.0.287 (#103) (diff)
build(deps-dev): bump pre-commit from 3.3.3 to 3.4.0 (#104)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.3 to 3.4.0. - [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.3.3...v3.4.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... 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 cff0ac8..a340cee 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -888,13 +888,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co
[[package]]
name = "pre-commit"
-version = "3.3.3"
+version = "3.4.0"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = false
python-versions = ">=3.8"
files = [
- {file = "pre_commit-3.3.3-py2.py3-none-any.whl", hash = "sha256:10badb65d6a38caff29703362271d7dca483d01da88f9d7e05d0b97171c136cb"},
- {file = "pre_commit-3.3.3.tar.gz", hash = "sha256:a2256f489cd913d575c145132ae196fe335da32d91a8294b7afe6622335dd023"},
+ {file = "pre_commit-3.4.0-py2.py3-none-any.whl", hash = "sha256:96d529a951f8b677f730a7212442027e8ba53f9b04d217c4c67dc56c393ad945"},
+ {file = "pre_commit-3.4.0.tar.gz", hash = "sha256:6bbd5129a64cad4c0dfaeeb12cd8f7ea7e15b77028d985341478c8af3c759522"},
]
[package.dependencies]
@@ -1553,4 +1553,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "5604ed3740273b120636ae79041d80c2f9f7d37983cfadfc3226386d84ad442a"
+content-hash = "f18638431d44e1181687c6ba152baf6ea07ff4ec80b0bf33e897f9bed5631edf"
diff --git a/pyproject.toml b/pyproject.toml
index 73e020f..e03a923 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@ jishaku = "2.5.1"
black = "23.7.0"
taskipy = "1.12.0"
ruff = "0.0.287"
-pre-commit = "3.3.3"
+pre-commit = "3.4.0"
[tool.taskipy.tasks]
start = "python -m arthur"