File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ dependencies = [
1616 " isort>=5.12,<6.1" ,
1717 " libcst>=1.7,<1.8" ,
1818 " packaging>=23.2,<25.0" ,
19- " pydantic~=2.10 .1" ,
19+ " pydantic~=2.11 .1" ,
2020 " pylint>=3.3,<3.4" ,
2121 " python-json-logger~=3.3.0" ,
2222 " PyYAML~=6.0.0" ,
23- " semgrep>=1.114 ,<1.115 " ,
23+ " semgrep>=1.116 ,<1.117 " ,
2424 " toml~=0.10.2" ,
2525 " tomlkit~=0.13.0" ,
2626 " wrapt~=1.17.0" ,
@@ -51,24 +51,24 @@ get-hashes = 'codemodder.scripts.get_hashes:main'
5151[project .optional-dependencies ]
5252test = [
5353 " azure-ai-inference>=1.0.0b1,<2.0" ,
54- " coverage>=7.7 ,<7.8 " ,
54+ " coverage>=7.8 ,<7.9 " ,
5555 " coverage-threshold~=0.4" ,
5656 " defusedxml==0.7.1" ,
5757 " types-defusedxml==0.7.0.20240218" ,
5858 " flask-wtf==1.2.2" ,
59- " types-WTForms==3.2.1.20250304 " ,
59+ " types-WTForms==3.2.1.20250401 " ,
6060 " Flask<4" ,
6161 " httpx~=0.27" ,
6262 " Jinja2~=3.1.2" ,
6363 " jsonschema~=4.23.0" ,
6464 " lxml>=5.3.0,<6.0.0" ,
65- " openai>=1.68 ,<1.69 " ,
65+ " openai>=1.70 ,<1.71 " ,
6666 " mock==5.2.*" ,
6767 " pre-commit<5" ,
6868 " Pyjwt~=2.10.0" ,
6969 " pytest>=8.2,<9" ,
7070 " pytest-asyncio~=0.23" ,
71- " pytest-cov>=4 .1,<6.1 " ,
71+ " pytest-cov>=6 .1,<7 " ,
7272 " pytest-mock>=3.12,<3.15" ,
7373 " pytest-randomly==3.*" ,
7474 " pytest-xdist==3.*" ,
@@ -86,7 +86,7 @@ complexity = [
8686 " xenon==0.9.*" ,
8787]
8888openai = [
89- " openai>=1.68 ,<1.69 " ,
89+ " openai>=1.70 ,<1.71 " ,
9090]
9191azure = [
9292 " azure-ai-inference>=1.0.0b1,<2.0" ,
You can’t perform that action at this time.
0 commit comments