skygate / skyexpo-matchmaking

The matchmaking app for skyexpo AI 2020
http://skyexpo.hal.skygate.io/
0 stars 0 forks source link

Bump django-countries from 5.5 to 6.1.2 in /backend #163

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps django-countries from 5.5 to 6.1.2.

Changelog

Sourced from django-countries's changelog.

6.1.2 (26 March 2020)

  • Fix Python 3.5 syntax error (no f-strings just yet...).

6.1.1 (26 March 2020)

  • Change ISO country import so that "Falkland Islands [Malvinas]" => "Falkland Islands (Malvinas)".

6.1 (20 March 2020)

  • Add a GraphQL object type for a django Country object.

6.0 (28 February 2020)

  • Make DRF CountryField respect blank=False. This is a backwards incompatible change since blank input will now return a validation error (unless blank is explicitly set to True).
  • Fix COUNTRIES_OVERRIDE when using the complex dictionary format and a single name.
  • Add bandit to the test suite for basic security analysis.
  • Drop Python 2.7 and Python 3.4 support.
  • Add Rest Framework 3.10 and 3.11 to the test matrix, remove 3.8.
  • Fix a memory leak when using PyUCA. Thanks Meiyer (aka interDist)!
Commits
  • 6ff758d Preparing release 6.1.2
  • fdfd658 Fix Python 3.5 compatibility
  • d9323ef Back to development: 6.2
  • d1b908b Preparing release 6.1.1
  • 00a2781 Note Falkland Islands fix in change log
  • 4a4aefc Fix #299 - Falkland Islands naming
  • 5a0ac47 Ensure wheels will get built by zest for future releases
  • ee7a360 Back to development: 6.2
  • 488ccaf Preparing release 6.1
  • 7583382 Update manifest to include graphql dir
  • 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Looks like django-countries is up-to-date now, so this is no longer needed.