We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a906e6 commit d4e7d5dCopy full SHA for d4e7d5d
pyproject.toml
@@ -21,7 +21,7 @@ dependencies = [
21
"pylint>=3.3,<3.4",
22
"python-json-logger~=3.3.0",
23
"PyYAML~=6.0.0",
24
- "semgrep>=1.118,<1.119",
+ "semgrep>=1.119,<1.120",
25
"toml~=0.10.2",
26
"tomlkit~=0.13.0",
27
"wrapt~=1.17.0",
@@ -65,7 +65,7 @@ test = [
65
"Jinja2~=3.1.2",
66
"jsonschema~=4.23.0",
67
"lxml>=5.3.0,<6.0.0",
68
- "openai>=1.74,<1.75",
+ "openai>=1.75,<1.76",
69
"mock==5.2.*",
70
"pre-commit<5",
71
"Pyjwt~=2.10.0",
@@ -90,7 +90,7 @@ complexity = [
90
"xenon==0.9.*",
91
]
92
openai = [
93
94
95
azure = [
96
"azure-ai-inference>=1.0.0b1,<2.0",
0 commit comments