chore(deps): update dependency pact-python to v3#44
Open
pactflow-renovate-bot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency pact-python to v3#44pactflow-renovate-bot[bot] wants to merge 1 commit intomainfrom
pactflow-renovate-bot[bot] wants to merge 1 commit intomainfrom
Conversation
7c4e814 to
75f9090
Compare
23d264e to
804dc8b
Compare
804dc8b to
e2eb0d0
Compare
9e05328 to
89bd66e
Compare
Ref: PACT-445
89bd66e to
a86319a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.3.3→3.2.1Release Notes
pact-foundation/pact-python (pact-python)
v3.2.1🚀 Features
Add xml matching
A new
pact.xmlmodule provides builder functions for constructing XML request and response bodies with embedded Pact matchers. Usexml.element()to describe the XML structure and attach matchers where needed, then wrap the result withxml.body()before passing it towith_body(..., content_type="application/xml"):Repeating elements are supported via
.each(min=1, examples=2)on anyXmlElement. Attributes (including namespace declarations) can be passed via theattrskeyword argument.Allow iteration over all interactions
Use common
PactInteractiontypeCan toggle follow redirects
Allow plugin loading delay
📚 Documentation
⚙️ Miscellaneous Tasks
� Other
Contributors
v3.2.0📚 Documentation
⚙️ Miscellaneous Tasks
Contributors
v3.1.0🚀 Features
🐛 Bug Fixes
📚 Documentation
⚙️ Miscellaneous Tasks
Contributors
v3.0.1📚 Documentation
⚙️ Miscellaneous Tasks
Contributors
v3.0.0📚 Documentation
⚙️ Miscellaneous Tasks
Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.