From 245ed21edd84cc3d95d880ead050081ad87defc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:10:47 +0000 Subject: [PATCH] Bump djangorestframework-stubs in the python-dependencies group Bumps the python-dependencies group with 1 update: [djangorestframework-stubs](https://github.com/typeddjango/djangorestframework-stubs). Updates `djangorestframework-stubs` from 3.15.1 to 3.15.2 - [Release notes](https://github.com/typeddjango/djangorestframework-stubs/releases) - [Commits](https://github.com/typeddjango/djangorestframework-stubs/compare/3.15.1...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework-stubs dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 74e53f7..fa9b745 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "anyio" @@ -542,24 +542,24 @@ django = ">=4.2" [[package]] name = "djangorestframework-stubs" -version = "3.15.1" +version = "3.15.2" description = "PEP-484 stubs for django-rest-framework" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "djangorestframework_stubs-3.15.1-py3-none-any.whl", hash = "sha256:79dc9018f5d5fa420f9981eec9f1e820ecbd04719791f144419cdc6c5b8e29bd"}, - {file = "djangorestframework_stubs-3.15.1.tar.gz", hash = "sha256:34539871895d66d382b6ae3655d9f95c1de7733cf50bc29097638d367ed3117d"}, + {file = "djangorestframework_stubs-3.15.2-py3-none-any.whl", hash = "sha256:0e72f1e8507bdb2acd99b304520494ea5d45bccba51a4877140cb65fd461adf0"}, + {file = "djangorestframework_stubs-3.15.2.tar.gz", hash = "sha256:3df129845acac6c1b097bc7e5b360d53e32a02029d60b4f972dfbd3e2508f236"}, ] [package.dependencies] -django-stubs = ">=5.0.4" +django-stubs = ">=5.1.1" requests = ">=2.0.0" types-PyYAML = ">=5.4.3" types-requests = ">=0.1.12" typing-extensions = ">=3.10.0" [package.extras] -compatible-mypy = ["django-stubs[compatible-mypy]", "mypy (>=1.11.0,<1.12.0)"] +compatible-mypy = ["django-stubs[compatible-mypy]", "mypy (>=1.12,<1.14)"] coreapi = ["coreapi (>=2.0.0)"] markdown = ["types-Markdown (>=0.1.5)"] @@ -1571,4 +1571,4 @@ drf = ["djangorestframework"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "80263a8afc664a98815ffdc34bedbe6ce9615c6cf58c1a97ea39f899e75d0c32" +content-hash = "3d6a1a53d03ee10d725be552da9075287feaa5496c9b7fc7103048a3296fdbce" diff --git a/pyproject.toml b/pyproject.toml index 117a8df..cbdbc8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ mkdocs-mermaid2-plugin = "1.2.1" mypy = "1.13.0" pre-commit = "4.0.1" django-stubs = "5.1.1" -djangorestframework-stubs = "3.15.1" +djangorestframework-stubs = "3.15.2" [tool.poetry.extras] drf = ["djangorestframework"]