Skip to content

Commit

Permalink
chore(deps): update msal requirement from ==1.27.0 to ==1.28.0
Browse files Browse the repository at this point in the history
Updates the requirements on [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) to permit the latest version.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-python@1.27.0...1.28.0)

---
updated-dependencies:
- dependency-name: msal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent 829ec01 commit 09fd2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ importlib-resources = { version = "==6.3.*", python = "<3.9" }
singer-sdk = { version="~=0.36.0" }
fs-s3fs = { version = "~=1.1.1", optional = true }
requests = "~=2.31.0"
msal = "==1.27.0"
msal = "==1.28.0"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.4.0"
Expand Down

0 comments on commit 09fd2e0

Please sign in to comment.