We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a41a51 commit 7509738Copy full SHA for 7509738
1 file changed
pyproject.toml
@@ -16,11 +16,11 @@ dependencies = [
16
"isort>=5.12,<6.1",
17
"libcst>=1.7,<1.8",
18
"packaging>=23.2,<25.0",
19
- "pydantic~=2.10.1",
+ "pydantic~=2.11.1",
20
"pylint>=3.3,<3.4",
21
"python-json-logger~=3.3.0",
22
"PyYAML~=6.0.0",
23
- "semgrep>=1.114,<1.115",
+ "semgrep>=1.116,<1.117",
24
"toml~=0.10.2",
25
"tomlkit~=0.13.0",
26
"wrapt~=1.17.0",
@@ -62,7 +62,7 @@ test = [
62
"Jinja2~=3.1.2",
63
"jsonschema~=4.23.0",
64
"lxml>=5.3.0,<6.0.0",
65
- "openai>=1.68,<1.69",
+ "openai>=1.70,<1.71",
66
"mock==5.2.*",
67
"pre-commit<5",
68
"Pyjwt~=2.10.0",
@@ -86,7 +86,7 @@ complexity = [
86
"xenon==0.9.*",
87
]
88
openai = [
89
90
91
azure = [
92
"azure-ai-inference>=1.0.0b1,<2.0",
0 commit comments