@@ -18,10 +18,10 @@ dependencies = [
1818 " packaging>=24.2,<25.1" ,
1919 " pydantic~=2.12.3" ,
2020 " pylint>=4,<4.1" ,
21- " python-json-logger~=4.0 .0" ,
21+ " python-json-logger~=4.1 .0" ,
2222 " PyYAML~=6.0.0" ,
2323 " toml~=0.10.2" ,
24- " tomlkit~=0.13 .0" ,
24+ " tomlkit~=0.14 .0" ,
2525 " wrapt~=1.17.0" ,
2626 " chardet~=5.2.0" ,
2727 " sarif-pydantic~=0.6.1" ,
@@ -53,42 +53,42 @@ get-hashes = 'codemodder.scripts.get_hashes:main'
5353
5454[project .optional-dependencies ]
5555semgrep = [
56- " semgrep>=1.144 ,<1.145 " ,
56+ " semgrep>=1.156 ,<1.157 " ,
5757]
5858test = [
5959 " azure-ai-inference>=1.0.0b1,<2.0" ,
60- " coverage>=7.12 ,<7.13 " ,
60+ " coverage>=7.13 ,<7.14 " ,
6161 " coverage-threshold~=0.4" ,
6262 " defusedxml==0.7.1" ,
6363 " types-defusedxml==0.7.0.20250822" ,
6464 " flask-wtf==1.2.2" ,
65- " types-WTForms==3.2.1.20250809 " ,
65+ " types-WTForms==3.2.1.20260312 " ,
6666 " Flask<4" ,
6767 " httpx~=0.27" ,
6868 " Jinja2~=3.1.2" ,
69- " jsonschema~=4.25 .0" ,
69+ " jsonschema~=4.26 .0" ,
7070 " lxml>=6.0.0,<6.1.0" ,
7171 " openai>=1.109,<1.110" ,
7272 " mock==5.2.*" ,
7373 " pre-commit<5" ,
74- " Pyjwt~=2.10.0 " ,
74+ " Pyjwt~=2.12.1 " ,
7575 " pytest>=8.2,<9" ,
7676 " pytest-asyncio~=1.0" ,
7777 " pytest-cov>=7,<8" ,
7878 " pytest-mock>=3.15,<3.16" ,
7979 " pytest-randomly==4.*" ,
8080 " pytest-xdist==3.*" ,
81- " requests~=2.32.1 " ,
81+ " requests~=2.33.0 " ,
8282 " security==1.3.1" ,
8383 " types-mock==5.2.*" ,
8484 " django>=4,<6" ,
8585 " numpy ==2.2.6; python_version == '3.10'" ,
86- " numpy ~= 2.3.0 ; python_version > '3.10'" ,
86+ " numpy ~=2.4.3 ; python_version > '3.10'" ,
8787 " flask_wtf~=1.2.0" ,
8888 " fickling~=0.1.0,>=0.1.3" ,
8989 " graphql-server~=3.0.0b9" ,
9090 " unidiff>=0.7.5" ,
91- " semgrep>=1.144 ,<1.145 " ,
91+ " semgrep>=1.156 ,<1.157 " ,
9292]
9393complexity = [
9494 " radon==6.0.*" ,
0 commit comments