From f97d73a528a276595f5abf3ba5a15989080e549b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 10:54:43 +0000 Subject: [PATCH] build(anoncat-demo-app): bump the pip-deps group Updates the requirements on [django](https://github.com/django/django), [django-cors-headers](https://github.com/adamchainz/django-cors-headers), [djangorestframework](https://github.com/encode/django-rest-framework), [medcat](https://github.com/CogStack/cogstack-nlp), [pydantic](https://github.com/pydantic/pydantic) and [django-filter](https://github.com/carltongibson/django-filter) to permit the latest version. Updates `django` to 6.0.5 - [Commits](https://github.com/django/django/compare/4.2...6.0.5) Updates `django-cors-headers` 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.0...4.9.0) Updates `djangorestframework` to 3.17.1 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.17.1) Updates `medcat` to 2.7.0 - [Release notes](https://github.com/CogStack/cogstack-nlp/releases) - [Commits](https://github.com/CogStack/cogstack-nlp/compare/medcat/v1.16.1...medcat/v2.7.0) Updates `pydantic` to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.0...v2.13.4) Updates `django-filter` to 25.2 - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/23.2...25.2) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.5 dependency-type: direct:production dependency-group: pip-deps - dependency-name: django-cors-headers dependency-version: 4.9.0 dependency-type: direct:production dependency-group: pip-deps - dependency-name: djangorestframework dependency-version: 3.17.1 dependency-type: direct:production dependency-group: pip-deps - dependency-name: medcat dependency-version: 2.7.0 dependency-type: direct:production dependency-group: pip-deps - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production dependency-group: pip-deps - dependency-name: django-filter dependency-version: '25.2' dependency-type: direct:production dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- anoncat-demo-app/app/requirements.txt | 8 ++++---- anoncat-demo-app/requirements.txt | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/anoncat-demo-app/app/requirements.txt b/anoncat-demo-app/app/requirements.txt index bdfd62c4d..a5bfe7cbd 100644 --- a/anoncat-demo-app/app/requirements.txt +++ b/anoncat-demo-app/app/requirements.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/cpu/ uwsgi~=2.0 -Django~=4.2 -djangorestframework~=3.14 -django-filter~=23.2 -medcat~=1.10 \ No newline at end of file +Django~=6.0 +djangorestframework~=3.17 +django-filter~=25.2 +medcat~=2.7 \ No newline at end of file diff --git a/anoncat-demo-app/requirements.txt b/anoncat-demo-app/requirements.txt index ed3543440..667531b36 100644 --- a/anoncat-demo-app/requirements.txt +++ b/anoncat-demo-app/requirements.txt @@ -1,7 +1,7 @@ --extra-index-url https://download.pytorch.org/whl/cpu/ -Django~=4.2 -django-cors-headers~=4.3 -djangorestframework~=3.14 -medcat~=1.10 -pydantic~=1.10 +Django~=6.0 +django-cors-headers~=4.9 +djangorestframework~=3.17 +medcat~=2.7 +pydantic~=2.13