Skip to content

Commit 1a47850

Browse files
Merge pull request #448 from microsoftgraph/dependabot/pip/types-python-dateutil-2.8.19.20240106
chore(deps-dev): bump types-python-dateutil from 2.8.19.14 to 2.8.19.20240106
2 parents abdd3bb + c30a919 commit 1a47850

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 40
1515
strategy:
16-
max-parallel: 4
16+
max-parallel: 5
1717
matrix:
1818
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1919

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
3434
with:
3535
user: __token__
36-
password: ${{ secrets.PYPI_TOKEN }}
36+
password: ${{ secrets.PYPI_API_TOKEN }}
3737

3838
release:
3939
name: Create release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![PyPI version](https://badge.fury.io/py/msgraph-core.svg)](https://badge.fury.io/py/msgraph-core)
2-
[![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)
2+
[![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)
33
[![Downloads](https://pepy.tech/badge/msgraph-core)](https://pepy.tech/project/msgraph-core)
44

55
## Microsoft Graph Core Python Client Library.

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ tomlkit==0.12.3 ; python_version >= '3.7'
108108

109109
trio==0.23.2
110110

111-
types-python-dateutil==2.8.19.14
111+
types-python-dateutil==2.8.19.20240106
112112

113113
typing-extensions==4.9.0 ; python_version >= '3.7'
114114

0 commit comments

Comments
 (0)