Skip to content

Commit 009d380

Browse files
Update all non-major dependencies
1 parent c8a90b2 commit 009d380

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ get-hashes = 'codemodder.scripts.get_hashes:main'
5151

5252
[project.optional-dependencies]
5353
semgrep = [
54-
"semgrep>=1.134,<1.135",
54+
"semgrep>=1.136,<1.137",
5555
]
5656
test = [
5757
"azure-ai-inference>=1.0.0b1,<2.0",
@@ -66,14 +66,14 @@ test = [
6666
"Jinja2~=3.1.2",
6767
"jsonschema~=4.25.0",
6868
"lxml>=6.0.0,<6.1.0",
69-
"openai>=1.102,<1.103",
69+
"openai>=1.107,<1.108",
7070
"mock==5.2.*",
7171
"pre-commit<5",
7272
"Pyjwt~=2.10.0",
7373
"pytest>=8.2,<9",
7474
"pytest-asyncio~=1.0",
7575
"pytest-cov>=6.1,<7",
76-
"pytest-mock>=3.12,<3.15",
76+
"pytest-mock>=3.15,<3.16",
7777
"pytest-randomly==3.*",
7878
"pytest-xdist==3.*",
7979
"requests~=2.32.1",
@@ -86,14 +86,14 @@ test = [
8686
"fickling~=0.1.0,>=0.1.3",
8787
"graphql-server~=3.0.0b9",
8888
"unidiff>=0.7.5",
89-
"semgrep>=1.134,<1.135",
89+
"semgrep>=1.136,<1.137",
9090
]
9191
complexity = [
9292
"radon==6.0.*",
9393
"xenon==0.9.*",
9494
]
9595
openai = [
96-
"openai>=1.102,<1.103",
96+
"openai>=1.107,<1.108",
9797
]
9898
azure = [
9999
"azure-ai-inference>=1.0.0b1,<2.0",

0 commit comments

Comments
 (0)