Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
62f93bc
chore(deps-dev): bump h2 from 4.2.0 to 4.3.0
dependabot[bot] Sep 11, 2025
7e1123d
chore(deps-dev): bump trio from 0.30.0 to 0.31.0
dependabot[bot] Sep 12, 2025
32e2fcf
chore(deps-dev): bump pytest from 8.4.1 to 8.4.2
dependabot[bot] Sep 12, 2025
bbfd6d8
chore(deps-dev): bump pytest-cov from 5.0.0 to 7.0.0
dependabot[bot] Sep 12, 2025
9800b18
chore(deps-dev): bump platformdirs from 4.3.8 to 4.4.0
dependabot[bot] Sep 12, 2025
3d98ca2
chore(deps-dev): bump pycparser from 2.22 to 2.23
dependabot[bot] Sep 12, 2025
fa7c442
chore(deps-dev): bump pytest-mock from 3.14.1 to 3.15.1
dependabot[bot] Sep 17, 2025
9ca066c
chore(deps): bump github/codeql-action from 3 to 4
dependabot[bot] Oct 8, 2025
c0b0da1
chore(deps-dev): bump azure-core from 1.35.0 to 1.36.0
dependabot[bot] Oct 15, 2025
2b8f49d
chore(deps-dev): bump urllib3 from 2.5.0 to 2.7.0
dependabot[bot] May 19, 2026
591fdbf
chore(deps-dev): bump cryptography from 45.0.7 to 46.0.7
dependabot[bot] May 19, 2026
9ca063e
chore(deps-dev): bump python-dotenv from 1.1.1 to 1.2.2
dependabot[bot] May 19, 2026
06fb8d3
chore(deps-dev): bump aiohttp from 3.12.15 to 3.13.4
dependabot[bot] May 19, 2026
7711929
chore: update kiota-python dependencies to 1.10.1
ramsessanchez May 19, 2026
276f1dd
Merge remote-tracking branch 'origin/dependabot/pip/urllib3-2.7.0' in…
ramsessanchez May 19, 2026
c1fb470
Merge remote-tracking branch 'origin/dependabot/pip/cryptography-46.0…
ramsessanchez May 19, 2026
8fb6ae1
Merge remote-tracking branch 'origin/dependabot/pip/aiohttp-3.13.4' i…
ramsessanchez May 19, 2026
3b59911
Merge remote-tracking branch 'origin/dependabot/pip/azure-core-1.36.0…
ramsessanchez May 19, 2026
c8175ad
Merge remote-tracking branch 'origin/dependabot/github_actions/github…
ramsessanchez May 19, 2026
5111873
Merge remote-tracking branch 'origin/dependabot/pip/pytest-mock-3.15.…
ramsessanchez May 19, 2026
33aba18
Merge remote-tracking branch 'origin/dependabot/pip/pycparser-2.23' i…
ramsessanchez May 19, 2026
95002a7
Merge remote-tracking branch 'origin/dependabot/pip/platformdirs-4.4.…
ramsessanchez May 19, 2026
9d786b5
Merge remote-tracking branch 'origin/dependabot/pip/pytest-cov-7.0.0'…
ramsessanchez May 19, 2026
4aef0d1
Merge remote-tracking branch 'origin/dependabot/pip/pytest-8.4.2' int…
ramsessanchez May 19, 2026
c835dfb
Merge remote-tracking branch 'origin/dependabot/pip/trio-0.31.0' into…
ramsessanchez May 19, 2026
861be78
Merge remote-tracking branch 'origin/dependabot/pip/h2-4.3.0' into co…
ramsessanchez May 19, 2026
91b6399
chore: bump typing-extensions from 4.14.1 to 4.15.0
ramsessanchez May 19, 2026
8f1e9e3
Merge pull request #1048 from microsoftgraph/update-kiota-dependencie…
ramsessanchez May 19, 2026
8ff899e
chore: bump azure-core from 1.36.0 to 1.41.0
ramsessanchez May 19, 2026
6665c57
Merge branch 'consolidate-dependabot-updates' of https://github.com/m…
ramsessanchez May 19, 2026
4344716
chore: bump pytest from 8.4.2 to 9.0.3
ramsessanchez May 19, 2026
d55c17e
Update pytest-asyncio version to 1.3.0
ramsessanchez May 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

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

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v4
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ version = "1.3.8"
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
description = "Core component of the Microsoft Graph Python SDK"
dependencies = [
"microsoft-kiota-abstractions >=1.8.0,<2.0.0",
"microsoft-kiota-authentication-azure >=1.8.0,<2.0.0",
"microsoft-kiota-http >=1.8.0,<2.0.0",
"microsoft-kiota-abstractions >=1.10.1,<2.0.0",
"microsoft-kiota-authentication-azure >=1.10.1,<2.0.0",
"microsoft-kiota-http >=1.10.1,<2.0.0",
"httpx[http2] >=0.23.0",
]
requires-python = ">=3.10"
Expand Down
36 changes: 18 additions & 18 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ asyncmock==0.4.2

attrs==25.3.0 ; python_version >= '3.7'

azure-core==1.35.0 ; python_version >= '3.7'
azure-core==1.41.0 ; python_version >= '3.7'

azure-identity==1.24.0

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

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

cryptography==45.0.7 ; python_version >= '3.7'
cryptography==46.0.7 ; python_version >= '3.7'

dill==0.4.0 ; python_version < '3.11'

Expand Down Expand Up @@ -64,31 +64,31 @@ packaging==25.0 ; python_version >= '3.7'

pathlib2==2.3.7.post1

platformdirs==4.3.8 ; python_version >= '3.7'
platformdirs==4.4.0 ; python_version >= '3.7'

pluggy==1.6.0 ; python_version >= '3.7'

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

pycparser==2.22
pycparser==2.23

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

pylint==3.3.8

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

pytest==8.4.1
pytest==9.0.3

pytest-cov==5.0.0
pytest-cov==7.0.0

pytest-mock==3.14.1
pytest-mock==3.15.1

python-dotenv==1.1.1
python-dotenv==1.2.2

pytest-trio==0.8.0

pytest-asyncio==1.1.0
pytest-asyncio==1.3.0

pywin32==311 ; platform_system == 'Windows'

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

tomlkit==0.13.3 ; python_version >= '3.7'

trio==0.30.0
trio==0.31.0

types-python-dateutil==2.9.0.20250822

types-requests==2.32.4.20250809; python_version >= '3.7'
urllib3==2.5.0 ; python_version >= '3.7'
typing-extensions==4.14.1 ; python_version >= '3.7'
urllib3==2.7.0 ; python_version >= '3.7'
typing-extensions==4.15.0 ; python_version >= '3.7'


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

zipp==3.23.0 ; python_version >= '3.7'

aiohttp==3.12.15 ; python_version >= '3.6'
aiohttp==3.13.4 ; python_version >= '3.6'

aiosignal==1.4.0 ; python_version >= '3.7'

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

h11==0.16.0 ; python_version >= '3.7'

h2==4.2.0
h2==4.3.0

hpack==4.1.0 ; python_full_version >= '3.6.1'

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

hyperframe==6.1.0 ; python_full_version >= '3.6.1'

microsoft-kiota-abstractions==1.9.5
microsoft-kiota-abstractions==1.10.1

microsoft-kiota-authentication-azure==1.9.5
microsoft-kiota-authentication-azure==1.10.1

microsoft-kiota-http==1.9.5
microsoft-kiota-http==1.10.1

microsoft-kiota-serialization-json==1.9.5
microsoft-kiota-serialization-json==1.10.1

multidict==6.6.4 ; python_version >= '3.7'

Expand Down
Loading