diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f1c25dae1..67888d4fe8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 600e2c0bea..0c594c1bac 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 93de9b1630..ca47358740 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/.github/workflows/validate-public-api-surface.yml b/.github/workflows/validate-public-api-surface.yml index 385a5711fe..c9cabd9b4a 100644 --- a/.github/workflows/validate-public-api-surface.yml +++ b/.github/workflows/validate-public-api-surface.yml @@ -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 diff --git a/requirements-dev.txt b/requirements-dev.txt index 9ef6089837..5798162f02 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,19 +1,19 @@ 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 @@ -21,7 +21,7 @@ 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 @@ -29,17 +29,17 @@ 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 @@ -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