From b3703b212a0c890a8c09f2e4a0625927269af50e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:08:41 +0000 Subject: [PATCH] Bump django-hijack from 3.7.0 to 3.7.1 Bumps [django-hijack](https://github.com/django-hijack/django-hijack) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/django-hijack/django-hijack/releases) - [Changelog](https://github.com/django-hijack/django-hijack/blob/master/docs/release-button.png) - [Commits](https://github.com/django-hijack/django-hijack/compare/3.7.0...3.7.1) --- updated-dependencies: - dependency-name: django-hijack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 31533356..4190c321 100644 --- a/poetry.lock +++ b/poetry.lock @@ -914,13 +914,13 @@ Django = ">=4.2" [[package]] name = "django-hijack" -version = "3.7.0" +version = "3.7.1" description = "Enable users to hijack (=login as) and work on behalf of another user." optional = false python-versions = ">=3.9" files = [ - {file = "django_hijack-3.7.0-py3-none-any.whl", hash = "sha256:bcc849fc9ee5bc17cce409121ed51c0cf9b11782a7a3a0be10cdc83425734e29"}, - {file = "django_hijack-3.7.0.tar.gz", hash = "sha256:c665cf2d011adb8213b232522051159146f352d7274ea147066fd831ccf5fecc"}, + {file = "django_hijack-3.7.1-py3-none-any.whl", hash = "sha256:6a08a07dfe9b9b8c7a2118473f8bf50bcc5686d60b5577b9961b7e913a645f20"}, + {file = "django_hijack-3.7.1.tar.gz", hash = "sha256:e2cbbe130d7ff90cec214326d151a2a7fc645bf7efdfba89c057161faf39436c"}, ] [package.dependencies] @@ -928,7 +928,7 @@ django = ">=4.2" [package.extras] docs = ["mkdocs (==1.6.1)"] -lint = ["msgcheck (==4.1.0)", "ruff (==0.7.1)"] +lint = ["msgcheck (==4.1.0)", "ruff (==0.8.4)"] test = ["pytest", "pytest-cov", "pytest-django"] [[package]] @@ -3737,4 +3737,4 @@ test = ["coverage (>=5.3)", "tomli (>=2.0.1)", "tox"] [metadata] lock-version = "2.0" python-versions = "<4,>= 3.11.*" -content-hash = "7f543abdcb24a9ad57d048a8f61e109fa3ca9dd77594250da16b9d5770b4f373" +content-hash = "4a89111e3e5647b35d974201035b4b8ff3aa91832c35afbae347a46b73bf29ae" diff --git a/pyproject.toml b/pyproject.toml index 31047717..2afed9be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ bs4 = "^0.0.2" ###################################################################################################################### # Dépendances en environnement de dev ######################### -django-hijack = "^3.7.0" +django-hijack = "^3.7.1" pandas = "^2.2.3" [tool.poetry.group.dev.dependencies] sqlfluff = "*"