diff --git a/pyproject.toml b/pyproject.toml index f6dd8cc1..59f84c95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,10 +18,10 @@ dependencies = [ "packaging>=24.2,<25.1", "pydantic~=2.12.3", "pylint>=4,<4.1", - "python-json-logger~=4.0.0", + "python-json-logger~=4.1.0", "PyYAML~=6.0.0", "toml~=0.10.2", - "tomlkit~=0.13.0", + "tomlkit~=0.14.0", "wrapt~=1.17.0", "chardet~=5.2.0", "sarif-pydantic~=0.6.1", @@ -53,42 +53,42 @@ get-hashes = 'codemodder.scripts.get_hashes:main' [project.optional-dependencies] semgrep = [ - "semgrep>=1.144,<1.145", + "semgrep>=1.156,<1.157", ] test = [ "azure-ai-inference>=1.0.0b1,<2.0", - "coverage>=7.12,<7.13", + "coverage>=7.13,<7.14", "coverage-threshold~=0.4", "defusedxml==0.7.1", "types-defusedxml==0.7.0.20250822", "flask-wtf==1.2.2", - "types-WTForms==3.2.1.20250809", + "types-WTForms==3.2.1.20260312", "Flask<4", "httpx~=0.27", "Jinja2~=3.1.2", - "jsonschema~=4.25.0", + "jsonschema~=4.26.0", "lxml>=6.0.0,<6.1.0", "openai>=1.109,<1.110", "mock==5.2.*", "pre-commit<5", - "Pyjwt~=2.10.0", + "Pyjwt~=2.12.1", "pytest>=8.2,<9", "pytest-asyncio~=1.0", "pytest-cov>=7,<8", "pytest-mock>=3.15,<3.16", "pytest-randomly==4.*", "pytest-xdist==3.*", - "requests~=2.32.1", + "requests~=2.33.0", "security==1.3.1", "types-mock==5.2.*", "django>=4,<6", "numpy ==2.2.6; python_version == '3.10'", - "numpy ~= 2.3.0; python_version > '3.10'", + "numpy ~=2.4.4; python_version > '3.10'", "flask_wtf~=1.2.0", "fickling~=0.1.0,>=0.1.3", "graphql-server~=3.0.0b9", "unidiff>=0.7.5", - "semgrep>=1.144,<1.145", + "semgrep>=1.156,<1.157", ] complexity = [ "radon==6.0.*",