chore(deps): bump msgraph-sdk from 1.6.0 to 1.7.0 (#5007)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-09-12 09:05:47 +02:00
committed by GitHub
parent 08b9a3a54a
commit 07a04c234b
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -2489,13 +2489,13 @@ dev = ["bumpver", "isort", "mypy", "pylint", "pytest", "yapf"]
[[package]]
name = "msgraph-sdk"
version = "1.6.0"
version = "1.7.0"
description = "The Microsoft Graph Python SDK"
optional = false
python-versions = ">=3.8"
files = [
{file = "msgraph_sdk-1.6.0-py3-none-any.whl", hash = "sha256:00dc0037a0a15a00bf04a9fd1340bb14b70dd0bbd5bc881bfde4ec9c0e2b9dbc"},
{file = "msgraph_sdk-1.6.0.tar.gz", hash = "sha256:6724b186564b5a208e5069adff4a491a5401f36ed6928edcc4b6702b82b44c94"},
{file = "msgraph_sdk-1.7.0-py3-none-any.whl", hash = "sha256:66683b361eb1230b315e57c75a144e2f93c8a7e70f11c6a8c6c150dd59fa0235"},
{file = "msgraph_sdk-1.7.0.tar.gz", hash = "sha256:40b7776e2f02825ddb51d390490858e7d1c065a36e2a21b7655b392c78565b43"},
]
[package.dependencies]
@@ -4573,4 +4573,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "7b559653d14145ddd87228ead6bcdca7d6b532008afcbad07011c0b648ef8d28"
content-hash = "0597f0bf7d74443ab2c56a4a308866972e33226f37522454ac548b48d27750d6"
+1 -1
View File
@@ -53,7 +53,7 @@ google-api-python-client = "2.145.0"
google-auth-httplib2 = ">=0.1,<0.3"
jsonschema = "4.23.0"
microsoft-kiota-abstractions = "1.3.3"
msgraph-sdk = "1.6.0"
msgraph-sdk = "1.7.0"
pydantic = "1.10.18"
python = ">=3.9,<3.13"
python-dateutil = "^2.9.0.post0"