From 2d920ac5cce57a11bc3e27198765c513b7cc1ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:08:01 +0000 Subject: [PATCH] Bump the python group with 2 updates Bumps the python group with 2 updates: [dj-rest-auth](https://github.com/iMerica/dj-rest-auth) and [rust-just](https://github.com/gnpaone/rust-just). Updates `dj-rest-auth` from 7.1.1 to 7.2.0 - [Release notes](https://github.com/iMerica/dj-rest-auth/releases) - [Commits](https://github.com/iMerica/dj-rest-auth/compare/7.1.1...7.2.0) Updates `rust-just` from 1.46.0 to 1.47.0 - [Release notes](https://github.com/gnpaone/rust-just/releases) - [Changelog](https://github.com/gnpaone/rust-just/blob/master/CHANGELOG.md) - [Commits](https://github.com/gnpaone/rust-just/compare/1.46.0...1.47.0) --- updated-dependencies: - dependency-name: dj-rest-auth dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: rust-just dependency-version: 1.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- requirements/local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 9ba0dd6..d38d6b8 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -25,7 +25,7 @@ django-mptt==0.18.0 # https://github.com/django-mptt/django-mptt # Django REST Framework djangorestframework==3.16.1 # https://github.com/encode/django-rest-framework django-cors-headers==4.9.0 # https://github.com/adamchainz/django-cors-headers -dj-rest-auth==7.1.1 # https://github.com/iMerica/dj-rest-auth +dj-rest-auth==7.2.0 # https://github.com/iMerica/dj-rest-auth djangorestframework-simplejwt==5.5.1 # https://github.com/jazzband/djangorestframework-simplejwt drf-spectacular==0.29.0 # https://github.com/tfranzel/drf-spectacular # Observability diff --git a/requirements/local.txt b/requirements/local.txt index 1862e1d..5200f11 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -34,4 +34,4 @@ pytest-django==4.12.0 # https://github.com/pytest-dev/pytest-django # Containers # ------------------------------------------------------------------------------ -rust-just==1.46.0 # https://github.com/casey/just +rust-just==1.47.0 # https://github.com/casey/just