File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ get-hashes = 'codemodder.scripts.get_hashes:main'
5252
5353[project .optional-dependencies ]
5454semgrep = [
55- " semgrep>=1.126 ,<1.127 " ,
55+ " semgrep>=1.127 ,<1.128 " ,
5656]
5757test = [
5858 " azure-ai-inference>=1.0.0b1,<2.0" ,
@@ -67,7 +67,7 @@ test = [
6767 " Jinja2~=3.1.2" ,
6868 " jsonschema~=4.24.0" ,
6969 " lxml>=6.0.0,<6.1.0" ,
70- " openai>=1.90 ,<1.91 " ,
70+ " openai>=1.92 ,<1.93 " ,
7171 " mock==5.2.*" ,
7272 " pre-commit<5" ,
7373 " Pyjwt~=2.10.0" ,
@@ -81,20 +81,20 @@ test = [
8181 " security==1.3.1" ,
8282 " types-mock==5.2.*" ,
8383 " django>=4,<6" ,
84- " numpy ==2.2.6 ; python_version == '3.10'" ,
84+ " numpy ==2.3.1 ; python_version == '3.10'" ,
8585 " numpy ~= 2.3.0; python_version > '3.10'" ,
8686 " flask_wtf~=1.2.0" ,
8787 " fickling~=0.1.0,>=0.1.3" ,
8888 " graphql-server~=3.0.0b7" ,
8989 " unidiff>=0.7.5" ,
90- " semgrep>=1.126 ,<1.127 " ,
90+ " semgrep>=1.127 ,<1.128 " ,
9191]
9292complexity = [
9393 " radon==6.0.*" ,
9494 " xenon==0.9.*" ,
9595]
9696openai = [
97- " openai>=1.90 ,<1.91 " ,
97+ " openai>=1.92 ,<1.93 " ,
9898]
9999azure = [
100100 " azure-ai-inference>=1.0.0b1,<2.0" ,
You can’t perform that action at this time.
0 commit comments