From 31196a2d48382117c8022e0e600748b317c8a906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:29:03 +0000 Subject: [PATCH] Bump the python-dependencies group with 2 updates Bumps the python-dependencies group with 2 updates: [django](https://github.com/django/django) and [pre-commit](https://github.com/pre-commit/pre-commit). Updates `django` from 4.2.9 to 4.2.10 - [Commits](https://github.com/django/django/compare/4.2.9...4.2.10) Updates `pre-commit` from 3.6.0 to 3.6.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7d536bb..187719e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -419,13 +419,13 @@ files = [ [[package]] name = "django" -version = "4.2.9" +version = "4.2.10" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.2.9-py3-none-any.whl", hash = "sha256:2cc2fc7d1708ada170ddd6c99f35cc25db664f165d3794bc7723f46b2f8c8984"}, - {file = "Django-4.2.9.tar.gz", hash = "sha256:12498cc3cb8bc8038539fef9e90e95f507502436c1f0c3a673411324fa675d14"}, + {file = "Django-4.2.10-py3-none-any.whl", hash = "sha256:a2d4c4d4ea0b6f0895acde632071aff6400bfc331228fc978b05452a0ff3e9f1"}, + {file = "Django-4.2.10.tar.gz", hash = "sha256:b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13"}, ] [package.dependencies] @@ -1014,13 +1014,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.0" +version = "3.6.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.6.0-py2.py3-none-any.whl", hash = "sha256:c255039ef399049a5544b6ce13d135caba8f2c28c3b4033277a788f434308376"}, - {file = "pre_commit-3.6.0.tar.gz", hash = "sha256:d30bad9abf165f7785c15a21a1f46da7d0677cb00ee7ff4c579fd38922efe15d"}, + {file = "pre_commit-3.6.1-py2.py3-none-any.whl", hash = "sha256:9fe989afcf095d2c4796ce7c553cf28d4d4a9b9346de3cda079bcf40748454a4"}, + {file = "pre_commit-3.6.1.tar.gz", hash = "sha256:c90961d8aa706f75d60935aba09469a6b0bcb8345f127c3fbee4bdc5f114cf4b"}, ] [package.dependencies] @@ -1513,4 +1513,4 @@ drf = ["djangorestframework"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "c7951e2910641ab56d409e8868ca8bb60a2781b0f1b9259bc8ac7da4eb22e37c" +content-hash = "9f347b4862e2eb6d0ef07d39cf686019e4a56a1a167fb0a58f59b93dfbd1f559" diff --git a/pyproject.toml b/pyproject.toml index ea86a4f..e329c1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ pytest = "8.0.0" coverage = "7.4.1" freezegun = "^1.2.2" pytest-django = "4.8.0" -pre-commit = "3.6.0" +pre-commit = "3.6.1" tox = "4.12.1" tox-gh-actions = "3.2.0"