Merge pull request #669 from GSA/dependabot/pip/pre-commit-3.6.0

Bump pre-commit from 3.5.0 to 3.6.0
This commit is contained in:
Steven Reilly
2023-12-12 14:32:49 -05:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -2975,13 +2975,13 @@ files = [
[[package]]
name = "pre-commit"
version = "3.5.0"
version = "3.6.0"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = false
python-versions = ">=3.8"
python-versions = ">=3.9"
files = [
{file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"},
{file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"},
{file = "pre_commit-3.6.0-py2.py3-none-any.whl", hash = "sha256:c255039ef399049a5544b6ce13d135caba8f2c28c3b4033277a788f434308376"},
{file = "pre_commit-3.6.0.tar.gz", hash = "sha256:d30bad9abf165f7785c15a21a1f46da7d0677cb00ee7ff4c579fd38922efe15d"},
]
[package.dependencies]
@@ -4691,4 +4691,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "2f094b0771e705551c8543445f4db1471269409117055d40768d81073f7ee70b"
content-hash = "e33c77f33cd844adfbd7dec68fc17744ab07387979b542cabfa0ae6f33bfbc4f"

View File

@@ -64,7 +64,7 @@ isort = "^5.13.1"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==4.2.11"
pip-audit = "*"
pre-commit = "^3.5.0"
pre-commit = "^3.6.0"
pytest = "^7.4.3"
pytest-env = "^1.1.3"
pytest-mock = "^3.12.0"