Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump digitalmarketplace-utils from 56.1.2 to 57.0.0 #707

Merged
merged 1 commit into from
Mar 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps digitalmarketplace-utils from 56.1.2 to 57.0.0.

Changelog

Sourced from digitalmarketplace-utils's changelog.

57.0.0

Breaking changes

The Direct+ client no longer returns None if a DUNS number is in valid or not found.

You must change calls of DirectPlusClient.get_organization_by_duns_number() to catch DirectPlusError exceptions or these errors will be propogated to users.

56.0.0

Flask Redis session type is enabled by default.

55.0.0

Adds support for Redis Flask session type. Note, this will only be used if DM_USE_REDIS_SESSION_TYPE env var is set.

54.0.0

You should now use flask routes in an app, instead of python application.py list_routes or python application.py list_external_routes.

flask routes includes the fully qualified name of the route method, so if you want to show only external routes you can use flask routes | grep '^external'.

53.0.0

  • You must change any uses of dmutils.api_stubs to use dmtestutils.api_model_stubs instead. The api stubs in this package have been removed.

52.0.0

There are now no uses of dmutils.repoutils.freeze_requirements in any of our repos, as we have replaced it with pip-tools (see https://trello.com/c/iLQca47V/251-replace-custom-script-to-freeze-requirements-with-pip-tools).

51.0.0

Signature change to:

dmutils/status.py::get_app_status

get_app_status(
     search_api_client=None,
     ignore_dependencies=False,
     additional_checks=None,
-    additional_checks_internal=None,
</tr></table> 

... (truncated)

Commits
  • e8dd034 Merge pull request #603 from alphagov/ldeb-fix-duns-not-found-error
  • 59e3dc0 Version bump (major) to 57.0.0
  • 7e4fa99 Rewrite DirectPlusClient.get_organization_by_duns_number()
  • c3c45ec Merge pull request #602 from alphagov/ldeb-fix-echo-stderr
  • 4402dc9 Fix echoing to stderr
  • 9cbb656 Merge pull request #594 from alphagov/ldeb-add-invoke
  • 7835c31 Add mypy testing to invoke tasks
  • 49af940 Replace make with invoke
  • 548dfba Merge pull request #601 from alphagov/remove-badges
  • 82b6fcc remove broken badges from README
  • 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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 15, 2021
@lfdebrux lfdebrux merged commit b17757d into master Mar 15, 2021
@lfdebrux lfdebrux deleted the dependabot/pip/digitalmarketplace-utils-57.0.0 branch March 15, 2021 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant