Skip to content

Commit a46edbd

Browse files
committed
add setuptools to dev dependencies, zizmor suggested changes
Signed-off-by: Trevor James Smith <[email protected]>
1 parent 253dc21 commit a46edbd

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ updates:
1313
actions:
1414
patterns:
1515
- "*"
16+
cooldown:
17+
default-days: 7
1618

1719
- package-ecosystem: pip
1820
directory: /
@@ -25,3 +27,5 @@ updates:
2527
python:
2628
patterns:
2729
- "pyproject.toml"
30+
cooldown:
31+
default-days: 7

.github/workflows/testdata-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
if: |
2020
(github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name)
2121
permissions:
22+
# Needed in order to leave comments on pull requests
2223
pull-requests: write
2324
steps:
2425
- name: Harden Runner

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ dev = [
8585
"pytest-xdist >=3.2.0",
8686
"requests >=2.32.2",
8787
"ruff >=0.14.3",
88+
"setuptools >=71.0.0",
8889
"tox >=4.30.3",
8990
"vulture >=2.14",
9091
"watchdog >=4.0.0"

0 commit comments

Comments
 (0)