From 96d913d9872f886a3f30ff2c10e1afe962166bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:45:00 +0000 Subject: [PATCH] Bump django-taggit from 6.0.0 to 6.1.0 Bumps [django-taggit](https://github.com/jazzband/django-taggit) from 6.0.0 to 6.1.0. - [Changelog](https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jazzband/django-taggit/compare/6.0.0...6.1.0) --- updated-dependencies: - dependency-name: django-taggit 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 c69ed9c..88c60d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -879,13 +879,13 @@ sftp = ["paramiko (>=1.15)"] [[package]] name = "django-taggit" -version = "6.0.0" +version = "6.1.0" description = "django-taggit is a reusable Django application for simple tagging." optional = false python-versions = ">=3.8" files = [ - {file = "django_taggit-6.0.0-py3-none-any.whl", hash = "sha256:7094f797b7e5e3727525a0af7bc550860000ddc2248266529d568eca61b39fb1"}, - {file = "django_taggit-6.0.0.tar.gz", hash = "sha256:723d98bd5c536daa3c0e1bdae0965f7005a9b15269816bb4053fafec4ebad57e"}, + {file = "django_taggit-6.1.0-py3-none-any.whl", hash = "sha256:ab776264bbc76cb3d7e49e1bf9054962457831bd21c3a42db9138b41956e4cf0"}, + {file = "django_taggit-6.1.0.tar.gz", hash = "sha256:c4d1199e6df34125dd36db5eb0efe545b254dec3980ce5dd80e6bab3e78757c3"}, ] [package.dependencies] @@ -2332,4 +2332,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f6d8627cfbaf9e1897f5f68e84b46ae121cc83e69e513867a2ec03990b96f7a5" +content-hash = "e9647867fed4dc0e17552a8acdddfe13b65ab556478d382ac2566558ab56f5e2" diff --git a/pyproject.toml b/pyproject.toml index 695342c..f5b73aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dj-database-url = "2.2.0" gunicorn = "23.0.0" django-crispy-forms = "2.3" django-reversion = "5.1.0" -django-taggit = "6.0.0" +django-taggit = "6.1.0" unidecode = "1.3.8" pillow = "10.4.0" python-magic = "0.4.27"