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 exchangelib from 4.9.0 to 5.4.0 in /docker/py3ews #3851

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 15, 2024

Bumps exchangelib from 4.9.0 to 5.4.0.

Changelog

Sourced from exchangelib's changelog.

5.4.0

  • Add O365InteractiveConfiguration helper class to set up MSAL auth for O365.
  • Add exchangelib[msal] installation flavor to match the above.
  • Various bug fixes related to distinguished folders.

5.3.0

  • Fix various issues related to public folders and archive folders
  • Support read-write for ``Contact.im_addresses`
  • Improve reporting of inbox rule validation errors

5.2.1

  • Fix ErrorAccessDenied: Not allowed to access Non IPM folder caused by recent changes in O365.
  • Add more intuitive API for inbox rules
  • Fix various bugs with inbox creation

5.2.0

  • Allow setting a custom Configuration.max_conections in autodiscover mode
  • Add support for inbox rules. See documentation for examples.
  • Fix shared folder access in delegate mode
  • Support subscribing to all folders instead of specific folders

5.1.0

  • Fix QuerySet operations on shared folders
  • Fix globbing on patterns with more than two folder levels
  • Fix case sensitivity of "/" folder navigation
  • Multiple improvements related to consistency and graceful error handling

5.0.3

  • Bugfix release

5.0.2

  • Fix bug where certain folders were being assigned the wrong Python class.

5.0.1

  • Fix PyPI package. No source code changes.

... (truncated)

Commits
  • 73d3167 docs: Update docs
  • 39df56a Bump version
  • 54ba36c feat: Add O365 MSAL auth helper to reduce boilerplate
  • e3d544c feat: Add the 'msal' install flavor
  • cc6e276 docs: fix code brackets
  • d971534 ci: 3.13-dev is available for testing
  • c33040c test: Assert that we get the expected master ID after refreshing
  • 17ea29a fix: move _distinguished_id wiping into the from_xml_with_root method. Fixes ...
  • fbb8c45 chore: Sort classes in the known_folders module
  • 3fc7890 fix: These folders aren't distinguished even though the response XML says so
  • 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)

Bumps [exchangelib](https://github.com/ecederstrand/exchangelib) from 4.9.0 to 5.4.0.
- [Release notes](https://github.com/ecederstrand/exchangelib/releases)
- [Changelog](https://github.com/ecederstrand/exchangelib/blob/master/CHANGELOG.md)
- [Commits](ecederstrand/exchangelib@v4.9.0...v5.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 15, 2024
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
Projects
None yet
0 participants