Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
288ee34
chore(deps): bump actions/checkout from 4 to 5
dependabot[bot] Aug 12, 2025
886acd8
chore(deps-dev): bump charset-normalizer from 3.4.2 to 3.4.3
dependabot[bot] Aug 20, 2025
310328b
chore(deps-dev): bump anyio from 4.9.0 to 4.10.0
dependabot[bot] Aug 20, 2025
936cd7e
chore(deps-dev): bump azure-identity in the azure-identity group
dependabot[bot] Aug 20, 2025
faa938c
chore(deps-dev): bump pylint from 3.3.7 to 3.3.8 in the pylint group
dependabot[bot] Aug 20, 2025
56791be
chore(deps-dev): bump time-machine from 2.15.0 to 2.19.0
dependabot[bot] Aug 20, 2025
352de33
chore(deps-dev): bump the kiota group with 7 updates
dependabot[bot] Aug 22, 2025
4930f14
chore(deps-dev): bump lazy-object-proxy from 1.11.0 to 1.12.0
dependabot[bot] Aug 25, 2025
dd6e824
chore(deps-dev): bump h2 from 4.2.0 to 4.3.0
dependabot[bot] Aug 25, 2025
68aaa66
chore(deps-dev): bump cryptography from 45.0.5 to 45.0.7
dependabot[bot] Sep 3, 2025
7d2ce77
chore(deps): bump actions/setup-python from 5 to 6
dependabot[bot] Sep 4, 2025
b858d06
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
MIchaelMainer Sep 10, 2025
9c7a06f
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
MIchaelMainer Sep 10, 2025
1044a79
Merge remote-tracking branch 'origin/dependabot/pip/anyio-4.10.0' int…
MIchaelMainer Sep 10, 2025
62a000f
Merge remote-tracking branch 'origin/dependabot/pip/azure-identity-53…
MIchaelMainer Sep 10, 2025
8a99208
Merge remote-tracking branch 'origin/dependabot/pip/charset-normalize…
MIchaelMainer Sep 10, 2025
a2cc929
Merge remote-tracking branch 'origin/dependabot/pip/cryptography-45.0…
MIchaelMainer Sep 10, 2025
8226859
Merge remote-tracking branch 'origin/dependabot/pip/h2-4.3.0' into mm…
MIchaelMainer Sep 10, 2025
ebe4447
Merge remote-tracking branch 'origin/dependabot/pip/kiota-93f8e1b401'…
MIchaelMainer Sep 10, 2025
e468f64
Merge remote-tracking branch 'origin/dependabot/pip/lazy-object-proxy…
MIchaelMainer Sep 10, 2025
fe94300
Merge remote-tracking branch 'origin/dependabot/pip/pylint-38c66762f9…
MIchaelMainer Sep 10, 2025
678638b
Merge remote-tracking branch 'origin/dependabot/pip/time-machine-2.19…
MIchaelMainer Sep 10, 2025
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
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
needs: [build]
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: 3.13
- name: Install flit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-public-api-surface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
validate-public-api-surface:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: microsoftgraph/kiota-dom-export-diff-tool/export@main
id: generatePatch
- uses: microsoftgraph/kiota-dom-export-diff-tool/tool@main
Expand Down
30 changes: 15 additions & 15 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
aiohttp==3.12.15
aiosignal==1.4.0
anyio==4.9.0
anyio==4.10.0
astroid==3.3.11
async-timeout==5.0.1
attrs==25.3.0
azure-core==1.35.0
azure-identity==1.23.1
azure-identity==1.24.0
build==1.3.0
bumpver==2025.1131
certifi==2025.8.3
cffi==1.17.1
charset-normalizer==3.4.2
charset-normalizer==3.4.3
click==8.1.8
colorama==0.4.6
cryptography==45.0.5
cryptography==45.0.7
Deprecated==1.2.18
dill==0.4.0
docutils==0.22
flit==3.12.0
flit_core==3.12.0
frozenlist==1.7.0
h11==0.16.0
h2==4.2.0
h2==4.3.0
hpack==4.1.0
httpcore==1.0.9
httpx==0.28.1
hyperframe==6.1.0
idna==3.10
importlib-metadata==8.5.0
isort==6.0.1
lazy-object-proxy==1.11.0
lazy-object-proxy==1.12.0
lexid==2021.1006
looseversion==1.3.0
mccabe==0.7.0
microsoft-kiota-abstractions==1.9.5
microsoft-kiota-authentication-azure==1.9.5
microsoft-kiota-http==1.9.5
microsoft-kiota-serialization-form==1.9.5
microsoft-kiota-serialization-json==1.9.5
microsoft-kiota-serialization-multipart==1.9.5
microsoft-kiota-serialization-text==1.9.5
microsoft-kiota-abstractions==1.9.6
microsoft-kiota-authentication-azure==1.9.6
microsoft-kiota-http==1.9.6
microsoft-kiota-serialization-form==1.9.6
microsoft-kiota-serialization-json==1.9.6
microsoft-kiota-serialization-multipart==1.9.6
microsoft-kiota-serialization-text==1.9.6
msal==1.33.0
msal-extensions==1.3.1
msgraph-core==1.3.5
Expand All @@ -55,14 +55,14 @@ platformdirs==4.3.8
portalocker==2.10.1
pycparser==2.22
PyJWT==2.9.0
pylint==3.3.7
pylint==3.3.8
pyproject_hooks==1.2.0
python-dateutil==2.9.0.post0
requests==2.32.5
six==1.17.0
sniffio==1.3.1
std-uritemplate>=2.0.0
time-machine==2.15.0
time-machine==2.19.0
toml==0.10.2
tomli==2.2.1
tomli_w==1.2.0
Expand Down