Skip to content

Commit 1d1bf06

Browse files
authored
feat: Add dependabot config and update dependencies including httpx
feat: Add dependabot config and update dependencies including httpx
2 parents 9492ac8 + 5ca09d9 commit 1d1bf06

3 files changed

Lines changed: 95 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
labels:
8+
- "fix"
9+
commit-message:
10+
prefix: "fix: "
11+
open-pull-requests-limit: 5
12+
allow:
13+
- dependency-type: "all"
14+
- package-ecosystem: "uv"
15+
directory: "/"
16+
schedule:
17+
interval: "weekly"
18+
labels:
19+
- "fix"
20+
commit-message:
21+
prefix: "fix: "
22+
open-pull-requests-limit: 5
23+
allow:
24+
- dependency-type: "all"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ requires-python = ">=3.13"
77
dependencies = [
88
"black>=26.1.0",
99
"coverage>=7.13.2",
10+
"httpx>=0.28.1",
1011
"isort>=7.0.0",
1112
"loguru>=0.7.3",
1213
"pathlib>=1.0.1",
@@ -40,4 +41,4 @@ version_toml = ["pyproject.toml:project.version"]
4041
source = ["src"]
4142

4243
[tool.coverage.report]
43-
omit = ["tests/*"]
44+
omit = ["tests/*"]

uv.lock

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)