From 49920f265a75df5afe6456510e029cf9c2eeaaab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 22:58:03 -0300 Subject: [PATCH 1/3] chore: Configure Renovate (#1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add renovate.json * Update renovate.json * Update renovate.json * Rename renovate.json to renovate.json5 * Update renovate.json5 * Update renovate.json5 * Update renovate.json5 * Update renovate.json5 * Update renovate.json5 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com> --- renovate.json5 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 renovate.json5 diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 0000000000..1773b635aa --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,19 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:best-practices", + "helpers:pinGitHubActionDigestsToSemver" + ], + "packageRules": [ + { + "matchManagers": ["pip_requirements"], + "matchFileNames": ["**/*requirements*.txt"], + "enabled": false, + "groupName": "pip dependencies", + "groupSlug": "pip" + }, + ], + "labels": [ + "dependencies" + ] +} From b1848b7ce078238ab371d99da92a9380da666d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C3=ADdio=20Neto?= <9735060+emdneto@users.noreply.github.com> Date: Thu, 15 May 2025 09:35:59 -0300 Subject: [PATCH 2/3] Update renovate.json5 --- renovate.json5 | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 1773b635aa..bb1190879c 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -2,18 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:best-practices", - "helpers:pinGitHubActionDigestsToSemver" - ], - "packageRules": [ - { - "matchManagers": ["pip_requirements"], - "matchFileNames": ["**/*requirements*.txt"], - "enabled": false, - "groupName": "pip dependencies", - "groupSlug": "pip" - }, - ], - "labels": [ - "dependencies" + "helpers:pinGitHubActionDigestsToSemver", + "security:only-security-updates" ] } From 49c89b60338af3289dd8256855f3b933b27de211 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 12:41:04 +0000 Subject: [PATCH 3/3] fix(deps): update dependency django [security] --- docs-requirements.txt | 2 +- .../opentelemetry-instrumentation-django/pyproject.toml | 2 +- .../test-requirements-0.txt | 2 +- .../test-requirements-1.txt | 2 +- .../test-requirements-2.txt | 2 +- .../test-requirements-3.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index e190f302a4..3e77fe4474 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -7,7 +7,7 @@ fastapi>=0.65.2 pymemcache~=1.3 # Required by conf -django>=2.2 +django>=4.2.21 # Required by instrumentation and exporter packages aio_pika~=7.2.0 diff --git a/instrumentation/opentelemetry-instrumentation-django/pyproject.toml b/instrumentation/opentelemetry-instrumentation-django/pyproject.toml index f7cf96f5eb..f12793c2ef 100644 --- a/instrumentation/opentelemetry-instrumentation-django/pyproject.toml +++ b/instrumentation/opentelemetry-instrumentation-django/pyproject.toml @@ -38,7 +38,7 @@ asgi = [ "opentelemetry-instrumentation-asgi == 0.55b0.dev", ] instruments = [ - "django >= 1.10", + "django >=4.2.21", ] [project.entry-points.opentelemetry_instrumentor] diff --git a/instrumentation/opentelemetry-instrumentation-django/test-requirements-0.txt b/instrumentation/opentelemetry-instrumentation-django/test-requirements-0.txt index f2375911d3..2fe8a47723 100644 --- a/instrumentation/opentelemetry-instrumentation-django/test-requirements-0.txt +++ b/instrumentation/opentelemetry-instrumentation-django/test-requirements-0.txt @@ -1,6 +1,6 @@ asgiref==3.8.1 Deprecated==1.2.14 -Django==2.2.28 +Django==4.2.16 iniconfig==2.0.0 packaging==24.0 pluggy==1.5.0 diff --git a/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt b/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt index 12f934acd4..526a9b106f 100644 --- a/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt +++ b/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt @@ -1,6 +1,6 @@ asgiref==3.8.1 Deprecated==1.2.14 -Django==3.2.25 +Django==4.2.16 iniconfig==2.0.0 packaging==24.0 pluggy==1.5.0 diff --git a/instrumentation/opentelemetry-instrumentation-django/test-requirements-2.txt b/instrumentation/opentelemetry-instrumentation-django/test-requirements-2.txt index 6d84c3db89..bbb9bf57b6 100644 --- a/instrumentation/opentelemetry-instrumentation-django/test-requirements-2.txt +++ b/instrumentation/opentelemetry-instrumentation-django/test-requirements-2.txt @@ -1,7 +1,7 @@ asgiref==3.8.1 backports.zoneinfo==0.2.1 Deprecated==1.2.14 -Django==4.2.17 +Django==4.2.21 iniconfig==2.0.0 packaging==24.0 pluggy==1.5.0 diff --git a/instrumentation/opentelemetry-instrumentation-django/test-requirements-3.txt b/instrumentation/opentelemetry-instrumentation-django/test-requirements-3.txt index 61ed226da4..3e60f16a15 100644 --- a/instrumentation/opentelemetry-instrumentation-django/test-requirements-3.txt +++ b/instrumentation/opentelemetry-instrumentation-django/test-requirements-3.txt @@ -1,6 +1,6 @@ asgiref==3.8.1 Deprecated==1.2.14 -Django==4.2.17 +Django==4.2.21 iniconfig==2.0.0 packaging==24.0 pluggy==1.5.0