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 pact-python from 1.7.0 to 2.2.2 #417

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 Oct 10, 2024

Bumps pact-python from 1.7.0 to 2.2.2.

Release notes

Sourced from pact-python's releases.

v2.2.2

BREAKING CHANGE

  • Python 3.8 support dropped
  • The srv.mismatches is changed from a list[dict[str, Any]] to a list[Mismatch].

Feat

  • add Python 3.13, drop 3.8
  • improve mismatch error
  • add ArrayContainsMatcher
  • add each key/value matchers
  • add uuid matcher
  • add match aliases
  • improve match module
  • add strftime to java date format converter
  • add matchable typevar
  • examples: add post and delete

Fix

  • ISO 8601 incompatibility
  • typing annotations
  • examples: do not publish postgres port
  • examples: use wget for broker healthcheck
  • examples: do not overwrite pact file on every test
  • ensure matchers optionally use generators
  • kwargs typing
  • incompatible override
  • missing typing arguments

Refactor

  • match module
  • generators module
  • create pact.v3.types module
  • generate module in style of match module
  • rename generators to generate
  • matcher
  • split types into stub
  • rename matchers to match
  • prefer | over Optional and Union

Pull Requests

... (truncated)

Changelog

Sourced from pact-python's changelog.

v2.2.2 (2024-10-10)

BREAKING CHANGE

  • Python 3.8 support dropped
  • The srv.mismatches is changed from a list[dict[str, Any]] to a list[Mismatch].

Feat

  • add Python 3.13, drop 3.8
  • improve mismatch error
  • add ArrayContainsMatcher
  • add each key/value matchers
  • add uuid matcher
  • add match aliases
  • improve match module
  • add strftime to java date format converter
  • add matchable typevar
  • examples: add post and delete

Fix

  • ISO 8601 incompatibility
  • typing annotations
  • examples: do not publish postgres port
  • examples: use wget for broker healthcheck
  • examples: do not overwrite pact file on every test
  • ensure matchers optionally use generators
  • kwargs typing
  • incompatible override
  • missing typing arguments

Refactor

  • match module
  • generators module
  • create pact.v3.types module
  • generate module in style of match module
  • rename generators to generate
  • matcher
  • split types into stub
  • rename matchers to match
  • prefer | over Optional and Union

v2.2.1 (2024-07-22)

Feat

  • ffi: upgrade ffi to 0.4.22

... (truncated)

Commits
  • aa4b7e2 chore: disable pypy builds
  • eda8287 chore(ci): tweak build conditions
  • 07a0758 chore(ci): disable docs workflow on tags
  • 393190b feat!: add Python 3.13, drop 3.8
  • d582e4b chore(deps): pin dependencies
  • 403696d fix: ISO 8601 incompatibility
  • 4e226a2 chore(ci): switch to uv fully
  • 4493567 chore: disable wait
  • 1c5c5aa fix: typing annotations
  • 6b85a31 chore: adjust tests to use new Mismatch class
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.

@dependabot dependabot bot requested a review from sergeyklay as a code owner October 10, 2024 12:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 10, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/pact-python-2.2.2 branch 2 times, most recently from 4f7b576 to 990c8c1 Compare October 25, 2024 08:38
Bumps [pact-python](https://github.com/pact-foundation/pact-python) from 1.7.0 to 2.2.2.
- [Release notes](https://github.com/pact-foundation/pact-python/releases)
- [Changelog](https://github.com/pact-foundation/pact-python/blob/master/CHANGELOG.md)
- [Commits](pact-foundation/pact-python@v1.7.0...v2.2.2)

---
updated-dependencies:
- dependency-name: pact-python
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pact-python-2.2.2 branch from 990c8c1 to a6369a1 Compare October 31, 2024 08:22
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