Pin dependency dj-rest-auth to 2.2.5 (develop)

This commit is contained in:
RenovateBot 2022-10-21 19:25:41 +00:00 committed by Georg Krause
commit f139d81fab
2 changed files with 13 additions and 35 deletions

View file

@ -59,7 +59,7 @@ drf-spectacular = "==0.23.1"
sentry-sdk = "==1.9.8"
pluralizer = "==1.2.0"
importlib_metadata = { version = "==4.13.0", python = "<=3.7" } # Keep support python 3.7, can be removed if we drop support
dj-rest-auth = {extras = ["with_social"], version = "^2.2.5"}
dj-rest-auth = {extras = ["with_social"], version = "2.2.5"}
[tool.poetry.dev-dependencies]
flake8 = "==3.9.2"