Skip to content

Commit fca938c

Browse files
Remove the unneeded wheel requirement (#1025)
* Update wheel requirement from >=0.46.3 to >=0.47.0 Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.46.3...0.47.0) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Remove wheel dependency from requirements/pkgutils.txt Agent-Logs-Url: https://github.com/celery/django-celery-beat/sessions/2aab77bd-9464-4d22-9fa9-53ffaf18d211 * Remove wheel badge from README.rst and docs/templates/readme.txt Agent-Logs-Url: https://github.com/celery/django-celery-beat/sessions/aeb55691-6ab8-4f09-8d22-712912982b61 Co-authored-by: cclauss <3709715+cclauss@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: cclauss <3709715+cclauss@users.noreply.github.com>
1 parent 8311321 commit fca938c

3 files changed

Lines changed: 2 additions & 11 deletions

File tree

README.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Database-backed Periodic Tasks
33
=====================================================================
44

5-
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
5+
|build-status| |coverage| |license| |pyversion| |pyimp|
66

77
:Version: 2.9.0
88
:Web: http://django-celery-beat.readthedocs.io/
@@ -334,10 +334,6 @@ If you have a project that is time zone naive, you can set ``DJANGO_CELERY_BEAT_
334334
:alt: BSD License
335335
:target: https://opensource.org/licenses/BSD-3-Clause
336336

337-
.. |wheel| image:: https://img.shields.io/pypi/wheel/django-celery-beat.svg#foo
338-
:alt: django-celery-beat can be installed via wheel
339-
:target: http://pypi.python.org/pypi/django-celery-beat/
340-
341337
.. |pyversion| image:: https://img.shields.io/pypi/pyversions/django-celery-beat.svg#foo
342338
:alt: Supported Python versions.
343339
:target: http://pypi.python.org/pypi/django-celery-beat/

docs/templates/readme.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Database-backed Periodic Tasks
33
=====================================================================
44

5-
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
5+
|build-status| |coverage| |license| |pyversion| |pyimp|
66

77
.. include:: ../includes/introduction.txt
88

@@ -19,10 +19,6 @@
1919
:alt: BSD License
2020
:target: https://opensource.org/licenses/BSD-3-Clause
2121

22-
.. |wheel| image:: https://img.shields.io/pypi/wheel/django-celery-beat.svg
23-
:alt: django-celery-beat can be installed via wheel
24-
:target: http://pypi.python.org/pypi/django-celery-beat/
25-
2622
.. |pyversion| image:: https://img.shields.io/pypi/pyversions/django-celery-beat.svg
2723
:alt: Supported Python versions.
2824
:target: http://pypi.python.org/pypi/django-celery-beat/

requirements/pkgutils.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
setuptools>=40.8.0
2-
wheel>=0.46.3
32
flake8>=7.3.0
43
tox>=4.30.3
54
sphinx2rst>=1.0

0 commit comments

Comments
 (0)