Skip to content

Commit 4aced72

Browse files
committed
Merge branch 'v1.0/pipelinebuild/132033' of https://github.com/microsoftgraph/msgraph-sdk-python into v1.0/pipelinebuild/132033
2 parents f4e515f + c1b730d commit 4aced72

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/conflicting-pr-label.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
types: [synchronize]
1212
branches: [main]
1313

14+
permissions:
15+
pull-requests: write
16+
contents: read
17+
1418
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1519
jobs:
1620
# This workflow contains a single job called "build"

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: Publish package to PyPI and create release
22

33
on:
44
push:
5-
branches: [main]
65
tags:
76
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
87

8+
permissions:
9+
contents: write
10+
911
jobs:
1012
build:
1113
uses: ./.github/workflows/build.yml

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ cffi==1.16.0
7676

7777
charset-normalizer==3.3.2 ; python_version >= '3.7'
7878

79-
cryptography==41.0.7 ; python_version >= '3.7'
79+
cryptography==42.0.0 ; python_version >= '3.7'
8080

8181
frozenlist==1.4.1 ; python_version >= '3.8'
8282

0 commit comments

Comments
 (0)