From 398fbc603eb1fadbd5d2c5c236efc66df89525bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:05:12 +0000 Subject: [PATCH] chore(deps): Bump dj-rest-auth from 5.0.2 to 7.0.1 Bumps [dj-rest-auth](https://github.com/iMerica/dj-rest-auth) from 5.0.2 to 7.0.1. - [Release notes](https://github.com/iMerica/dj-rest-auth/releases) - [Commits](https://github.com/iMerica/dj-rest-auth/compare/5.0.2...7.0.1) --- updated-dependencies: - dependency-name: dj-rest-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 ++++++++---------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 414edc6b8..53b3374d4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -941,20 +941,20 @@ typing_extensions = ">=3.10.0.0" [[package]] name = "dj-rest-auth" -version = "5.0.2" +version = "7.0.1" description = "Authentication and Registration in Django Rest Framework" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "dj-rest-auth-5.0.2.tar.gz", hash = "sha256:aad7d912476169e9991547bf98645344d3939be2d7052098048d819524c115d9"}, + {file = "dj-rest-auth-7.0.1.tar.gz", hash = "sha256:3f8c744cbcf05355ff4bcbef0c8a63645da38e29a0fdef3c3332d4aced52fb90"}, ] [package.dependencies] -Django = ">=3.2" +Django = ">=4.2,<6.0" djangorestframework = ">=3.13.0" [package.extras] -with-social = ["django-allauth (>=0.56.0,<0.58.0)"] +with-social = ["django-allauth[socialaccount] (>=64.0.0)"] [[package]] name = "django" @@ -3227,6 +3227,7 @@ files = [ {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:bb89f0a835bcfc1d42ccd5f41f04870c1b936d8507c6df12b7737febc40f0909"}, {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:f0c2d907a1e102526dd2986df638343388b94c33860ff3bbe1384130828714b1"}, {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f8157bed2f51db683f31306aa497311b560f2265998122abe1dce6428bd86567"}, + {file = "psycopg2_binary-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:27422aa5f11fbcd9b18da48373eb67081243662f9b46e6fd07c3eb46e4535142"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-macosx_12_0_x86_64.whl", hash = "sha256:eb09aa7f9cecb45027683bb55aebaaf45a0df8bf6de68801a6afdc7947bb09d4"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b73d6d7f0ccdad7bc43e6d34273f70d587ef62f824d7261c4ae9b8b1b6af90e8"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ce5ab4bf46a211a8e924d307c1b1fcda82368586a19d0a24f8ae166f5c784864"}, @@ -3817,9 +3818,6 @@ files = [ {file = "redis-5.2.1.tar.gz", hash = "sha256:16f2e22dff21d5125e8481515e386711a34cbec50f0e44413dd7d9c060a54e0f"}, ] -[package.dependencies] -async-timeout = {version = ">=4.0.3", markers = "python_full_version < \"3.11.3\""} - [package.extras] hiredis = ["hiredis (>=3.0.0)"] ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==23.2.1)", "requests (>=2.31.0)"] @@ -5009,4 +5007,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "d614aeb15753a479822bb32554445a54e6d3188ac1c97b064639ce2b74bed759" +content-hash = "524428054817893ef73a99f615faf3402b40b3e4e7bb922c45f01fc07fe81682" diff --git a/pyproject.toml b/pyproject.toml index e8119dfe8..20356fd71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ django-email-obfuscator = "^0.1.5" django-gravatar2 = "^1.4.5" django-import-export = "^4.3.2" django-annoying = "^0.10.7" -dj-rest-auth = "^5.0.2" +dj-rest-auth = "^7.0.1" tweepy = "^4.8.0" Unidecode = "^1.3.8" user-agents = "^2.2.0"