From 11f16d2f0768004b03d2563a082ba55e96f68ec0 Mon Sep 17 00:00:00 2001 From: Harry Date: Fri, 13 Dec 2024 15:24:31 -0800 Subject: [PATCH] Update dependency version - dependabot alert (#301) *Issue #, if available:* Dependant bot is giving the following security alert but it is unable to create a PR for it automatically and throwing an error - https://github.com/aws-observability/aws-otel-python-instrumentation/security/dependabot/21 - https://github.com/aws-observability/aws-otel-python-instrumentation/security/dependabot/19 - https://github.com/aws-observability/aws-otel-python-instrumentation/security/dependabot/20 This PR will manually update the version. *Description of changes:* Updated dependencies to the version with security issue patched By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- contract-tests/images/applications/django/requirements.txt | 2 +- .../images/applications/mysql-connector/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contract-tests/images/applications/django/requirements.txt b/contract-tests/images/applications/django/requirements.txt index 0af2ec462..34a9bd3fa 100644 --- a/contract-tests/images/applications/django/requirements.txt +++ b/contract-tests/images/applications/django/requirements.txt @@ -1,4 +1,4 @@ opentelemetry-distro==0.46b0 opentelemetry-exporter-otlp-proto-grpc==1.25.0 typing-extensions==4.9.0 -django==5.0.9 \ No newline at end of file +django==5.0.10 \ No newline at end of file diff --git a/contract-tests/images/applications/mysql-connector/requirements.txt b/contract-tests/images/applications/mysql-connector/requirements.txt index 615275526..2910612dc 100644 --- a/contract-tests/images/applications/mysql-connector/requirements.txt +++ b/contract-tests/images/applications/mysql-connector/requirements.txt @@ -1,4 +1,4 @@ opentelemetry-distro==0.46b0 opentelemetry-exporter-otlp-proto-grpc==1.25.0 typing-extensions==4.9.0 -mysql-connector-python~=8.0 \ No newline at end of file +mysql-connector-python~=9.1.0 \ No newline at end of file