From f871be20c65aadc469b872b007ace79858dc78f0 Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Wed, 27 Mar 2024 12:33:39 -0400 Subject: [PATCH] March 2024 Dependency Updates (#2032) * adding dependabot update. updating deps. * updating actions dep schedule and assignment. --- .github/dependabot.yml | 13 ++++++++++++- .pre-commit-config.yaml | 2 +- requirements.txt | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 46d6c9e3..1421753d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,18 @@ version: 2 updates: - package-ecosystem: pip - directory: / + directory: "/" + schedule: + interval: monthly + time: '02:00' + timezone: America/New_York + labels: + - dependencies + target-branch: master + assignees: + - "danner26" + - package-ecosystem: "github-actions" + directory: "/" schedule: interval: monthly time: '02:00' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a15bd7f..ef0e40df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: yamlfmt args: [--mapping, '2', --sequence, '4', --offset, '2'] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint name: Lint YAML files diff --git a/requirements.txt b/requirements.txt index 60ef7899..5f246eda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ jsondiff==2.0.0 pre-commit==3.6.0 pytest==7.4.4 PyYAML==6.0.1 -yamllint==1.33.0 -gitpython==3.1.41 +yamllint==1.35.1 +gitpython==3.1.42 psutil==5.9.8