March 2024 Dependency Updates (#2032)

* adding dependabot update. updating deps.

* updating actions dep schedule and assignment.
This commit is contained in:
Daniel W. Anner 2024-03-27 12:33:39 -04:00 committed by GitHub
parent 91d3253bad
commit f871be20c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 4 deletions

View File

@ -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'

View File

@ -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

View File

@ -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