zyv / pilot_log

Simple Django pilot log webapp
MIT License
4 stars 3 forks source link

chore(poetry): bump django-countries from 7.3.2 to 7.4.2 #54

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps django-countries from 7.3.2 to 7.4.2.

Changelog

Sourced from django-countries's changelog.

7.4.2 (10 October 2022)

  • Fix error when using USE_I18N = False.

7.4.1 (7 October 2022)

  • Fix broken translations due to last common country names fix.

7.4 (7 October 2022)

  • Fixed Traditional Chinese translation (needed to be locale/zh_Hant).

  • Update flag of Honduras.

  • Add Django 4.0 and 4.1 to the test matrix, dropping 3.0 and 3.1

  • Add Django Rest Framework 3.13 and 3.14, dropping 3.11.

  • Multi-choice countries are now stored sorted and with duplicates stripped. Thanks flbraun and Jens Diemer!

  • Fix common country names not being honoured in non-English translations (only fixed for Python 3.8+).

Commits
  • 5bca4ba Preparing release 7.4.2
  • fc138a8 Fix error when using USE_I18N=False
  • 7ba8555 Avoid test translations with makemessages
  • 30769d1 Back to development: 7.4.2
  • 64cc492 Preparing release 7.4.1
  • cf08241 Fix broken fallback translations
  • dfe3d9f Back to development: 7.5
  • 91e8b10 Preparing release 7.4
  • eeb4b30 Change manifest to exclude config files
  • ce54bae Always honour common names in non-english translations
  • 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)