From 97244445ba3790c07fc9b519aec666514a2dfc7f Mon Sep 17 00:00:00 2001 From: Greg Christy <502871+gmc@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:57:40 -0700 Subject: [PATCH 1/2] Update dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d31b409b..b5dff4af 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,7 @@ updates: separator: "-" open-pull-requests-limit: 5 reviewers: - - "dbieber" + - "gmc" # Enable version updates for GitHub Actions - package-ecosystem: "github-actions" @@ -28,4 +28,4 @@ updates: separator: "-" open-pull-requests-limit: 5 reviewers: - - "dbieber" + - "gmc" From de24137b15f812abe2fa880f37145f71c90246d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:41:42 +0000 Subject: [PATCH 2/2] Update pytest requirement from <=8.1.1 to <=8.3.3 in /.github/scripts Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/1.0.0b3...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/requirements.txt b/.github/scripts/requirements.txt index 15d2b017..5b283d9a 100644 --- a/.github/scripts/requirements.txt +++ b/.github/scripts/requirements.txt @@ -3,7 +3,7 @@ setuptools <=69.2.0 ; python_version >= '3.8' pip <23.0 ; python_version == '2.7' pip ; python_version >= '3.5' pylint <2.15.10 -pytest <=8.1.1 +pytest <=8.3.3 pytest-pylint <=1.1.2 pytest-runner <7.0.0 termcolor <2.5.0