From eff617e762545cb9626efeb751ab810541384a7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:47:23 +0000 Subject: [PATCH 1/4] chore(deps-dev): bump types-python-dateutil Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.19.14 to 2.8.19.20240106. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-python-dateutil 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 ca9416d2..b72fe41f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -108,7 +108,7 @@ tomlkit==0.12.3 ; python_version >= '3.7' trio==0.23.2 -types-python-dateutil==2.8.19.14 +types-python-dateutil==2.8.19.20240106 typing-extensions==4.9.0 ; python_version >= '3.7' From 1d58391183ec0bea8039659cc5dfd1ad4b3aecf0 Mon Sep 17 00:00:00 2001 From: samwelkanda Date: Tue, 9 Jan 2024 19:27:15 +0300 Subject: [PATCH 2/4] Fix CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d89695c2..b110c62f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![PyPI version](https://badge.fury.io/py/msgraph-core.svg)](https://badge.fury.io/py/msgraph-core) -[![CI Actions Status](https://github.com/microsoftgraph/msgraph-sdk-python-core/workflows/build.yml/badge.svg)](https://github.com/microsoftgraph/msgraph-sdk-python-core/actions) +[![CI Actions Status](https://github.com/microsoftgraph/msgraph-sdk-python-core/actions/workflows/build.yml/badge.svg)](https://github.com/microsoftgraph/msgraph-sdk-python-core/actions/workflows/build.yml) [![Downloads](https://pepy.tech/badge/msgraph-core)](https://pepy.tech/project/msgraph-core) ## Microsoft Graph Core Python Client Library. From 3e62895d403f937b34e86fae1752e802e96ae8ed Mon Sep 17 00:00:00 2001 From: samwelkanda Date: Tue, 9 Jan 2024 19:27:36 +0300 Subject: [PATCH 3/4] Allow 5 parallel jobs --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 533eb831..e0a4536c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 40 strategy: - max-parallel: 4 + max-parallel: 5 matrix: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] From c30a91950726a721f4df777c0f97358c34e0806a Mon Sep 17 00:00:00 2001 From: samwelkanda Date: Tue, 9 Jan 2024 19:27:56 +0300 Subject: [PATCH 4/4] Use correct API token --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 215222ce..21bdf159 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf with: user: __token__ - password: ${{ secrets.PYPI_TOKEN }} + password: ${{ secrets.PYPI_API_TOKEN }} release: name: Create release