diff options
author | 2024-02-18 21:59:49 -0800 | |
---|---|---|
committer | 2024-02-18 21:59:49 -0800 | |
commit | f4d4fa7af2f99ef6215fe2a86d62e8cf8f9737c5 (patch) | |
tree | 4495e83f5ad873b6627a7ea06433b66b418e17a3 | |
parent | Merge pull request #1237 from python-discord/dependabot/pip/ruff-0.2.2 (diff) | |
parent | Bump pre-commit from 3.6.1 to 3.6.2 (diff) |
Merge pull request #1238 from python-discord/dependabot/pip/pre-commit-3.6.2
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index b5ccc49f..93beaa28 100644 --- a/poetry.lock +++ b/poetry.lock @@ -671,13 +671,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest- [[package]] name = "pre-commit" -version = "3.6.1" +version = "3.6.2" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.6.1-py2.py3-none-any.whl", hash = "sha256:9fe989afcf095d2c4796ce7c553cf28d4d4a9b9346de3cda079bcf40748454a4"}, - {file = "pre_commit-3.6.1.tar.gz", hash = "sha256:c90961d8aa706f75d60935aba09469a6b0bcb8345f127c3fbee4bdc5f114cf4b"}, + {file = "pre_commit-3.6.2-py2.py3-none-any.whl", hash = "sha256:ba637c2d7a670c10daedc059f5c49b5bd0aadbccfcd7ec15592cf9665117532c"}, + {file = "pre_commit-3.6.2.tar.gz", hash = "sha256:c3ef34f463045c88658c5b99f38c1e297abdcc0ff13f98d3370055fbbfabc67e"}, ] [package.dependencies] @@ -1215,4 +1215,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "91793fa816fe46c0399ccd88d19c50ab93dba5dd214cb832e78892253cfd70ab" +content-hash = "82692a305462d09bf9fe69403d0450beca41e8977731fe806c610f2d6776cfa6" diff --git a/pyproject.toml b/pyproject.toml index b1190c68..40969b27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ taskipy = "1.12.2" ruff = "0.2.2" [tool.poetry.group.lint.dependencies] -pre-commit = "3.6.1" +pre-commit = "3.6.2" [tool.poetry.group.test.dependencies] coverage = "7.4.1" |