We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ebd3f commit 5a8a0f5Copy full SHA for 5a8a0f5
pyproject.toml
@@ -16,7 +16,8 @@ dependencies = [
16
"isort>=5.12,<6.1",
17
"libcst>=1.7,<1.8",
18
"packaging>=23.2,<25.0",
19
- "pydantic~=2.11.3",
+ # do not update pydantic due to inconsistent test failures
20
+ "pydantic~=2.10.6",
21
"pylint>=3.3,<3.4",
22
"python-json-logger~=3.3.0",
23
"PyYAML~=6.0.0",
renovate.json
@@ -3,5 +3,11 @@
3
"extends": [
4
"config:recommended",
5
"group:allNonMajor"
6
+ ],
7
+ "packageRules": [
8
+ {
9
+ "matchPackageNames": ["pydantic"],
10
+ "enabled": false
11
+ }
12
]
13
}
0 commit comments