From 0a703d710e61dc5f1d0fb30ddb7b4d8d7be503c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:05:13 +0000 Subject: [PATCH 1/2] Update all non-major dependencies --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 62d08e3c..1dcfd78f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ description = "A pluggable framework for building codemods in Python" dependencies = [ "boltons>=21.0,<25.1", "GitPython<4", - "isort>=5.12,<6.1", + "isort>=6.1,<7", "libcst>=1.8,<1.9", "packaging>=24.2,<25.1", "pydantic~=2.11.5", @@ -51,7 +51,7 @@ get-hashes = 'codemodder.scripts.get_hashes:main' [project.optional-dependencies] semgrep = [ - "semgrep>=1.134,<1.135", + "semgrep>=1.139,<1.140", ] test = [ "azure-ai-inference>=1.0.0b1,<2.0", @@ -66,14 +66,14 @@ test = [ "Jinja2~=3.1.2", "jsonschema~=4.25.0", "lxml>=6.0.0,<6.1.0", - "openai>=1.102,<1.103", + "openai>=1.109,<1.110", "mock==5.2.*", "pre-commit<5", "Pyjwt~=2.10.0", "pytest>=8.2,<9", "pytest-asyncio~=1.0", "pytest-cov>=6.1,<7", - "pytest-mock>=3.12,<3.15", + "pytest-mock>=3.15,<3.16", "pytest-randomly==4.*", "pytest-xdist==3.*", "requests~=2.32.1", @@ -86,14 +86,14 @@ test = [ "fickling~=0.1.0,>=0.1.3", "graphql-server~=3.0.0b9", "unidiff>=0.7.5", - "semgrep>=1.134,<1.135", + "semgrep>=1.139,<1.140", ] complexity = [ "radon==6.0.*", "xenon==0.9.*", ] openai = [ - "openai>=1.102,<1.103", + "openai>=1.109,<1.110", ] azure = [ "azure-ai-inference>=1.0.0b1,<2.0", From 2ff2099eb1329fb2e5f46ab196c80a15549dc12b Mon Sep 17 00:00:00 2001 From: clavedeluna Date: Fri, 3 Oct 2025 08:46:07 -0300 Subject: [PATCH 2/2] dont upgrade semgre --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1dcfd78f..2fb0cb6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ get-hashes = 'codemodder.scripts.get_hashes:main' [project.optional-dependencies] semgrep = [ - "semgrep>=1.139,<1.140", + "semgrep>=1.134,<1.135", ] test = [ "azure-ai-inference>=1.0.0b1,<2.0", @@ -86,7 +86,7 @@ test = [ "fickling~=0.1.0,>=0.1.3", "graphql-server~=3.0.0b9", "unidiff>=0.7.5", - "semgrep>=1.139,<1.140", + "semgrep>=1.134,<1.135", ] complexity = [ "radon==6.0.*",