From 9705301c602a67f2a30ee0e35ff2ffd46aaa908b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 08:02:56 +0000 Subject: [PATCH] chore(deps): bump django-tastypie from 0.14.7 to 0.15.1 Bumps [django-tastypie](https://github.com/django-tastypie/django-tastypie) from 0.14.7 to 0.15.1. - [Release notes](https://github.com/django-tastypie/django-tastypie/releases) - [Commits](https://github.com/django-tastypie/django-tastypie/compare/v0.14.7...v0.15.1) --- updated-dependencies: - dependency-name: django-tastypie dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 451baac08..8780ef8fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "django-imagekit==5.0", "django-haystack==3.3.0", "elasticsearch>=7,<8", - "django-tastypie==0.14.7", + "django-tastypie==0.15.1", "pytz==2021.1", "python-dateutil==2.8.2", "requests>=2.26.0",