diff --git a/poetry.lock b/poetry.lock index 7bfaaa818f..2ce0b2288e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1086,17 +1086,20 @@ django-fsm = ">=2.1.0" [[package]] name = "django-hijack" -version = "2.3.0" +version = "3.4.5" description = "django-hijack allows superusers to hijack (=login as) and work on behalf of another user." optional = false python-versions = "*" files = [ - {file = "django-hijack-2.3.0.tar.gz", hash = "sha256:216de6ff863b5f48314795083e96267ff0829ff7f7180c26ca3c17d8a134e1cf"}, - {file = "django_hijack-2.3.0-py3-none-any.whl", hash = "sha256:8b820b6fe605cf2f3b50817985d7245285a18c027b7e3eb424d18b7908ecd2e1"}, + {file = "django-hijack-3.4.5.tar.gz", hash = "sha256:7e45b1de786bdc130628e4230b359dde6d8744ecd3bcd668d2b27c5d614a071c"}, + {file = "django_hijack-3.4.5-py3-none-any.whl", hash = "sha256:129cbe75444b163135871a947d38ffb72181f4f2583544703fc9efe083c9ddad"}, ] [package.dependencies] -django = ">=2.2" +django = ">=3.2" + +[package.extras] +test = ["pytest", "pytest-cov", "pytest-django"] [[package]] name = "django-hijack-admin" @@ -4247,4 +4250,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.9.18" -content-hash = "895c86bcf09a319053bad44d1ed8e96bdf8d66a17076f3df9285279921bdf947" +content-hash = "7cf4cf038fb2aea70ea6a6b50127176cbaf9e0ff19d7c2ff89aa8ecfa094446f" diff --git a/pyproject.toml b/pyproject.toml index 68a15063fa..b954b90236 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ django-countries = "^7.2.1" django-filter = "^2.4.0" django-fsm = "^2.8.0" django-fsm-admin = "^1.2.4" -django-hijack = "^2.1.10" +django-hijack = "^3.0.0" django-hijack-admin = "^2.1.10" django-ipware = "^4.0.0" django-oauth-toolkit = "^1.7.0"