Skip to content

Commit 66273de

Browse files
committed
Merge branch 'main' into pydantic-fastapi-flask
2 parents 6ea50e1 + 082ddb2 commit 66273de

File tree

3 files changed

+46
-67
lines changed

3 files changed

+46
-67
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
commit-message:
13+
prefix: "chore"
1214
- package-ecosystem: "uv" # See documentation for possible values
1315
directory: "/" # Location of package manifests
1416
schedule:
1517
interval: "weekly"
18+
commit-message:
19+
prefix: "chore"
1620
- package-ecosystem: "nuget" # See documentation for possible values
1721
directory: "/" # Location of package manifests
1822
schedule:
1923
interval: "weekly"
24+
commit-message:
25+
prefix: "chore"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Homepage = "https://fable.io"
1515

1616
[dependency-groups]
1717
dev = [
18-
"pytest>=6.2.4,<7",
18+
"pytest>=6.2.4,<10",
1919
"ruff>=0.14.0",
2020
"pydantic>=2.0.0",
2121
"httpx>=0.28.1",

0 commit comments

Comments
 (0)