diff options
| author | 2024-02-14 19:23:03 -0800 | |
|---|---|---|
| committer | 2024-02-14 19:23:03 -0800 | |
| commit | c1cdcab34c14454406631eedd8ef6225aa53c5f2 (patch) | |
| tree | dbd3059989605504e1d9a659b51de31e805dee21 | |
| parent | Merge pull request #1234 from python-discord/dependabot/pip/sentry-sdk-1.40.4 (diff) | |
| parent | Bump pre-commit from 3.6.0 to 3.6.1 (diff) | |
Merge pull request #1230 from python-discord/dependabot/pip/pre-commit-3.6.1
Diffstat (limited to '')
| -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 9171b5e3..c8b12f0d 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.0" +version = "3.6.1"  description = "A framework for managing and maintaining multi-language pre-commit hooks."  optional = false  python-versions = ">=3.9"  files = [ -    {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"}, +    {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"},  ]  [package.dependencies] @@ -1215,4 +1215,4 @@ brotli = ["Brotli"]  [metadata]  lock-version = "2.0"  python-versions = "3.11.*" -content-hash = "a6592d88a05dbc802f38130657f64fe2a5901cb964ec7cafa3603c6e7504273a" +content-hash = "909c3dd48da6d0ba29d0b345cd5b6f19c7884c65dec2b14737181e2a9e73e017" diff --git a/pyproject.toml b/pyproject.toml index 027abf1c..f2a0a5da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ taskipy = "1.12.2"  ruff = "0.2.1"  [tool.poetry.group.lint.dependencies] -pre-commit = "3.6.0" +pre-commit = "3.6.1"  [tool.poetry.group.test.dependencies]  coverage = "7.4.1"  |