diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0c2f647..b9c8d70d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,9 +20,9 @@ jobs: 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-analysis.yml b/.github/workflows/codeql-analysis.yml index 12abf02a..eae3a87b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,7 +36,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 b505c9fa..00a26853 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 3.13 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.13 - name: Install dependencies @@ -29,7 +29,7 @@ jobs: - name: Build package run: python -m build - name: Publish package - uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e with: user: __token__ password: ${{ secrets.PYPI_TOKEN }} diff --git a/requirements-dev.txt b/requirements-dev.txt index d693700e..163ea8c8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ attrs==25.3.0 ; python_version >= '3.7' azure-core==1.35.0 ; python_version >= '3.7' -azure-identity==1.23.1 +azure-identity==1.24.0 build==1.3.0 @@ -18,15 +18,15 @@ certifi==2025.8.3 ; python_version >= '3.6' cffi==1.17.1 ; os_name == 'nt' and implementation_name != 'pypy' -charset-normalizer==3.4.2 ; python_full_version >= '3.7.0' +charset-normalizer==3.4.3 ; python_full_version >= '3.7.0' click==8.1.8 ; python_version >= '3.6' colorama==0.4.6 ; os_name == 'nt' -coverage[toml]==7.10.2 ; python_version >= '3.7' +coverage[toml]==7.10.6 ; python_version >= '3.7' -cryptography==45.0.5 ; python_version >= '3.7' +cryptography==45.0.7 ; python_version >= '3.7' dill==0.4.0 ; python_version < '3.11' @@ -74,7 +74,7 @@ pycparser==2.22 pyjwt[crypto]==2.9.0 ; python_version >= '3.7' -pylint==3.3.7 +pylint==3.3.8 pyproject-hooks==1.2.0 ; python_version >= '3.7' @@ -92,7 +92,7 @@ pytest-asyncio==1.1.0 pywin32==311 ; platform_system == 'Windows' -requests==2.32.4 ; python_version >= '3.7' +requests==2.32.5 ; python_version >= '3.7' setuptools==80.9.0 @@ -110,14 +110,14 @@ tomlkit==0.13.3 ; python_version >= '3.7' trio==0.30.0 -types-python-dateutil==2.9.0.20250708 +types-python-dateutil==2.9.0.20250822 -types-requests==2.32.4.20250611; python_version >= '3.7' +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' -wrapt==1.17.2 ; python_version < '3.11' +wrapt==1.17.3 ; python_version < '3.11' yapf==0.43.0 @@ -153,7 +153,7 @@ microsoft-kiota-http==1.9.5 microsoft-kiota-serialization-json==1.9.5 -multidict==6.6.3 ; python_version >= '3.7' +multidict==6.6.4 ; python_version >= '3.7' uritemplate==4.2.0 ; python_version >= '3.6'