Skip to content

Commit

Permalink
build(deps): bump msal from 1.30.0 to 1.31.0 (#309)
Browse files Browse the repository at this point in the history
Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-python@1.30.0...1.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent f7760df commit cbefac8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"requests>=2.31,<2.33",
"validators>=0.31.0,<0.35.0",
"pyjwt[crypto]>=2.8,<2.10",
"msal>=1.28,<1.31",
"msal>=1.28,<1.32",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jinja2==3.1.4
# via towncrier
markupsafe==2.1.5
# via jinja2
msal==1.30.0
msal==1.31.0
pycparser==2.22
# via cffi
pyjwt==2.9.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# - sphinx-autobuild==2024.9.3
# - importlib-metadata==8.5.0
# - furo==2024.8.6
# - msal==1.30.0
# - msal==1.31.0
# - pyjwt[crypto]==2.9.0
# - requests==2.32.3
# - validators==0.34.0
Expand Down Expand Up @@ -49,7 +49,7 @@ livereload==2.7.0
# via sphinx-autobuild
markupsafe==2.1.5
# via jinja2
msal==1.30.0
msal==1.31.0
packaging==24.1
# via sphinx
pycparser==2.22
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
msal==1.30.0
msal==1.31.0
packaging==24.1
# via pytest
pluggy==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
msal==1.30.0
msal==1.31.0
packaging==24.1
# via pytest
pluggy==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
msal==1.30.0
msal==1.31.0
packaging==24.1
# via pytest
pluggy==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
msal==1.30.0
msal==1.31.0
packaging==24.1
# via pytest
pluggy==1.5.0
Expand Down

0 comments on commit cbefac8

Please sign in to comment.