Skip to content

Commit 8c0c63d

Browse files
viraatcclaude
andauthored
chore(deps): consolidate dependabot updates and bump all dependencies (#266)
Bump all pending dependabot PRs in one commit and reconfigure dependabot to run weekly with max 1 open PR per ecosystem. - psutil 6.1.1 → 7.2.2 - transformers 4.57.1 → 5.4.0 - protobuf 6.33.5 → 7.34.1 - sphinx 8.2.3 → 9.1.0 - sphinx-rtd-theme 3.0.2 → 3.1.0 - sphinx-autodoc-typehints 3.1.0 → 3.9.11 - myst-parser 4.0.1 → 5.0.0 - pytest-cov 7.0.0 → 7.1.0 - scipy 1.16.3 → 1.17.1 - aiohttp 3.13.4 → 3.13.5 Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 096c868 commit 8c0c63d

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,23 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/"
55
schedule:
6-
interval: "daily"
7-
open-pull-requests-limit: 10
6+
interval: "weekly"
7+
day: "monday"
8+
open-pull-requests-limit: 1
89
labels: ["dependencies", "security"]
910

1011
- package-ecosystem: "github-actions"
1112
directory: "/"
1213
schedule:
13-
interval: "daily"
14+
interval: "weekly"
15+
day: "monday"
16+
open-pull-requests-limit: 1
1417
labels: ["dependencies", "ci"]
1518

1619
- package-ecosystem: "docker"
1720
directory: "/scripts"
1821
schedule:
19-
interval: "daily"
22+
interval: "weekly"
23+
day: "monday"
24+
open-pull-requests-limit: 1
2025
labels: ["dependencies", "docker"]

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
# Core Python dependencies
3030
"typing-extensions==4.15.0",
3131
# System utilities
32-
"psutil==6.1.1",
32+
"psutil==7.2.2",
3333
# Async and networking
3434
"pyzmq==27.1.0",
3535
"uvloop==0.22.1",
@@ -44,12 +44,12 @@ dependencies = [
4444
"cyclopts==4.10.0",
4545
"rich==14.3.3",
4646
# Needed for tokenization and OSL reporting
47-
"transformers==4.57.1",
47+
"transformers==5.4.0",
4848
"numpy==2.4.4",
4949
"datasets==4.8.4",
5050
"Pillow==12.1.1",
5151
"sentencepiece==0.2.1",
52-
"protobuf==6.33.5",
52+
"protobuf==7.34.1",
5353
"openai_harmony==0.0.8",
5454
# Color support for cross-platform terminals
5555
"colorama==0.4.6",
@@ -71,10 +71,10 @@ dev = [
7171
"line-profiler==5.0.2",
7272
"Pympler==1.1",
7373
# Documentation
74-
"sphinx==8.2.3",
75-
"sphinx-rtd-theme==3.0.2",
76-
"sphinx-autodoc-typehints==3.1.0",
77-
"myst-parser==4.0.1",
74+
"sphinx==9.1.0",
75+
"sphinx-rtd-theme==3.1.0",
76+
"sphinx-autodoc-typehints==3.9.11",
77+
"myst-parser==5.0.0",
7878
# Security auditing
7979
"pip-audit==2.10.0",
8080
]
@@ -84,17 +84,17 @@ test = [
8484
# Testing framework
8585
"pytest==9.0.2",
8686
"pytest-asyncio==1.3.0",
87-
"pytest-cov==7.0.0",
87+
"pytest-cov==7.1.0",
8888
"pytest-benchmark==5.2.3",
8989
"pytest-timeout==2.4.0",
9090
"pytest-xdist==3.8.0",
9191
# Test utilities
9292
"coverage==7.13.4",
9393
"line-profiler==5.0.2",
9494
"Pympler==1.1",
95-
"scipy==1.16.3",
95+
"scipy==1.17.1",
9696
# HTTP server and client for mock server fixture
97-
"aiohttp==3.13.4",
97+
"aiohttp==3.13.5",
9898
# Plotting for benchmark sweep mode
9999
"matplotlib==3.10.8",
100100
]

0 commit comments

Comments
 (0)