From 985b9fb816c04f84e055bc3d10299d55e6663118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:47:11 +0000 Subject: [PATCH] Bump django-types from 0.18.0 to 0.19.1 Bumps [django-types](https://github.com/sbdchd/django-types) from 0.18.0 to 0.19.1. - [Changelog](https://github.com/sbdchd/django-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/sbdchd/django-types/commits) --- updated-dependencies: - dependency-name: django-types dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 22 ++++++++++++++++++---- pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 87bd5e2..a0a00cf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -301,15 +301,18 @@ Django = ">=3.2" [[package]] name = "django-types" -version = "0.18.0" +version = "0.19.1" description = "Type stubs for Django" optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "django-types-0.18.0.tar.gz", hash = "sha256:b8e2334c810864d7abf11cd3cdb1da3b2015b67e7f1270007e33777ff1bd8654"}, - {file = "django_types-0.18.0-py3-none-any.whl", hash = "sha256:7c28fefecfddec1fae7a3b7fec74a12862cf45b76fc891b220fbd42ccbc44808"}, + {file = "django_types-0.19.1-py3-none-any.whl", hash = "sha256:b3f529de17f6374d41ca67232aa01330c531bbbaa3ac4097896f31ac33c96c30"}, + {file = "django_types-0.19.1.tar.gz", hash = "sha256:5ae7988612cf6fbc357b018bbc3b3a878b65e04275cc46e0d35d66a708daff12"}, ] +[package.dependencies] +types-psycopg2 = ">=2.9.21.13" + [[package]] name = "exceptiongroup" version = "1.1.3" @@ -991,6 +994,17 @@ files = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] +[[package]] +name = "types-psycopg2" +version = "2.9.21.15" +description = "Typing stubs for psycopg2" +optional = false +python-versions = ">=3.7" +files = [ + {file = "types-psycopg2-2.9.21.15.tar.gz", hash = "sha256:cf99b62ab32cd4ef412fc3c4da1c29ca5a130847dff06d709b84a523802406f0"}, + {file = "types_psycopg2-2.9.21.15-py3-none-any.whl", hash = "sha256:cc80479def02e4dd1ef21649d82f04426c73bc0693bcc0a8b5223c7c168472af"}, +] + [[package]] name = "typing-extensions" version = "4.8.0" @@ -1107,4 +1121,4 @@ django-extensions = ["django-extensions", "werkzeug"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "2e8898d185a5a59758ba5b5a0f8a890a0f508e6cf79493ebdaad700a1f7afae3" +content-hash = "2a8b03d8afccd946535677120137364897d92f791f94394da3ef5b04cdbd079c" diff --git a/pyproject.toml b/pyproject.toml index 8462e52..82f58e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ werkzeug = { version = "^3.0.0", optional = true } "django-extensions" = ["django-extensions", "werkzeug"] [tool.poetry.group.dev.dependencies] -django-types = ">=0.17,<0.19" +django-types = ">=0.17,<0.20" mkdocs-material = "^9.3.1" coverage = { extras = ["toml"], version = "^7.3.2" } pytest = "^7.4.2"