From 41049d78197fb2df543a893ba6b1e3386b10ca35 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 06:45:01 +0000 Subject: [PATCH] Bump django-select2 from 7.6.1 to 7.6.2 Bumps [django-select2](https://github.com/codingjoe/django-select2) from 7.6.1 to 7.6.2. - [Release notes](https://github.com/codingjoe/django-select2/releases) - [Commits](https://github.com/codingjoe/django-select2/compare/7.6.1...7.6.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0d1994a..ff22988 100644 --- a/poetry.lock +++ b/poetry.lock @@ -235,7 +235,7 @@ redis = ">=3.0.0" [[package]] name = "django-select2" -version = "7.6.1" +version = "7.6.2" description = "Select2 option fields for Django" category = "main" optional = false @@ -1133,7 +1133,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "c254e5e58cd55814aa6b9b2f252eb77b66f4fce4c723348bf4ee21fdef6188bb" +content-hash = "6bb9d04c52ceb43fa163f5c8c947137dc9a0f229e0318e079ab743459754fd90" [metadata.files] alabaster = [ @@ -1251,8 +1251,8 @@ django-redis = [ {file = "django_redis-4.12.1-py3-none-any.whl", hash = "sha256:1133b26b75baa3664164c3f44b9d5d133d1b8de45d94d79f38d1adc5b1d502e5"}, ] django-select2 = [ - {file = "django-select2-7.6.1.tar.gz", hash = "sha256:25362c5bafe082a19add598fb0a69e3239b94759691a0ac8e01ab7fba8e650ad"}, - {file = "django_select2-7.6.1-py2.py3-none-any.whl", hash = "sha256:dc6b6fa737b6ea0b673e27c218955dd51a3fb81b2b28af93ce87703b24f4faf8"}, + {file = "django-select2-7.6.2.tar.gz", hash = "sha256:be687a1350cb199d3e60e4cb43686111eb04b3fbd0d2cf3309b48685b63fc0e4"}, + {file = "django_select2-7.6.2-py2.py3-none-any.whl", hash = "sha256:76eb9d378c441ad0959eadfc47929e9258894884f801572589b99429f8c241c3"}, ] django-stubs = [ {file = "django-stubs-1.7.0.tar.gz", hash = "sha256:ddd190aca5b9adb4d30760d5c64f67cb3658703f5f42c3bb0c2c71ff4d752c39"}, diff --git a/pyproject.toml b/pyproject.toml index 0233d40..5dd3b72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ fpdf = "^1.7.2" Pillow = "^8.1.2" django-debug-toolbar = "^3.2" django-yarnpkg = "^6.0.1" -django-select2 = "^7.6.1" +django-select2 = "^7.6.2" python-memcached = "^1.59" django-redis = "^4.12.1" -- GitLab