Skip to content

Commit

Permalink
Update coverage requirement from ==7.3.* to ==7.4.* (#75)
Browse files Browse the repository at this point in the history
* Update coverage requirement from ==7.3.* to ==7.4.*

Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.3.0...7.4.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix Pylint errors with Black

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Ritheesh Baradwaj <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ritheesh Baradwaj <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
3 people authored Jun 29, 2024
1 parent 8f45797 commit 16c6bee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ psutil==5.9.*
# soundfile==0.11.0

# testing
matplotlib==3.7.*
websockets==11.*
coverage==7.3.*
matplotlib==3.8.*
websockets==12.*
coverage==7.4.*
pytest-cov==4.1.*

# Django application
Expand Down
1 change: 1 addition & 0 deletions src/api/mimasa/mimasa/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
"""

from django.conf import settings
from django.conf.urls.static import static
from django.contrib import admin
Expand Down

0 comments on commit 16c6bee

Please sign in to comment.