From 3fb52387373c904a9a5436e38711539a4ff12a19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:08:47 +0000 Subject: [PATCH] chore(deps-dev): bump django-stubs-ext from 5.1.1 to 5.1.2 in /backend Bumps [django-stubs-ext](https://github.com/typeddjango/django-stubs) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/5.1.1...5.1.2) --- updated-dependencies: - dependency-name: django-stubs-ext dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/poetry.lock | 8 ++++---- backend/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 318e150d..6b1573fb 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -315,13 +315,13 @@ djangorestframework = "*" [[package]] name = "django-stubs-ext" -version = "5.1.1" +version = "5.1.2" description = "Monkey-patching and extensions for django-stubs" optional = false python-versions = ">=3.8" files = [ - {file = "django_stubs_ext-5.1.1-py3-none-any.whl", hash = "sha256:3907f99e178c93323e2ce908aef8352adb8c047605161f8d9e5e7b4efb5a6a9c"}, - {file = "django_stubs_ext-5.1.1.tar.gz", hash = "sha256:db7364e4f50ae7e5360993dbd58a3a57ea4b2e7e5bab0fbd525ccdb3e7975d1c"}, + {file = "django_stubs_ext-5.1.2-py3-none-any.whl", hash = "sha256:6c559214538d6a26f631ca638ddc3251a0a891d607de8ce01d23d3201ad8ad6c"}, + {file = "django_stubs_ext-5.1.2.tar.gz", hash = "sha256:421c0c3025a68e3ab8e16f065fad9ba93335ecefe2dd92a0cff97a665680266c"}, ] [package.dependencies] @@ -1201,4 +1201,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "a17929653d05b3c11a33804b4909ac6f71aa8fbef65cbec2968c53f7838d1a4b" +content-hash = "815ae0a174a7fa2b20e9f245df2c403b3651762e75c1ed151dbb72f53d1e44c8" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index ca37a408..f9ee6fad 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -43,7 +43,7 @@ poethepoet = "^0.32.1" django-extensions = "^3.2.3" # typing support django-types = "^0.20.0" -django-stubs-ext = "^5.1.1" +django-stubs-ext = "^5.1.2" # graphs pyparsing = "^3.2.1" pydot = "^3.0.4"