Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deps] Update openwisp-utils[celery] requirement from ~=1.1.0 to ~=1.1.1 #940

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2024

Updates the requirements on openwisp-utils[celery] to permit the latest version.

Release notes

Sourced from openwisp-utils[celery]'s releases.

1.1.1 [2024-11-20]

  • [fix:ui] Added CSS for djang-allauth forms submit button.
  • [fix:docs] Updated links to django documentation and other minor improvements to the docuemntation.
Changelog

Sourced from openwisp-utils[celery]'s changelog.

Version 1.1.1 [2024-11-20]

  • [fix:ui] Added CSS for djang-allauth forms submit button.
  • [fix:docs] Updated links to django documentation and other minor improvements to the docuemntation.

Version 1.1.0 [2024-08-16]

Features


- Added quick link button to the dashboard chart and introduced option to
  filter queryset.
- Added the option to add dashboard templates after charts.
- Added `retryable_request
  <https://openwisp.io/docs/dev/utils/developer/other-utilities.html#openwisp-utils-utils-retryable-request>`_
  utility function for making HTTP requests with built-in retry logic.
- Added `AutocompleteFilter
  <https://openwisp.io/docs/dev/utils/developer/admin-utilities.html#openwisp-utils-admin-theme-filters-autocompletefilter>`_
  to load filter data asynchronously.
- Added `fallback fields
  <https://openwisp.io/docs/dev/utils/developer/custom-fields.html#openwisp-utils-fields-fallbackbooleanchoicefield>`_
  which returns the fallback value when the field is set to ``None``.
- Added `CopyableFieldsAdmin
  <https://openwisp.io/docs/dev/utils/developer/admin-utilities.html#openwisp-utils-admin-copyablefieldsadmin>`_
  which allows to set admin fields to be read-only and makes it easy to
  copy the fields contents.
- Added the `SeleniumTestMixin
  <https://openwisp.io/docs/dev/utils/developer/test-utilities.html#openwisp-utils-tests-assertnumqueriessubtestmixin>`_
  for streamlined Selenium testing.
- Added the `openwisp_utils.db.backends.spatialite
  <https://openwisp.io/docs/dev/utils/developer/admin-utilities.html#openwisp-utils-admin-copyablefieldsadmin>`_
  database backend to implement a workaround for handling `issue with
  sqlite 3.36 and spatialite 5
  <https://code.djangoproject.com/ticket/32935>`_.
- Added a page to display installed OpenWISP modules and system
  information.
- Added an optional feature for `collecting usage metrics
  <https://openwisp.io/docs/dev/utils/user/metric-collection.html>`_,
  utilizing `Clean Insights <https://cleaninsights.org/>`_.

Changes


- Allowed passing extra arguments to the Django ``send_email`` function,
  providing more flexibility in email handling.
- Replaced the ReStructuredText check with ``docstrfmt``, improving
  documentation formatting and validation.
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/openwisp/openwisp-utils/commit/ba0acf3c52c549133120102a018da09cc72601a2&quot;&gt;&lt;code&gt;ba0acf3&lt;/code&gt;&lt;/a> 1.1.1 release</li>
<li><a href="https://github.com/openwisp/openwisp-utils/commit/618b223d7f6310e1834bd7825a2a1240f2fc59b6&quot;&gt;&lt;code&gt;618b223&lt;/code&gt;&lt;/a> [ci] Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.11.0</li>
<li><a href="https://github.com/openwisp/openwisp-utils/commit/e8ec441cdca7a1dbc43818ffed74e40e8d2df12d&quot;&gt;&lt;code&gt;e8ec441&lt;/code&gt;&lt;/a> [docs] Added FUNDING.yml</li>
<li><a href="https://github.com/openwisp/openwisp-utils/commit/07cff29cb9097e034f7d1ccfb303814dfc631c80&quot;&gt;&lt;code&gt;07cff29&lt;/code&gt;&lt;/a> [docs] Updated links to django docs</li>
<li><a href="https://github.com/openwisp/openwisp-utils/commit/e4e0ac139022487721ad778f51a0eff4cd9d1ec5&quot;&gt;&lt;code&gt;e4e0ac1&lt;/code&gt;&lt;/a> [docs] Minor fixes</li>
<li><a href="https://github.com/openwisp/openwisp-utils/commit/14578495c9be77dbb963ef97a7c06387cc12df83&quot;&gt;&lt;code&gt;1457849&lt;/code&gt;&lt;/a> [chores] Added CSS for djang-allauth forms submit button</li>
<li>See full diff in <a href="https://github.com/openwisp/openwisp-utils/compare/1.1.0...1.1.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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 commands and options

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)

Updates the requirements on [openwisp-utils[celery]](https://github.com/openwisp/openwisp-utils) to permit the latest version.
- [Release notes](https://github.com/openwisp/openwisp-utils/releases)
- [Changelog](https://github.com/openwisp/openwisp-utils/blob/master/CHANGES.rst)
- [Commits](openwisp/openwisp-utils@1.1.0...1.1.1)

---
updated-dependencies:
- dependency-name: openwisp-utils[celery]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 22, 2024
@pandafy pandafy added this to the 1.1.0 Release milestone Nov 22, 2024
@coveralls
Copy link

Coverage Status

coverage: 98.259%. remained the same
when pulling 21eac06 on dependabot/pip/openwisp-utils-celery--approx-eq-1.1.1
into 392d4c8 on master.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 2024

Looks like openwisp-utils[celery] is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 22, 2024
@dependabot dependabot bot deleted the dependabot/pip/openwisp-utils-celery--approx-eq-1.1.1 branch November 22, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants