MAKENTNU / web

The website of the student organization MAKE NTNU, built with Django.
https://makentnu.no
MIT License
9 stars 5 forks source link

⬆(deps): Bump django-phonenumber-field from 6.3.0 to 6.4.0 #486

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps django-phonenumber-field from 6.3.0 to 6.4.0.

Release notes

Sourced from django-phonenumber-field's releases.

6.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/stefanfoulis/django-phonenumber-field/compare/6.3.0...6.4.0

Commits
  • 1f012e4 Implement region argument for serializerfields
  • b746061 Allow restricting PhoneNumberPrefixWidget country choices
  • 8ad812c Handle primitive types in serializerfields
  • b801e74 Verify ModelSerializer for a blank field accepts empty input
  • 61922e0 Remove default="" from blank=True fields
  • 1fd9d5f Create contribution guidelines
  • 10a2ca6 Add compatibility with Django 4.1
  • adfefb7 Add flake8 plugins bugbear and comprehensions
  • c522038 Simplify pyproject.toml
  • bd789a9 Add Django 4.0 to tox envlist
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #486 (91186f3) into dev (7e33f81) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev     #486   +/-   ##
=======================================
  Coverage   88.50%   88.50%           
=======================================
  Files         132      132           
  Lines        5507     5507           
=======================================
  Hits         4874     4874           
  Misses        633      633           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dependabot[bot] commented 2 years ago

Superseded by #490.