From 9bf5ad120a05b153c97c58813ec72c07991cc4d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:28:20 +0000 Subject: [PATCH] chore(deps): bump djangorestframework Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.12.4 to 3.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.12.4...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../python/rideshare/django/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/language-sdk-instrumentation/python/rideshare/django/app/requirements.txt b/examples/language-sdk-instrumentation/python/rideshare/django/app/requirements.txt index 4d956638c..d9ff824c6 100644 --- a/examples/language-sdk-instrumentation/python/rideshare/django/app/requirements.txt +++ b/examples/language-sdk-instrumentation/python/rideshare/django/app/requirements.txt @@ -1,5 +1,5 @@ Django==3.2.25 -djangorestframework==3.12.4 +djangorestframework==3.15.2 gunicorn==20.1.0 psycopg2-binary==2.9.1 pyroscope-io==0.8.6