Skip to content

pip-websocket: bump msal from 1.35.0 to 1.35.1 in /client-samples/python/websockets#207

Merged
harveymmaunders merged 2 commits into
mainfrom
dependabot/pip/client-samples/python/websockets/msal-1.35.1
Apr 1, 2026
Merged

pip-websocket: bump msal from 1.35.0 to 1.35.1 in /client-samples/python/websockets#207
harveymmaunders merged 2 commits into
mainfrom
dependabot/pip/client-samples/python/websockets/msal-1.35.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Copy link
Copy Markdown
Contributor

Bumps msal from 1.35.0 to 1.35.1.

Release notes

Sourced from msal's releases.

1.35.1

What's Changed

Full Changelog: AzureAD/microsoft-authentication-library-for-python@1.35.0...1.35.1

Changelog

Sourced from msal's changelog.

MSAL Python — Release Guide

This document provides step-by-step instructions for releasing a new version of msal to PyPI.


Prerequisites


Version Location

The package version is defined in a single file:

msal/sku.py  →  __version__ = "x.y.z"

setup.cfg reads it dynamically via version = attr: msal.__version__, so no other file needs updating.


Branch Strategy

dev  (all development happens here)
 │
 │── feature/fix PR → merged into dev
 │
 ├──► release-1.35.0  (version branch, cut from dev when ready)
 │       │
 │       ├── TestPyPI publish (automatic on push)
 │       │
 │       ├── bug found? fix on dev, merge dev → release-1.35.0
 │       │       │
 │       │       └── TestPyPI re-publish (automatic)
 │       │
 │       ├── tag 1.35.0 (via GitHub Release) → PyPI publish
 │       │
 │       │   ── post-release hotfix needed? ──
 │       │
 │       ├── fix on dev, merge dev → release-1.35.0
 │       │       │
 │       │       ├── bump sku.py to 1.35.1
 │       │       │
</tr></table> 

... (truncated)

Commits

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 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 [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.35.0 to 1.35.1.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-python/blob/dev/RELEASE_GUIDE.md)
- [Commits](AzureAD/microsoft-authentication-library-for-python@1.35.0...1.35.1)

---
updated-dependencies:
- dependency-name: msal
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Apr 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 1, 2026 08:41
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 1, 2026
@harveymmaunders harveymmaunders merged commit 3b36c4b into main Apr 1, 2026
6 checks passed
@harveymmaunders harveymmaunders deleted the dependabot/pip/client-samples/python/websockets/msal-1.35.1 branch April 1, 2026 09:11
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