From 3ab703051ba863545382a77a92f5fdf31488754e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 15:09:14 +0000 Subject: [PATCH 1/3] Bump django-extra-settings from 0.7.0 to 0.9.1 Bumps [django-extra-settings](https://github.com/fabiocaccamo/django-extra-settings) from 0.7.0 to 0.9.1. - [Release notes](https://github.com/fabiocaccamo/django-extra-settings/releases) - [Changelog](https://github.com/fabiocaccamo/django-extra-settings/blob/main/CHANGELOG.md) - [Commits](https://github.com/fabiocaccamo/django-extra-settings/compare/0.7.0...0.9.1) --- updated-dependencies: - dependency-name: django-extra-settings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 15bfc08..03b2c52 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1098,14 +1098,14 @@ Django = ">=3.2" [[package]] name = "django-extra-settings" -version = "0.7.0" -description = "easily manage typed extra settings using the django admin." +version = "0.9.1" +description = "config and manage typed extra settings using just the django admin." category = "main" optional = false python-versions = "*" files = [ - {file = "django-extra-settings-0.7.0.tar.gz", hash = "sha256:65b4f29612b3f6a9a35c6ae61a00d9cc7a9aa0c046d1d60af8d0cff2387f1448"}, - {file = "django_extra_settings-0.7.0-py3-none-any.whl", hash = "sha256:b3e4afd071a6d88b6df91e27aa5cb751b864fcb0ea30290d2f90ef4dcd970ef1"}, + {file = "django-extra-settings-0.9.1.tar.gz", hash = "sha256:88074de091a166e61278425fcc94f61f9b4a916c37b93730f25f25457752cb5c"}, + {file = "django_extra_settings-0.9.1-py3-none-any.whl", hash = "sha256:9a3b6618b3d8068e4c94e47b7eaa3593a5e1a023aa93fd2187f84479ad0ee03d"}, ] [package.dependencies] @@ -3848,4 +3848,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "aadb5b9d596cd3c85e3d2381461da361ebcf32276846a59a94346cf499123c28" +content-hash = "28d64a5547060173f704f5dd6a0741da65b5df795e57e78b8a0a705f2c183233" diff --git a/pyproject.toml b/pyproject.toml index fe07088..344ba38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ django-anymail = {extras = ["mailgun"], version = "^9.0"} django-polymorphic = "^3.1.0" django-jazzmin = "^2.6.0" django-cacheops = "^6.1" -django-extra-settings = "^0.7.0" +django-extra-settings = "^0.9.1" psycopg2-binary = "^2.9.5" django-cms = "^3.11.1" django-sekizai = "^4.0.0" From b1d727fdb1c5bbfce209fb00c2f33f97963dc778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 15:09:45 +0000 Subject: [PATCH 2/3] Bump drf-spectacular from 0.25.1 to 0.26.0 Bumps [drf-spectacular](https://github.com/tfranzel/drf-spectacular) from 0.25.1 to 0.26.0. - [Release notes](https://github.com/tfranzel/drf-spectacular/releases) - [Changelog](https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tfranzel/drf-spectacular/compare/0.25.1...0.26.0) --- updated-dependencies: - dependency-name: drf-spectacular dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 15bfc08..bf05b63 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1469,14 +1469,14 @@ djangorestframework = ">=3.11" [[package]] name = "drf-spectacular" -version = "0.25.1" +version = "0.26.0" description = "Sane and flexible OpenAPI 3 schema generation for Django REST framework" category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "drf-spectacular-0.25.1.tar.gz", hash = "sha256:789696f9845ef2397c52f66154aec6d96411baf6aa09a5d40c5f0b0e99f6b3d8"}, - {file = "drf_spectacular-0.25.1-py3-none-any.whl", hash = "sha256:d58684e702f5ad436c5bd1735d46df0e123e64de883092d38f1debb9fa4a03c9"}, + {file = "drf-spectacular-0.26.0.tar.gz", hash = "sha256:2b31c347c78ed7ed9f021f9e0fcf4e03e86ca6bfc43cb66401236f38f30fd46d"}, + {file = "drf_spectacular-0.26.0-py3-none-any.whl", hash = "sha256:3c954a86fbefab93c20f3d39edab1d435f7b16c8291883e40fba5e34265ed461"}, ] [package.dependencies] @@ -3848,4 +3848,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "aadb5b9d596cd3c85e3d2381461da361ebcf32276846a59a94346cf499123c28" +content-hash = "f98a49b5832bf802afa224fafccee58a41d3584cdf7fa74cadace16371098988" diff --git a/pyproject.toml b/pyproject.toml index fe07088..eb97c96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ django-colorfield = "^0.8.0" djangorestframework = "^3.14.0" django-rest-auth = "^0.9.5" django-cors-headers = "^3.13.0" -drf-spectacular = "^0.25.1" +drf-spectacular = "^0.26.0" werkzeug = {extras = ["watchdog"], version = "^2.2.2"} ipdb = "^0.13.11" watchfiles = "^0.18.1" From 2687640cb7e7779d8bacf6cc9d16914ff0a23826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 15:10:17 +0000 Subject: [PATCH 3/3] Bump pytest from 7.2.1 to 7.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 7.2.2. - [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/7.2.1...7.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 15bfc08..291c4c9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2874,14 +2874,14 @@ files = [ [[package]] name = "pytest" -version = "7.2.1" +version = "7.2.2" description = "pytest: simple powerful testing with Python" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.2.1-py3-none-any.whl", hash = "sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5"}, - {file = "pytest-7.2.1.tar.gz", hash = "sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42"}, + {file = "pytest-7.2.2-py3-none-any.whl", hash = "sha256:130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e"}, + {file = "pytest-7.2.2.tar.gz", hash = "sha256:c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4"}, ] [package.dependencies] @@ -3848,4 +3848,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "aadb5b9d596cd3c85e3d2381461da361ebcf32276846a59a94346cf499123c28" +content-hash = "6a4e6c2a82dbce8f827dd979b523eeeaf2153284de5999e221de3393f2b6a967" diff --git a/pyproject.toml b/pyproject.toml index fe07088..12bdb93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ ipdb = "^0.13.11" watchfiles = "^0.18.1" mypy = "^0.991" django-stubs = {extras = ["compatible-mypy"], version = "^1.14.0"} -pytest = "^7.2.0" +pytest = "^7.2.2" pytest-sugar = "^0.9.6" djangorestframework-stubs = {extras = ["compatible-mypy"], version = "^1.8.0"} sphinx = "^6.1.1"