From 4a2f823c1be1b20374c1e3d1dd8614c58b54fc00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 05:58:36 +0000 Subject: [PATCH 01/12] chore(deps-dev): bump cryptography from 42.0.8 to 43.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c20314e3ac8..20e02a74dd6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -13,7 +13,7 @@ cffi==1.16.0 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 -cryptography==42.0.8 +cryptography==43.0.0 Deprecated==1.2.14 dill==0.3.8 docutils==0.21.2 From 5b12b0a892fb362344a617b5f45a75db541d26f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 06:24:47 +0000 Subject: [PATCH 02/12] chore(deps-dev): bump mypy from 1.10.1 to 1.11.0 Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 20e02a74dd6..a8b20eef05e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -44,7 +44,7 @@ msal==1.30.0 msal-extensions==1.2.0 msgraph-core==1.1.2 multidict==6.0.5 -mypy==1.10.1 +mypy==1.11.0 mypy-extensions==1.0.0 opentelemetry-api==1.25.0 opentelemetry-sdk==1.25.0 From 3b8d3c4e032dbc20707c4f4212ef7f2b8d05fc6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 06:52:13 +0000 Subject: [PATCH 03/12] chore(deps-dev): bump astroid from 3.2.3 to 3.2.4 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/pylint-dev/astroid/compare/v3.2.3...v3.2.4) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a8b20eef05e..91c26b1114e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ aiohttp==3.9.5 aiosignal==1.3.1 anyio==4.4.0 -astroid==3.2.3 +astroid==3.2.4 async-timeout==4.0.3 attrs==23.2.0 azure-core==1.30.2 From 4e48455b66f84e3fbe4cb773748d21be982dd9c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:19:12 +0000 Subject: [PATCH 04/12] chore(deps-dev): bump pylint from 3.2.5 to 3.2.6 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.2.6) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 91c26b1114e..91493ca127d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -56,7 +56,7 @@ platformdirs==4.2.2 portalocker==2.10.1 pycparser==2.22 PyJWT==2.8.0 -pylint==3.2.5 +pylint==3.2.6 pyproject_hooks==1.1.0 python-dateutil==2.9.0.post0 requests==2.32.3 From 4d276839c05a9f233cccba2b7e4e0ae12c805f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 05:54:37 +0000 Subject: [PATCH 05/12] chore(deps-dev): bump the open-telemetry group with 3 updates Bumps the open-telemetry group with 3 updates: [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python), [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) and [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python). Updates `opentelemetry-api` from 1.25.0 to 1.26.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.25.0...v1.26.0) Updates `opentelemetry-sdk` from 1.25.0 to 1.26.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.25.0...v1.26.0) Updates `opentelemetry-semantic-conventions` from 0.46b0 to 0.47b0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/commits) --- updated-dependencies: - dependency-name: opentelemetry-api dependency-type: direct:development update-type: version-update:semver-minor dependency-group: open-telemetry - dependency-name: opentelemetry-sdk dependency-type: direct:development update-type: version-update:semver-minor dependency-group: open-telemetry - dependency-name: opentelemetry-semantic-conventions dependency-type: direct:development dependency-group: open-telemetry ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 91493ca127d..0570515159c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -46,9 +46,9 @@ msgraph-core==1.1.2 multidict==6.0.5 mypy==1.11.0 mypy-extensions==1.0.0 -opentelemetry-api==1.25.0 -opentelemetry-sdk==1.25.0 -opentelemetry-semantic-conventions==0.46b0 +opentelemetry-api==1.26.0 +opentelemetry-sdk==1.26.0 +opentelemetry-semantic-conventions==0.47b0 packaging==24.1 pathlib2==2.3.7.post1 pendulum==3.0.0 From 787bdfc1ea70316dfe5ed2990812dc8ccc4f0d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 06:39:11 +0000 Subject: [PATCH 06/12] chore(deps-dev): bump std-uritemplate from 1.0.3 to 1.0.5 Bumps [std-uritemplate](https://github.com/std-uritemplate/std-uritemplate) from 1.0.3 to 1.0.5. - [Release notes](https://github.com/std-uritemplate/std-uritemplate/releases) - [Commits](https://github.com/std-uritemplate/std-uritemplate/compare/1.0.3...1.0.5) --- updated-dependencies: - dependency-name: std-uritemplate dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0570515159c..885fa419eb7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -62,7 +62,7 @@ python-dateutil==2.9.0.post0 requests==2.32.3 six==1.16.0 sniffio==1.3.1 -std-uritemplate==1.0.3 +std-uritemplate==1.0.5 time-machine==2.14.2 toml==0.10.2 tomli==2.0.1 From 33fc0f9eb743567d43bc046b55443f9373955ab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 05:41:42 +0000 Subject: [PATCH 07/12] chore(deps-dev): bump microsoft-kiota-serialization-json Bumps [microsoft-kiota-serialization-json](https://github.com/microsoft/kiota) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/microsoft/kiota/releases) - [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: microsoft-kiota-serialization-json dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 885fa419eb7..c2321fc8a15 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -37,7 +37,7 @@ microsoft-kiota-abstractions==1.3.3 microsoft-kiota-authentication-azure==1.0.0 microsoft-kiota-http==1.3.2 microsoft-kiota-serialization-form==0.1.0 -microsoft-kiota-serialization-json==1.2.0 +microsoft-kiota-serialization-json==1.3.0 microsoft-kiota-serialization-multipart==0.1.0 microsoft-kiota-serialization-text==1.0.0 msal==1.30.0 From 312d7ea635939bd65da8a52d2ca5091cbee98205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 05:26:06 +0000 Subject: [PATCH 08/12] chore(deps-dev): bump aiohttp from 3.9.5 to 3.10.0 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.0. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c2321fc8a15..4285d4fa7c9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -aiohttp==3.9.5 +aiohttp==3.10.0 aiosignal==1.3.1 anyio==4.4.0 astroid==3.2.4 From 2a1cedc43fef3d4726e032bd8db9354cd209c5ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 06:22:50 +0000 Subject: [PATCH 09/12] chore(deps-dev): bump mypy from 1.11.0 to 1.11.1 Bumps [mypy](https://github.com/python/mypy) from 1.11.0 to 1.11.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11...v1.11.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4285d4fa7c9..80b19c1c22e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -44,7 +44,7 @@ msal==1.30.0 msal-extensions==1.2.0 msgraph-core==1.1.2 multidict==6.0.5 -mypy==1.11.0 +mypy==1.11.1 mypy-extensions==1.0.0 opentelemetry-api==1.26.0 opentelemetry-sdk==1.26.0 From 01f1e3fcffabd0317c525cd9de051e3021f886e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 05:14:39 +0000 Subject: [PATCH 10/12] chore(deps-dev): bump pyjwt from 2.8.0 to 2.9.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.8.0...2.9.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 80b19c1c22e..46d3b0b8991 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -55,7 +55,7 @@ pendulum==3.0.0 platformdirs==4.2.2 portalocker==2.10.1 pycparser==2.22 -PyJWT==2.8.0 +PyJWT==2.9.0 pylint==3.2.6 pyproject_hooks==1.1.0 python-dateutil==2.9.0.post0 From 5ee9548e3500bf0da1db00bb7785ad8128168dc7 Mon Sep 17 00:00:00 2001 From: Acurisu Date: Fri, 2 Aug 2024 14:41:15 +0200 Subject: [PATCH 11/12] bump json serializer to >=1.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96facc76c6e..603e32e068c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "azure-identity >=1.12.0", "microsoft-kiota-abstractions >=1.3.0,<2.0.0", "microsoft-kiota-authentication-azure >=1.0.0,<2.0.0", - "microsoft-kiota-serialization-json >=1.0.0,<2.0.0", + "microsoft-kiota-serialization-json >=1.3.0,<2.0.0", "microsoft-kiota-serialization-text >=1.0.0,<2.0.0", "microsoft-kiota-serialization-form >=0.1.0", "microsoft-kiota-serialization-multipart >=0.1.0", From b9ded0ef0a9434f74485671dce403c298d7a909f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:34:05 +0000 Subject: [PATCH 12/12] chore(main): release 1.5.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ msgraph/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a228e49306d..3e6f3c3246f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.3" + ".": "1.5.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4629117dbec..26eebf590c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. +## [1.5.4](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.5.3...v1.5.4) (2024-08-02) + + +### Bug Fixes + +* requires a higher version of the JSON dependency ([955f85f](https://github.com/microsoftgraph/msgraph-sdk-python/commit/955f85fe35ddfc0eb6f2f2c6a58d59ec04f3b073)) + ## [1.5.3](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.5.2...v1.5.3) (2024-07-17) diff --git a/msgraph/_version.py b/msgraph/_version.py index bbb70708bc5..a9c26f8024d 100644 --- a/msgraph/_version.py +++ b/msgraph/_version.py @@ -1,4 +1,4 @@ # The SDK version # x-release-please-start-version -VERSION: str = '1.5.3' +VERSION: str = '1.5.4' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 603e32e068c..7a2624b4f31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" name = "msgraph-sdk" # The SDK version # x-release-please-start-version -version = "1.5.3" +version = "1.5.4" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Python SDK"