From 40e4ef7b644ce02e5fe94d57d40dcd7f3323491e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 01:50:03 +0000 Subject: [PATCH] Update all non-major dependencies --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f6dd8cc1..e667233e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,11 +53,11 @@ get-hashes = 'codemodder.scripts.get_hashes:main' [project.optional-dependencies] semgrep = [ - "semgrep>=1.144,<1.145", + "semgrep>=1.147,<1.148", ] 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", @@ -66,7 +66,7 @@ test = [ "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.*", @@ -83,12 +83,12 @@ test = [ "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.0; 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.147,<1.148", ] complexity = [ "radon==6.0.*",