From b89ff191724e614da6eef4e213ed39eb3a771d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:26:24 +0000 Subject: [PATCH] chore(deps): bump the content-minor-patch group across 1 directory with 7 updates Bumps the content-minor-patch group with 7 updates in the /scope_content directory: | Package | From | To | | --- | --- | --- | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.15.2` | `3.17.1` | | [boto3](https://github.com/boto/boto3) | `1.37.24` | `1.43.40` | | [pillow](https://github.com/python-pillow/Pillow) | `12.2.0` | `12.3.0` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.10.0` | `4.12.0` | | [mssql-django](https://github.com/microsoft/mssql-django) | `1.7` | `1.7.3` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.8.2` | `6.12.0` | Updates `djangorestframework` from 3.15.2 to 3.17.1 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.2...3.17.1) Updates `boto3` from 1.37.24 to 1.43.40 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.37.24...1.43.40) Updates `pillow` from 12.2.0 to 12.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.1) Updates `pytest-django` from 4.10.0 to 4.12.0 - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst) - [Commits](https://github.com/pytest-dev/pytest-django/compare/v4.10.0...v4.12.0) Updates `mssql-django` from 1.7 to 1.7.3 - [Release notes](https://github.com/microsoft/mssql-django/releases) - [Commits](https://github.com/microsoft/mssql-django/compare/1.7...1.7.3) Updates `whitenoise` from 6.8.2 to 6.12.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.8.2...6.12.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: content-minor-patch - dependency-name: boto3 dependency-version: 1.43.40 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: content-minor-patch - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: content-minor-patch - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: content-minor-patch - dependency-name: pytest-django dependency-version: 4.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: content-minor-patch - dependency-name: mssql-django dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: content-minor-patch - dependency-name: whitenoise dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: content-minor-patch ... Signed-off-by: dependabot[bot] --- scope_content/requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scope_content/requirements.txt b/scope_content/requirements.txt index 603737ba..ff8d5df9 100644 --- a/scope_content/requirements.txt +++ b/scope_content/requirements.txt @@ -1,26 +1,26 @@ Django==5.1.15 -djangorestframework==3.15.2 +djangorestframework==3.17.1 PyJWT==2.13.0 -boto3==1.37.24 -Pillow==12.2.0 +boto3==1.43.40 +Pillow==12.3.0 kafka-python-ng==2.2.3 opentelemetry-api>=1.41.1,<2.0.0 opentelemetry-exporter-otlp-proto-http>=1.41.1,<2.0.0 opentelemetry-sdk>=1.41.1,<2.0.0 prometheus-client>=0.21.1 python-json-logger==3.2.0 -pytest==9.0.3 -pytest-django==4.10.0 +pytest==9.1.1 +pytest-django==4.12.0 factory-boy==3.3.3 django-cors-headers==4.9.0 django-filter==24.3 -mssql-django==1.7 +mssql-django==1.7.3 gunicorn==23.0.0 redis==5.2.1 # WhiteNoise serves static assets with gzip+brotli pre-compressed variants # and hash-stamped, cache-forever filenames. Lets the app tier handle static # delivery efficiently even when an edge CDN isn't in the path. -whitenoise[brotli]==6.8.2 +whitenoise[brotli]==6.12.0 elasticsearch[async]>=8.18.0,<9.0.0 celery[rabbitmq]>=5.5.0 requests>=2.32.3