From 63e31392ee473f15bf1f2f7dc3f1ddfa9e3d971b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 14:00:17 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group in /apps/api with 37 updates Bumps the minor-and-patch group in /apps/api with 37 updates: | Package | From | To | | --- | --- | --- | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.15.2` | `3.16.1` | | [psycopg](https://github.com/psycopg/psycopg) | `3.3.0` | `3.3.3` | | [psycopg-binary](https://github.com/psycopg/psycopg) | `3.3.0` | `3.3.3` | | [psycopg-c](https://github.com/psycopg/psycopg) | `3.3.0` | `3.3.3` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.6.3` | `4.16.0` | | [django-cors-headers](https://github.com/adamchainz/django-cors-headers) | `4.3.1` | `4.9.0` | | [celery](https://github.com/celery/celery) | `5.4.0` | `5.6.2` | | [django-celery-beat](https://github.com/celery/django-celery-beat) | `2.6.0` | `2.9.0` | | [django-celery-results](https://github.com/celery/django-celery-results) | `2.5.1` | `2.6.0` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.11.0` | `6.12.0` | | [jsonmodels](https://github.com/jazzband/jsonmodels) | `2.7.0` | `2.8.0` | | [django-storages](https://github.com/jschneier/django-storages) | `1.14.2` | `1.14.6` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.29.0` | `0.41.0` | | [channels](https://github.com/django/channels) | `4.1.0` | `4.3.2` | | [slack-sdk](https://github.com/slackapi/python-slack-sdk) | `3.27.1` | `3.40.1` | | [scout-apm](https://github.com/scoutapp/scout_apm_python) | `3.1.0` | `3.5.3` | | [openpyxl](https://openpyxl.readthedocs.io) | `3.1.2` | `3.1.5` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.3` | `4.14.3` | | [lxml](https://github.com/lxml/lxml) | `6.0.0` | `6.0.2` | | [boto3](https://github.com/boto/boto3) | `1.34.96` | `1.42.60` | | [zxcvbn](https://github.com/dwolfhub/zxcvbn-python) | `4.4.28` | `4.5.0` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.8.0` | `2.11.0` | | [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.28.1` | `1.39.1` | | [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.28.1` | `1.39.1` | | [opentelemetry-instrumentation-django](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.49b1` | `0.60b1` | | [opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-python) | `1.28.1` | `1.39.1` | | [drf-spectacular](https://github.com/tfranzel/drf-spectacular) | `0.28.0` | `0.29.0` | | [nh3](https://github.com/messense/nh3) | `0.2.18` | `0.3.3` | | [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.5.2` | `4.12.0` | | [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) | `3.3.1` | `3.8.0` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.11.1` | `3.15.1` | | [factory-boy](https://github.com/FactoryBoy/factory_boy) | `3.3.0` | `3.3.3` | | [freezegun](https://github.com/spulec/freezegun) | `1.2.2` | `1.5.5` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.2.7` | `7.13.4` | | [httpx](https://github.com/encode/httpx) | `0.24.1` | `0.28.1` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.7` | `0.15.4` | Updates `djangorestframework` from 3.15.2 to 3.16.1 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.2...3.16.1) Updates `psycopg` from 3.3.0 to 3.3.3 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.0...3.3.3) Updates `psycopg-binary` from 3.3.0 to 3.3.3 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.0...3.3.3) Updates `psycopg-c` from 3.3.0 to 3.3.3 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.0...3.3.3) Updates `pymongo` from 4.6.3 to 4.16.0 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.6.3...4.16.0) Updates `django-cors-headers` from 4.3.1 to 4.9.0 - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.3.1...4.9.0) Updates `celery` from 5.4.0 to 5.6.2 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v5.4.0...v5.6.2) Updates `django-celery-beat` from 2.6.0 to 2.9.0 - [Release notes](https://github.com/celery/django-celery-beat/releases) - [Changelog](https://github.com/celery/django-celery-beat/blob/main/Changelog) - [Commits](https://github.com/celery/django-celery-beat/compare/v2.6.0...v2.9.0) Updates `django-celery-results` from 2.5.1 to 2.6.0 - [Release notes](https://github.com/celery/django-celery-results/releases) - [Changelog](https://github.com/celery/django-celery-results/blob/main/Changelog) - [Commits](https://github.com/celery/django-celery-results/compare/v2.5.1...v2.6.0) Updates `whitenoise` from 6.11.0 to 6.12.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.11.0...6.12.0) Updates `jsonmodels` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/jazzband/jsonmodels/releases) - [Changelog](https://github.com/jazzband/jsonmodels/blob/master/HISTORY.rst) - [Commits](https://github.com/jazzband/jsonmodels/compare/2.7.0...2.8.0) Updates `django-storages` from 1.14.2 to 1.14.6 - [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jschneier/django-storages/compare/1.14.2...1.14.6) Updates `uvicorn` from 0.29.0 to 0.41.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.29.0...0.41.0) Updates `channels` from 4.1.0 to 4.3.2 - [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels/compare/4.1.0...4.3.2) Updates `slack-sdk` from 3.27.1 to 3.40.1 - [Release notes](https://github.com/slackapi/python-slack-sdk/releases) - [Commits](https://github.com/slackapi/python-slack-sdk/compare/v3.27.1...v3.40.1) Updates `scout-apm` from 3.1.0 to 3.5.3 - [Release notes](https://github.com/scoutapp/scout_apm_python/releases) - [Changelog](https://github.com/scoutapp/scout_apm_python/blob/master/CHANGELOG.md) - [Commits](https://github.com/scoutapp/scout_apm_python/compare/v3.1.0...v3.5.3) Updates `openpyxl` from 3.1.2 to 3.1.5 Updates `beautifulsoup4` from 4.12.3 to 4.14.3 Updates `lxml` from 6.0.0 to 6.0.2 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-6.0.0...lxml-6.0.2) Updates `boto3` from 1.34.96 to 1.42.60 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.96...1.42.60) Updates `zxcvbn` from 4.4.28 to 4.5.0 - [Changelog](https://github.com/dwolfhub/zxcvbn-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/dwolfhub/zxcvbn-python/compare/v4.4.28...v4.5.0) Updates `pyjwt` from 2.8.0 to 2.11.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.8.0...2.11.0) Updates `opentelemetry-api` from 1.28.1 to 1.39.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.39.1/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.28.1...v1.39.1) Updates `opentelemetry-sdk` from 1.28.1 to 1.39.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.39.1/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.28.1...v1.39.1) Updates `opentelemetry-instrumentation-django` from 0.49b1 to 0.60b1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `opentelemetry-exporter-otlp` from 1.28.1 to 1.39.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.39.1/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.28.1...v1.39.1) Updates `drf-spectacular` from 0.28.0 to 0.29.0 - [Release notes](https://github.com/tfranzel/drf-spectacular/releases) - [Changelog](https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tfranzel/drf-spectacular/compare/0.28.0...0.29.0) Updates `nh3` from 0.2.18 to 0.3.3 - [Release notes](https://github.com/messense/nh3/releases) - [Commits](https://github.com/messense/nh3/compare/v0.2.18...v0.3.3) Updates `pytest-django` from 4.5.2 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.5.2...v4.12.0) Updates `pytest-xdist` from 3.3.1 to 3.8.0 - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.3.1...v3.8.0) Updates `pytest-mock` from 3.11.1 to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.11.1...v3.15.1) Updates `factory-boy` from 3.3.0 to 3.3.3 - [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst) - [Commits](https://github.com/FactoryBoy/factory_boy/compare/3.3.0...3.3.3) Updates `freezegun` from 1.2.2 to 1.5.5 - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](https://github.com/spulec/freezegun/compare/1.2.2...1.5.5) Updates `coverage` from 7.2.7 to 7.13.4 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.2.7...7.13.4) Updates `httpx` from 0.24.1 to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.24.1...0.28.1) Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.32.5) Updates `ruff` from 0.9.7 to 0.15.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.9.7...0.15.4) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: psycopg dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: psycopg-binary dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: psycopg-c dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pymongo dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: django-cors-headers dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: celery dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: django-celery-beat dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: django-celery-results dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: whitenoise dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: jsonmodels dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: django-storages dependency-version: 1.14.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: uvicorn dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: channels dependency-version: 4.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: slack-sdk dependency-version: 3.40.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: scout-apm dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: openpyxl dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: lxml dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: boto3 dependency-version: 1.42.60 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: zxcvbn dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pyjwt dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: opentelemetry-api dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: opentelemetry-sdk dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: opentelemetry-instrumentation-django dependency-version: 0.60b1 dependency-type: direct:production dependency-group: minor-and-patch - dependency-name: opentelemetry-exporter-otlp dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: drf-spectacular dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: nh3 dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pytest-django dependency-version: 4.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: factory-boy dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: freezegun dependency-version: 1.5.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: coverage dependency-version: 7.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- apps/api/requirements/base.txt | 56 ++++++++++++++++----------------- apps/api/requirements/local.txt | 2 +- apps/api/requirements/test.txt | 16 +++++----- 3 files changed, 37 insertions(+), 37 deletions(-) diff --git a/apps/api/requirements/base.txt b/apps/api/requirements/base.txt index 02c509ea14d..41fa9cd59f2 100644 --- a/apps/api/requirements/base.txt +++ b/apps/api/requirements/base.txt @@ -3,71 +3,71 @@ # django Django==4.2.29 # rest framework -djangorestframework==3.15.2 +djangorestframework==3.16.1 # postgres -psycopg==3.3.0 -psycopg-binary==3.3.0 -psycopg-c==3.3.0 +psycopg==3.3.3 +psycopg-binary==3.3.3 +psycopg-c==3.3.3 dj-database-url==2.1.0 # mongo -pymongo==4.6.3 +pymongo==4.16.0 # redis redis==5.0.4 django-redis==5.4.0 # cors -django-cors-headers==4.3.1 +django-cors-headers==4.9.0 # celery -celery==5.4.0 -django_celery_beat==2.6.0 -django-celery-results==2.5.1 +celery==5.6.2 +django_celery_beat==2.9.0 +django-celery-results==2.6.0 # file serve -whitenoise==6.11.0 +whitenoise==6.12.0 # fake data faker==25.0.0 # filters django-filter==24.2 # json model -jsonmodels==2.7.0 +jsonmodels==2.8.0 # storage -django-storages==1.14.2 +django-storages==1.14.6 # user management django-crum==0.7.9 # web server -uvicorn==0.29.0 +uvicorn==0.41.0 # sockets -channels==4.1.0 +channels==4.3.2 # ai openai==1.63.2 # slack -slack-sdk==3.27.1 +slack-sdk==3.40.1 # apm -scout-apm==3.1.0 +scout-apm==3.5.3 # xlsx generation -openpyxl==3.1.2 +openpyxl==3.1.5 # logging python-json-logger==4.0.0 # html parser -beautifulsoup4==4.12.3 +beautifulsoup4==4.14.3 # analytics posthog==3.5.0 # crypto cryptography==46.0.5 # html validator -lxml==6.0.0 +lxml==6.0.2 # s3 -boto3==1.34.96 +boto3==1.42.63 # password validator -zxcvbn==4.4.28 +zxcvbn==4.5.0 # timezone pytz==2024.1 # jwt -PyJWT==2.8.0 +PyJWT==2.11.0 # OpenTelemetry -opentelemetry-api==1.28.1 -opentelemetry-sdk==1.28.1 -opentelemetry-instrumentation-django==0.49b1 -opentelemetry-exporter-otlp==1.28.1 +opentelemetry-api==1.40.0 +opentelemetry-sdk==1.40.0 +opentelemetry-instrumentation-django==0.61b0 +opentelemetry-exporter-otlp==1.40.0 # OpenAPI Specification -drf-spectacular==0.28.0 +drf-spectacular==0.29.0 # html sanitizer -nh3==0.2.18 +nh3==0.3.3 diff --git a/apps/api/requirements/local.txt b/apps/api/requirements/local.txt index 2146554f63f..92f4d43a4a9 100644 --- a/apps/api/requirements/local.txt +++ b/apps/api/requirements/local.txt @@ -2,4 +2,4 @@ # debug toolbar django-debug-toolbar==4.3.0 # formatter -ruff==0.9.7 +ruff==0.15.5 diff --git a/apps/api/requirements/test.txt b/apps/api/requirements/test.txt index 7c242c806ab..0f4f1dc4161 100644 --- a/apps/api/requirements/test.txt +++ b/apps/api/requirements/test.txt @@ -1,12 +1,12 @@ -r base.txt # test framework pytest==9.0.2 -pytest-django==4.5.2 +pytest-django==4.12.0 pytest-cov==4.1.0 -pytest-xdist==3.3.1 -pytest-mock==3.11.1 -factory-boy==3.3.0 -freezegun==1.2.2 -coverage==7.2.7 -httpx==0.24.1 -requests==2.32.4 \ No newline at end of file +pytest-xdist==3.8.0 +pytest-mock==3.15.1 +factory-boy==3.3.3 +freezegun==1.5.5 +coverage==7.13.4 +httpx==0.28.1 +requests==2.32.5 \ No newline at end of file