diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 01e5934..5c77a82 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10"] + python-version: ["3.11", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 6e7a5ad..31255e9 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -6,7 +6,7 @@ # aiohappyeyeballs==2.6.1 # via aiohttp -aiohttp==3.12.15 +aiohttp==3.13.4 # via microsoft-kiota-authentication-azure aiosignal==1.4.0 # via aiohttp @@ -16,11 +16,11 @@ async-timeout==5.0.1 # via aiohttp attrs==25.3.0 # via aiohttp -azure-core==1.35.0 +azure-core==1.38.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.25.1 +azure-identity==1.25.3 # via # -r requirements.in # msgraph-sdk @@ -29,11 +29,11 @@ certifi==2025.8.3 # httpcore # httpx # requests -cffi==1.17.1 +cffi==2.0.0 # via cryptography charset-normalizer==3.4.3 # via requests -cryptography==45.0.7 +cryptography==46.0.7 # via # azure-identity # msal @@ -58,7 +58,7 @@ httpx[http2]==0.28.1 # msgraph-core hyperframe==6.1.0 # via h2 -idna==3.10 +idna==3.15 # via # anyio # httpx @@ -66,7 +66,7 @@ idna==3.10 # yarl importlib-metadata==8.7.0 # via opentelemetry-api -microsoft-kiota-abstractions==1.9.6 +microsoft-kiota-abstractions==1.9.10 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -77,7 +77,7 @@ microsoft-kiota-abstractions==1.9.6 # msgraph-core microsoft-kiota-authentication-azure==1.9.6 # via msgraph-core -microsoft-kiota-http==1.9.6 +microsoft-kiota-http==1.9.9 # via msgraph-core microsoft-kiota-serialization-form==1.9.6 # via msgraph-sdk @@ -87,7 +87,7 @@ microsoft-kiota-serialization-multipart==1.9.6 # via msgraph-sdk microsoft-kiota-serialization-text==1.9.6 # via msgraph-sdk -msal==1.33.0 +msal==1.35.1 # via # azure-identity # msal-extensions @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.47.0 +msgraph-sdk==1.58.0 # via -r requirements.in multidict==6.6.4 # via @@ -121,16 +121,14 @@ propcache==0.3.2 # yarl pycparser==2.22 # via cffi -pyjwt[crypto]==2.10.1 +pyjwt[crypto]==2.12.0 # via # msal # pyjwt -requests==2.32.5 +requests==2.33.0 # via # azure-core # msal -six==1.17.0 - # via azure-core sniffio==1.3.1 # via anyio std-uritemplate==2.0.5 @@ -141,12 +139,13 @@ typing-extensions==4.15.0 # anyio # azure-core # azure-identity + # cryptography # exceptiongroup # multidict # opentelemetry-api # opentelemetry-sdk # opentelemetry-semantic-conventions -urllib3==2.5.0 +urllib3==2.7.0 # via requests yarl==1.20.1 # via aiohttp diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 6e7a5ad..31255e9 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -6,7 +6,7 @@ # aiohappyeyeballs==2.6.1 # via aiohttp -aiohttp==3.12.15 +aiohttp==3.13.4 # via microsoft-kiota-authentication-azure aiosignal==1.4.0 # via aiohttp @@ -16,11 +16,11 @@ async-timeout==5.0.1 # via aiohttp attrs==25.3.0 # via aiohttp -azure-core==1.35.0 +azure-core==1.38.0 # via # azure-identity # microsoft-kiota-authentication-azure -azure-identity==1.25.1 +azure-identity==1.25.3 # via # -r requirements.in # msgraph-sdk @@ -29,11 +29,11 @@ certifi==2025.8.3 # httpcore # httpx # requests -cffi==1.17.1 +cffi==2.0.0 # via cryptography charset-normalizer==3.4.3 # via requests -cryptography==45.0.7 +cryptography==46.0.7 # via # azure-identity # msal @@ -58,7 +58,7 @@ httpx[http2]==0.28.1 # msgraph-core hyperframe==6.1.0 # via h2 -idna==3.10 +idna==3.15 # via # anyio # httpx @@ -66,7 +66,7 @@ idna==3.10 # yarl importlib-metadata==8.7.0 # via opentelemetry-api -microsoft-kiota-abstractions==1.9.6 +microsoft-kiota-abstractions==1.9.10 # via # microsoft-kiota-authentication-azure # microsoft-kiota-http @@ -77,7 +77,7 @@ microsoft-kiota-abstractions==1.9.6 # msgraph-core microsoft-kiota-authentication-azure==1.9.6 # via msgraph-core -microsoft-kiota-http==1.9.6 +microsoft-kiota-http==1.9.9 # via msgraph-core microsoft-kiota-serialization-form==1.9.6 # via msgraph-sdk @@ -87,7 +87,7 @@ microsoft-kiota-serialization-multipart==1.9.6 # via msgraph-sdk microsoft-kiota-serialization-text==1.9.6 # via msgraph-sdk -msal==1.33.0 +msal==1.35.1 # via # azure-identity # msal-extensions @@ -95,7 +95,7 @@ msal-extensions==1.3.1 # via azure-identity msgraph-core==1.3.5 # via msgraph-sdk -msgraph-sdk==1.47.0 +msgraph-sdk==1.58.0 # via -r requirements.in multidict==6.6.4 # via @@ -121,16 +121,14 @@ propcache==0.3.2 # yarl pycparser==2.22 # via cffi -pyjwt[crypto]==2.10.1 +pyjwt[crypto]==2.12.0 # via # msal # pyjwt -requests==2.32.5 +requests==2.33.0 # via # azure-core # msal -six==1.17.0 - # via azure-core sniffio==1.3.1 # via anyio std-uritemplate==2.0.5 @@ -141,12 +139,13 @@ typing-extensions==4.15.0 # anyio # azure-core # azure-identity + # cryptography # exceptiongroup # multidict # opentelemetry-api # opentelemetry-sdk # opentelemetry-semantic-conventions -urllib3==2.5.0 +urllib3==2.7.0 # via requests yarl==1.20.1 # via aiohttp