Skip to content

Commit

Permalink
Bump azure-identity from 1.12.0 to 1.16.1 (#803)
Browse files Browse the repository at this point in the history
Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.12.0 to 1.16.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-identity_1.12.0...azure-identity_1.16.1)

---
updated-dependencies:
- dependency-name: azure-identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent ceb75e8 commit be2aa9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp==3.9.4
attrs==21.4.0
azure-identity==1.12.0
azure-identity==1.16.1
azure-mgmt-billing==6.0.0
azure-mgmt-compute==30.1.0
azure-mgmt-costmanagement==3.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
install_requires=[
'aiohttp==3.9.4', # required by jira
'attrs==21.4.0', # readthedocs
'azure-identity==1.12.0', # azure identity
'azure-identity==1.16.1', # azure identity
'azure-mgmt-billing==6.0.0', # azure billing management
'azure-mgmt-costmanagement==3.0.0', # azure cost management
'azure-mgmt-subscription==3.1.1', # azure subscriptions
Expand Down
2 changes: 1 addition & 1 deletion tests_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp==3.9.4
azure-identity==1.12.0
azure-identity==1.16.1
azure-mgmt-billing==6.0.0
azure-mgmt-costmanagement==3.0.0
azure-mgmt-monitor==6.0.2
Expand Down

0 comments on commit be2aa9a

Please sign in to comment.