chore(deps): Bump django-admin-rangefilter from 0.11.1 to 0.12.0 in /experimenter (#9927)
Bumps [django-admin-rangefilter](https://github.com/silentsokolov/django-admin-rangefilter) from 0.11.1 to 0.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/silentsokolov/django-admin-rangefilter/releases">django-admin-rangefilter's releases</a>.</em></p> <blockquote> <h2>0.12.0</h2> <h3>Added</h3> <ul> <li>Compatibility Django 5</li> <li>Added Greek translation <a href="https://redirect.github.com/silentsokolov/django-admin-rangefilter/issues/111">#111</a> (thx <a href="https://github.com/tagmat"><code>@tagmat</code></a>)</li> </ul> <h3>Fix</h3> <ul> <li>NumericRangeFilter: Fix SCP</li> </ul> <h2>0.11.1</h2> <h3>Fix</h3> <ul> <li>NumericRangeFilter: Fix filter for the value zero (<a href="https://redirect.github.com/silentsokolov/django-admin-rangefilter/issues/105">#105</a>) (thx <a href="https://github.com/autoantwort"><code>@autoantwort</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/silentsokolov/django-admin-rangefilter/blob/master/CHANGELOG.md">django-admin-rangefilter's changelog</a>.</em></p> <blockquote> <h2>[0.12.0] - 2023-12-09</h2> <h3>Added</h3> <ul> <li>Compatibility Django 5</li> <li>Added Greek translation (thx <a href="https://github.com/tagmat"><code>@tagmat</code></a>) <a href="https://redirect.github.com/silentsokolov/django-admin-rangefilter/issues/111">#111</a></li> </ul> <h3>Fix</h3> <ul> <li>NumericRangeFilter: Fix SCP</li> </ul> <h2>[0.11.2] - 2023-09-10</h2> <h3>Fix</h3> <ul> <li>NumericRangeFilter: Fix filter for the value zero (<a href="https://redirect.github.com/silentsokolov/django-admin-rangefilter/issues/105">#105</a>) (thx <a href="https://github.com/autoantwort"><code>@autoantwort</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b4f6c29c2d
"><code>b4f6c29</code></a> Prepare 0.12.0</li> <li><a href="ac310929fd
"><code>ac31092</code></a> Fix lint</li> <li><a href="970995228d
"><code>9709952</code></a> Up black version</li> <li><a href="a342643e3a
"><code>a342643</code></a> Add support Django 5.*</li> <li><a href="b2623bb651
"><code>b2623bb</code></a> fix lint</li> <li><a href="ec1921c7a9
"><code>ec1921c</code></a> Remove CSP templates</li> <li><a href="1bd69b4040
"><code>1bd69b4</code></a> feat(lang): add Turkish translation (<a href="https://redirect.github.com/silentsokolov/django-admin-rangefilter/issues/111">#111</a>)</li> <li><a href="b24a120961
"><code>b24a120</code></a> Fix numeric filter with csp <a href="https://redirect.github.com/silentsokolov/django-admin-rangefilter/issues/110">#110</a></li> <li><a href="2781ca0bec
"><code>2781ca0</code></a> Bump django from 4.1.10 to 4.1.13 (<a href="https://redirect.github.com/silentsokolov/django-admin-rangefilter/issues/107">#107</a>)</li> <li><a href="678ab83944
"><code>678ab83</code></a> Prepare 0.11.2</li> <li>Additional commits viewable in <a href="https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.1...v0.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django-admin-rangefilter&package-manager=pip&previous-version=0.11.1&new-version=0.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Родитель
f8d97bd37b
Коммит
536e98b8d0
|
@ -499,13 +499,13 @@ bcrypt = ["bcrypt"]
|
|||
|
||||
[[package]]
|
||||
name = "django-admin-rangefilter"
|
||||
version = "0.11.1"
|
||||
version = "0.12.0"
|
||||
description = "django-admin-rangefilter app, add the filter by a custom date range on the admin UI."
|
||||
optional = false
|
||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||||
files = [
|
||||
{file = "django-admin-rangefilter-0.11.1.tar.gz", hash = "sha256:844f6cc65492d90ecaa561b2f93eb31c596d2c0d3f70f238f0500aee415f4ad0"},
|
||||
{file = "django_admin_rangefilter-0.11.1-py2.py3-none-any.whl", hash = "sha256:3e66530ca1dc8553a6b20f12219d3d99b48ff9cf987786cd06282154314912ce"},
|
||||
{file = "django-admin-rangefilter-0.12.0.tar.gz", hash = "sha256:56035f4190d35aad4e699f8fd81306f964642edc96e15ec2a532a1598a466615"},
|
||||
{file = "django_admin_rangefilter-0.12.0-py2.py3-none-any.whl", hash = "sha256:4fd7211271c70c51469fc39b182b70f1199ab9ce0b16264654a2eec96751d686"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -2891,4 +2891,4 @@ files = [
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "fb48ca4a078e71539605415704b427f64867f31612910e149a510f9931708cd3"
|
||||
content-hash = "3c44bcd958265e2479ca5542f47ad8f11b61139f4b3ce77e4f87488c2370423b"
|
||||
|
|
|
@ -55,7 +55,7 @@ django-storages = "1.14"
|
|||
toml = "^0.10.2"
|
||||
pydantic = "1.10.13"
|
||||
django-test-migrations = "^1.3.0"
|
||||
django-admin-rangefilter = "0.11.1"
|
||||
django-admin-rangefilter = "0.12.0"
|
||||
pyjexl = "^0.3.0"
|
||||
Pillow = "^9.5.0"
|
||||
graphene-file-upload = "^1.3.0"
|
||||
|
|
Загрузка…
Ссылка в новой задаче