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

build(deps): bump digitalmarketplace-apiclient from 23.2.0 to 24.0.0 #1684

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps digitalmarketplace-apiclient from 23.2.0 to 24.0.0.

Changelog

Sourced from digitalmarketplace-apiclient's changelog.

24.0.0

Update to use python 3.9 and drop support for python 3.8.

Updated other packages so minimum Flask requirement is now v2

23.0.0

Update to use python 3.8 as python 3.6 is reaching end of life.

Dropping support for:

  • python 3.6
  • python 3.7

22.0.0

Mark this package as PEP 561 compatible. If you have dmapiclient as a dependency and run type checking, the type checker will now check that you're using dmapiclient correctly. This might break your application's type checking if you're using dmapiclient incorrectly.

21.0.0

All "attributes" of apiclient instances have been made private and replaced with read-only properties of the same name. This is to encourage use of apiclients as objects that are unmutated after construction, making their use (hopefully) threadsafe.

The attributes in question comprise RETRIES, RETRIES_BACKOFF_FACTOR, RETRIES_FORCE_STATUS_CODES, base_url, auth_token, enabled, timeout. It seems unlikely that any code was mutating these values post-construction/init_app, but it's worth doing a check before upgrading.

20.0.0

PR: #205

The with_declarations parameter of find_framework_suppliers method of DataAPIClient now defaults to True instead of None. This will increase significantly the size of all replies using it.

19.0.0

PR: #152

We're now using urllib3's Retry util to retry failed requests made by the base api client. This has allowed us to remove backoff from make_iter_method and so also remove the package from the api client's dependencies. It also means that we no longer need HTTPTemporaryError so it's been removed.

Anything that uses the api client and has it's own backoff setup (such as some of our scripts) will need to adjust (or remove) their config to prevent potentially making far too many retry requests.

Anything that uses HTTPTemporaryError will need to remove it. The only place I've found it is in a few one off scripts in the scripts repo for backoff setup.

18.0.0

... (truncated)

Commits
  • 92b293a Merge pull request #277 from Crown-Commercial-Service/release-24.0.0
  • f01aa7c Release v24.0.0
  • b30dd26 Merge pull request #276 from Crown-Commercial-Service/test-with-newer-version...
  • 91def11 Drop support for Python 3.8 (it should still work) and specify python 3.9
  • eb65b93 Merge pull request #272 from Crown-Commercial-Service/dependabot/pip/werkzeug...
  • 11956d3 Update flask to update Jinja
  • 790e743 Bump werkzeug from 1.0.1 to 2.2.3
  • 987b3ab Merge pull request #275 from Crown-Commercial-Service/dependabot/pip/requests...
  • 8c516e0 Bump requests from 2.28.2 to 2.31.0
  • f624f69 Merge pull request #270 from Crown-Commercial-Service/dependabot/pip/requests...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [digitalmarketplace-apiclient](https://github.com/alphagov/digitalmarketplace-apiclient) from 23.2.0 to 24.0.0.
- [Release notes](https://github.com/alphagov/digitalmarketplace-apiclient/releases)
- [Changelog](https://github.com/Crown-Commercial-Service/digitalmarketplace-apiclient/blob/main/CHANGELOG.md)
- [Commits](Crown-Commercial-Service/digitalmarketplace-apiclient@23.2.0...24.0.0)

---
updated-dependencies:
- dependency-name: digitalmarketplace-apiclient
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 31, 2023
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.

None yet

0 participants