Skip to content

Commit a7e1c80

Browse files
Merge pull request #1049 from microsoftgraph/consolidate-dependabot-updates
chore: consolidate dependabot dependency updates
2 parents 4cb5cf4 + d55c17e commit a7e1c80

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@v3
43+
uses: github/codeql-action/init@v4
4444
with:
4545
languages: ${{ matrix.language }}
4646
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@v3
56+
uses: github/codeql-action/autobuild@v4
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -66,4 +66,4 @@ jobs:
6666
# ./location_of_script_within_repo/buildscript.sh
6767

6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@v3
69+
uses: github/codeql-action/analyze@v4

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ version = "1.3.8"
1111
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
1212
description = "Core component of the Microsoft Graph Python SDK"
1313
dependencies = [
14-
"microsoft-kiota-abstractions >=1.8.0,<2.0.0",
15-
"microsoft-kiota-authentication-azure >=1.8.0,<2.0.0",
16-
"microsoft-kiota-http >=1.8.0,<2.0.0",
14+
"microsoft-kiota-abstractions >=1.10.1,<2.0.0",
15+
"microsoft-kiota-authentication-azure >=1.10.1,<2.0.0",
16+
"microsoft-kiota-http >=1.10.1,<2.0.0",
1717
"httpx[http2] >=0.23.0",
1818
]
1919
requires-python = ">=3.10"

requirements-dev.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ asyncmock==0.4.2
66

77
attrs==25.3.0 ; python_version >= '3.7'
88

9-
azure-core==1.35.0 ; python_version >= '3.7'
9+
azure-core==1.41.0 ; python_version >= '3.7'
1010

1111
azure-identity==1.24.0
1212

@@ -26,7 +26,7 @@ colorama==0.4.6 ; os_name == 'nt'
2626

2727
coverage[toml]==7.10.6 ; python_version >= '3.7'
2828

29-
cryptography==45.0.7 ; python_version >= '3.7'
29+
cryptography==46.0.7 ; python_version >= '3.7'
3030

3131
dill==0.4.0 ; python_version < '3.11'
3232

@@ -64,31 +64,31 @@ packaging==25.0 ; python_version >= '3.7'
6464

6565
pathlib2==2.3.7.post1
6666

67-
platformdirs==4.3.8 ; python_version >= '3.7'
67+
platformdirs==4.4.0 ; python_version >= '3.7'
6868

6969
pluggy==1.6.0 ; python_version >= '3.7'
7070

7171
portalocker==2.10.1 ; python_version >= '3.5' and platform_system == 'Windows'
7272

73-
pycparser==2.22
73+
pycparser==2.23
7474

7575
pyjwt[crypto]==2.9.0 ; python_version >= '3.7'
7676

7777
pylint==3.3.8
7878

7979
pyproject-hooks==1.2.0 ; python_version >= '3.7'
8080

81-
pytest==8.4.1
81+
pytest==9.0.3
8282

83-
pytest-cov==5.0.0
83+
pytest-cov==7.0.0
8484

85-
pytest-mock==3.14.1
85+
pytest-mock==3.15.1
8686

87-
python-dotenv==1.1.1
87+
python-dotenv==1.2.2
8888

8989
pytest-trio==0.8.0
9090

91-
pytest-asyncio==1.1.0
91+
pytest-asyncio==1.3.0
9292

9393
pywin32==311 ; platform_system == 'Windows'
9494

@@ -108,13 +108,13 @@ tomli==2.2.1 ; python_version < '3.11'
108108

109109
tomlkit==0.13.3 ; python_version >= '3.7'
110110

111-
trio==0.30.0
111+
trio==0.31.0
112112

113113
types-python-dateutil==2.9.0.20250822
114114

115115
types-requests==2.32.4.20250809; python_version >= '3.7'
116-
urllib3==2.5.0 ; python_version >= '3.7'
117-
typing-extensions==4.14.1 ; python_version >= '3.7'
116+
urllib3==2.7.0 ; python_version >= '3.7'
117+
typing-extensions==4.15.0 ; python_version >= '3.7'
118118

119119

120120
wrapt==1.17.3 ; python_version < '3.11'
@@ -123,7 +123,7 @@ yapf==0.43.0
123123

124124
zipp==3.23.0 ; python_version >= '3.7'
125125

126-
aiohttp==3.12.15 ; python_version >= '3.6'
126+
aiohttp==3.13.4 ; python_version >= '3.6'
127127

128128
aiosignal==1.4.0 ; python_version >= '3.7'
129129

@@ -135,7 +135,7 @@ frozenlist==1.7.0 ; python_version >= '3.7'
135135

136136
h11==0.16.0 ; python_version >= '3.7'
137137

138-
h2==4.2.0
138+
h2==4.3.0
139139

140140
hpack==4.1.0 ; python_full_version >= '3.6.1'
141141

@@ -145,13 +145,13 @@ httpx[http2]==0.28.1
145145

146146
hyperframe==6.1.0 ; python_full_version >= '3.6.1'
147147

148-
microsoft-kiota-abstractions==1.9.5
148+
microsoft-kiota-abstractions==1.10.1
149149

150-
microsoft-kiota-authentication-azure==1.9.5
150+
microsoft-kiota-authentication-azure==1.10.1
151151

152-
microsoft-kiota-http==1.9.5
152+
microsoft-kiota-http==1.10.1
153153

154-
microsoft-kiota-serialization-json==1.9.5
154+
microsoft-kiota-serialization-json==1.10.1
155155

156156
multidict==6.6.4 ; python_version >= '3.7'
157157

0 commit comments

Comments
 (0)