From 3c6aa2dbcdfea5459750876502d31cf9b957e961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:24:58 +0000 Subject: [PATCH] Bump the python-dependencies group with 2 updates Bumps the python-dependencies group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [djangorestframework-stubs](https://github.com/typeddjango/djangorestframework-stubs). Updates `pytest` from 8.3.2 to 8.3.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3) Updates `djangorestframework-stubs` from 3.15.0 to 3.15.1 - [Release notes](https://github.com/typeddjango/djangorestframework-stubs/releases) - [Commits](https://github.com/typeddjango/djangorestframework-stubs/compare/3.15.0...3.15.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-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 | 18 +++++++++--------- pyproject.toml | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 03ae888..842ef43 100644 --- a/poetry.lock +++ b/poetry.lock @@ -522,24 +522,24 @@ django = ">=4.2" [[package]] name = "djangorestframework-stubs" -version = "3.15.0" +version = "3.15.1" description = "PEP-484 stubs for django-rest-framework" optional = false python-versions = ">=3.8" files = [ - {file = "djangorestframework_stubs-3.15.0-py3-none-any.whl", hash = "sha256:6c634f16fe1f9b1654cfd921eca64cd4188ce8534ab5e3ec7e44aaa0ca969d93"}, - {file = "djangorestframework_stubs-3.15.0.tar.gz", hash = "sha256:f60ee1c80abb01a77acc0169969e07c45c2739ae64667b9a0dd4a2e32697dcab"}, + {file = "djangorestframework_stubs-3.15.1-py3-none-any.whl", hash = "sha256:79dc9018f5d5fa420f9981eec9f1e820ecbd04719791f144419cdc6c5b8e29bd"}, + {file = "djangorestframework_stubs-3.15.1.tar.gz", hash = "sha256:34539871895d66d382b6ae3655d9f95c1de7733cf50bc29097638d367ed3117d"}, ] [package.dependencies] -django-stubs = ">=5.0.0" +django-stubs = ">=5.0.4" 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.10.0,<1.11.0)"] +compatible-mypy = ["django-stubs[compatible-mypy]", "mypy (>=1.11.0,<1.12.0)"] coreapi = ["coreapi (>=2.0.0)"] markdown = ["types-Markdown (>=0.1.5)"] @@ -1118,13 +1118,13 @@ testing = ["covdefaults (>=2.3)", "pytest (>=8.2.2)", "pytest-cov (>=5)", "pytes [[package]] name = "pytest" -version = "8.3.2" +version = "8.3.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, - {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, + {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] @@ -1531,4 +1531,4 @@ drf = ["djangorestframework"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "fbef83b28bf5d2552bb94d798acb5935d9e466c6161872b4a3e0128720b8b3bf" +content-hash = "041ae9612ae571898e2cd7e567b25f559f197c1aefdb29e32b1c4143288af984" diff --git a/pyproject.toml b/pyproject.toml index 2867671..8e0dc88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ django-settings-holder = ">=0.1.0" djangorestframework = { version = ">=3.14.0", optional = true} [tool.poetry.group.test.dependencies] -pytest = "8.3.2" +pytest = "8.3.3" coverage = "7.6.1" freezegun = "^1.2.2" pytest-django = "4.9.0" @@ -72,7 +72,7 @@ mkdocs-mermaid2-plugin = "1.1.1" [tool.poetry.group.lint.dependencies] mypy = "1.11.2" django-stubs = "5.0.4" -djangorestframework-stubs = "3.15.0" +djangorestframework-stubs = "3.15.1" [tool.poetry.extras] drf = ["djangorestframework"]