From a51cc23c3d34910b6a533dc64440748806d72be7 Mon Sep 17 00:00:00 2001 From: Lorenzo Vagliano Date: Wed, 9 Oct 2024 14:54:43 +0200 Subject: [PATCH] build(deps-dev): bump django-stubs from 4.2.4 to 4.2.7 --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index d1cda6e7e..8b3ee75c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4229,4 +4229,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "5828e43fd432a28e21c5b74e2e87b4cdcbe8732d238a3b61dab1fd93caf1f572" +content-hash = "0ea178cf40bc8b7df3142d576557a57e04173f851e816e9923446ff00764b9b3" diff --git a/pyproject.toml b/pyproject.toml index af72c6ad6..6f04c89a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ ipdb = "^0.13.13" psycopg2 = "^2.9.6" watchfiles = "^0.19.0" mypy = "^1.5.1" -django-stubs = "^4.2.3" +django-stubs = "^4.2.7" pytest = "^7.4.4" pytest-sugar = "^0.9.7" djangorestframework-stubs = "^3.14.0"