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 zeep from 4.1.0 to 4.2.1 #1375

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2023

Bumps zeep from 4.1.0 to 4.2.1.

Release notes

Sourced from zeep's releases.

4.2.1

Fix error regarding closing session in async transport (#1347)

4.2.0

  • Drop support for Python 3.6
  • Allow embedding CDATA elements in simple types (#1339)
  • Allow to pass in a pre parsed Document (#1330)
  • Fix httpx DeprecationWarning for post data (#1326)
  • Add BinaryMemorySignature (#1300)
  • Fix IndexError when empty body response (#1287)
  • Add support for context manager on Client (#1166)
  • Allow Ws Addressing plugin to use a different URL (#1328)
  • Accept strings for xsd base64Binary (#1072)
Changelog

Sourced from zeep's changelog.

4.2.1 (2022-11-10)

  • Fix error regarding closing session in async transport (#1347)

4.2.0 (2022-11-03)

  • Drop support for Python 3.6
  • Allow embedding CDATA elements in simple types (#1339)
  • Allow to pass in a pre parsed Document (#1330)
  • Fix httpx DeprecationWarning for post data (#1326)
  • Add BinaryMemorySignature (#1300)
  • Fix IndexError when empty body response (#1287)
  • Add support for context manager on Client (#1166)
  • Allow Ws Addressing plugin to use a different URL (#1328)
  • Accept strings for xsd base64Binary (#1072)
Commits
  • 4e5ebad Bump version: 4.2.0 → 4.2.1
  • 7d22412 Fix error when closing session in transport destructor
  • 09019c8 Remove reference to modern/fast
  • 84513a7 fix formatting
  • 790151c Fix testcase for windows / python 3.11
  • ec71c49 Bump version: 4.1.0 → 4.2.0
  • 703c975 Update
  • ea2e166 remove six reference
  • 5a06276 Added assert for accepted string type for xsd:base64Binary.
  • df0ce40 Added return of value for accepted string type for xsd:base64Binary.
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 24, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/zeep-4.2.1 branch 2 times, most recently from 154fe90 to dc98214 Compare November 28, 2023 09:55
@lukapeschke
Copy link
Contributor

@dependabot rebase

Bumps [zeep](https://github.com/mvantellingen/python-zeep) from 4.1.0 to 4.2.1.
- [Release notes](https://github.com/mvantellingen/python-zeep/releases)
- [Changelog](https://github.com/mvantellingen/python-zeep/blob/main/CHANGES)
- [Commits](mvantellingen/python-zeep@4.1.0...4.2.1)

---
updated-dependencies:
- dependency-name: zeep
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/zeep-4.2.1 branch from dc98214 to 14f72ec Compare December 4, 2023 10:52
@lukapeschke lukapeschke merged commit b3bbe5b into master Dec 4, 2023
3 checks passed
@lukapeschke lukapeschke deleted the dependabot/pip/zeep-4.2.1 branch December 4, 2023 11:00
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.

2 participants