From 27a98513803c9bb1c96c1cd3bfd149b94e8ed59d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 30 Jul 2024 08:52:40 +0000
Subject: [PATCH] Upgrade: [dependabot] - bump pre-commit from 3.7.1 to 3.8.0
(#585)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.1
to 3.8.0.
Release notes
Sourced from pre-commit's
releases.
pre-commit v3.8.0
Features
- Implement health checks for
language: r
so environments
are recreated if the system version of R changes.
Changelog
Sourced from pre-commit's
changelog.
3.8.0 - 2024-07-28
Features
- Implement health checks for
language: r
so environments
are recreated if
the system version of R changes.
Commits
d46423f
v3.8.0
8133abd
Merge pull request #3265
from lorenzwalthert/issue-3206
da0c1d0
implement health check for language:r
f641f6a
Merge pull request #3264
from pre-commit/pre-commit-ci-update-config
a68a19d
fixes for mypy 1.11
88317dd
[pre-commit.ci] pre-commit autoupdate
faa6f8c
Merge pull request #3244
from pre-commit/pre-commit-ci-update-config
f632459
[pre-commit.ci] pre-commit autoupdate
0252908
Merge pull request #3240
from pre-commit/pre-commit-ci-update-config
69b5dce
[pre-commit.ci] pre-commit autoupdate
- Additional commits viewable in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pre-commit&package-manager=pip&previous-version=3.7.1&new-version=3.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jack Spagnoli
---
poetry.lock | 8 ++++----
pyproject.toml | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 9a40626a0..a52eeae88 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1024,13 +1024,13 @@ files = [
[[package]]
name = "pre-commit"
-version = "3.7.1"
+version = "3.8.0"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = false
python-versions = ">=3.9"
files = [
- {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"},
+ {file = "pre_commit-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"},
+ {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"},
]
[package.dependencies]
@@ -1736,4 +1736,4 @@ termcolor = ">=2.3,<3.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
-content-hash = "e235bd1f902e1f10d0f77ca5fbdb9f1550a4535fcfd4169524fc483e0bf78b1a"
+content-hash = "63f036797cb44d7c63819be45761cd67f42a37ee44bf57de2002f787f61840a2"
diff --git a/pyproject.toml b/pyproject.toml
index 983c2fc35..09ba22c79 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ gitpython = "^3.1.42"
requests = "^2.32.3"
boto3 = "^1.34.149"
argparse = "^1.4.0"
-pre-commit = "^3.7.1"
+pre-commit = "^3.8.0"
pytest = "^8.3.2"
cfn-lint = "^1.8.2"
pyjwt = {extras = ["crypto"], version = "^2.8.0"}
@@ -43,7 +43,7 @@ proxygen-cli = "^2.1.14"
[tool.poetry.scripts]
[tool.poetry.group.dev.dependencies]
-pre-commit = "^3.7.1"
+pre-commit = "^3.8.0"
cfn-lint = "^1.8.2"
black = "^24.4.2"
flake8 = "^7.1.0"