VOKO-Utrecht / voko

Administration and automation for VOKO
4 stars 8 forks source link

Bump mollie-api-python from 1.4.2 to 2.5.3 #155

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps mollie-api-python from 1.4.2 to 2.5.3.

Release notes

Sourced from mollie-api-python's releases.

Release v2.5.3

Summary:

  • Fixed incorrect API endpoint for customer subscription payments, reported by @wandura (#190)

Release v2.5.2

Summary:

  • Migrated the CI setup from Travis-CI to Github Actions (#187)

Note: no actual code changes. Feel free to ignore this release!

Release 2.5.1

Summary:

  • Add urllib3 as an explicit dependency, reported by @jacopsd in #186

Release 2.5.0

Summary:

  • Add retry functionality as requested by Mollie in #178
  • Default timeout was lowered to 2 seconds
  • Some changes to the test setup

Release 2.4.1

Summary:

  • Add missing metadata properties as reported by @kevinvalk in #172
  • Add deprecation warning for Settlement invoiceId
  • Configure test runs for python 3.9 and pypy 3

Release 2.4.0

Summary:

  • Support for payment method mealvoucher.
  • Support for retrieving dashboard url from Organization
  • Added invoiceId for each monthly period in Settlements test response
  • Fix typo in script name in examples
  • Fix currency is displayed twice in examples, display value instead

Release 2.3.1

Summary:

  • Fixed a minor issue in error handling while perform requests to the Mollie API (#153).

Release 2.3.0

Summary:

  • Support for Python 2.7 is removed. Python 2.7 will be EOL on 2020-01-01.
  • Support for specifying an API key through the constructor (client = Client(api_key=...) is removed. Use client.set_api_key() or client.set_access_token() instead.
  • Support for Method.pricing is added.

Release 1.4.5

Summary:

... (truncated)

Commits
  • f22be53 Prepare release 2.5.3
  • e2d39dc Merge pull request #191 from Esperk/190-fix-get-subscriptions-payments-endpoint
  • 5d8d448 Fix invalid get subscription payments endpoint url
  • a96853d Update release process notes.
  • 38f477b Bump version
  • 6491e08 Merge pull request #187 from mollie/migrate-to-github-actions
  • 4f8f20f Add workflow for releases
  • ccbfe17 Add matrix for multiple python versions
  • b3e3ee6 Drop travis config
  • 242f3f9 Add workflow for running tests.
  • 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 3 years ago

Superseded by #167.