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"