From 419d7838b243bcc7a025b02ed45576309d8c6ee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:50:43 +0000 Subject: [PATCH 01/11] chore(deps-dev): bump anyio from 4.10.0 to 4.13.0 Bumps [anyio](https://github.com/agronholm/anyio) from 4.10.0 to 4.13.0. - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.10.0...4.13.0) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.13.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f9e28294..44cda3e2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -126,7 +126,7 @@ aiohttp==3.13.5 ; python_version >= '3.6' aiosignal==1.4.0 ; python_version >= '3.7' -anyio==4.10.0 ; python_version >= '3.7' +anyio==4.13.0 ; python_version >= '3.7' async-timeout==5.0.1 ; python_version >= '3.6' From f1e83f7166ef1483a7688755e0b2d19059bf0eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:50:45 +0000 Subject: [PATCH 02/11] chore(deps-dev): bump attrs from 25.3.0 to 26.1.0 Bumps [attrs](https://github.com/python-attrs/attrs) from 25.3.0 to 26.1.0. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-attrs/attrs/compare/25.3.0...26.1.0) --- updated-dependencies: - dependency-name: attrs dependency-version: 26.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f9e28294..0516c436 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ async-generator==1.10 ; python_version >= '3.5' asyncmock==0.4.2 -attrs==25.3.0 ; python_version >= '3.7' +attrs==26.1.0 ; python_version >= '3.7' azure-core==1.41.0 ; python_version >= '3.7' From d71ec96b30a3a0276f2127681a8602cbbd7394ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:50:46 +0000 Subject: [PATCH 03/11] chore(deps-dev): bump exceptiongroup from 1.3.0 to 1.3.1 Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/agronholm/exceptiongroup/releases) - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst) - [Commits](https://github.com/agronholm/exceptiongroup/compare/1.3.0...1.3.1) --- updated-dependencies: - dependency-name: exceptiongroup dependency-version: 1.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f9e28294..db5b768d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -29,7 +29,7 @@ cryptography==46.0.7 ; python_version >= '3.7' dill==0.4.0 -exceptiongroup==1.3.0 ; python_version < '3.11' +exceptiongroup==1.3.1 ; python_version < '3.11' idna==3.15 ; python_version >= '3.5' From d6dc1dcd91e807c024d5006d9a70d30df1e9d47c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:50:46 +0000 Subject: [PATCH 04/11] chore(deps-dev): bump dill from 0.4.0 to 0.4.1 Bumps [dill](https://github.com/uqfoundation/dill) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](https://github.com/uqfoundation/dill/compare/0.4.0...0.4.1) --- updated-dependencies: - dependency-name: dill dependency-version: 0.4.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f9e28294..1537604f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,7 +27,7 @@ coverage[toml]==7.10.6 ; python_version >= '3.7' cryptography==46.0.7 ; python_version >= '3.7' -dill==0.4.0 +dill==0.4.1 exceptiongroup==1.3.0 ; python_version < '3.11' From 258b671aebb4848ae38c8a17d559743c3d03c77c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:50:48 +0000 Subject: [PATCH 05/11] chore(deps-dev): bump coverage from 7.10.6 to 7.14.1 Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.10.6 to 7.14.1. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.10.6...7.14.1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f9e28294..070f73fe 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -23,7 +23,7 @@ click==8.1.8 ; python_version >= '3.6' colorama==0.4.6 ; os_name == 'nt' -coverage[toml]==7.10.6 ; python_version >= '3.7' +coverage[toml]==7.14.1 ; python_version >= '3.7' cryptography==46.0.7 ; python_version >= '3.7' From 809b4f32e98913635faa09e7cd0cec6c6c0a40db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:50:51 +0000 Subject: [PATCH 06/11] chore(deps-dev): bump types-requests Bumps [types-requests](https://github.com/python/typeshed) from 2.32.4.20250809 to 2.33.0.20260518. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.33.0.20260518 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f9e28294..e62eed4b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -111,7 +111,7 @@ trio==0.31.0 types-python-dateutil==2.9.0.20260518 -types-requests==2.32.4.20250809; python_version >= '3.7' +types-requests==2.33.0.20260518; python_version >= '3.7' urllib3==2.7.0 ; python_version >= '3.7' typing-extensions==4.15.0 ; python_version >= '3.7' From 4a34e5cd1933f1fd854fb046fc431ec7325747da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:50:51 +0000 Subject: [PATCH 07/11] chore(deps-dev): bump trio from 0.31.0 to 0.33.0 Bumps [trio](https://github.com/python-trio/trio) from 0.31.0 to 0.33.0. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.31.0...v0.33.0) --- updated-dependencies: - dependency-name: trio dependency-version: 0.33.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f9e28294..d81085f4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -107,7 +107,7 @@ tomli==2.2.1 ; python_version < '3.11' tomlkit==0.13.3 ; python_version >= '3.7' -trio==0.31.0 +trio==0.33.0 types-python-dateutil==2.9.0.20260518 From 6684f5e586485980150616e29684db5d6b5a5e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:50:51 +0000 Subject: [PATCH 08/11] chore(deps-dev): bump charset-normalizer from 3.4.3 to 3.4.7 Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.4.3 to 3.4.7. - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.3...3.4.7) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.4.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f9e28294..31f8988c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,7 +17,7 @@ certifi==2025.8.3 ; python_version >= '3.6' cffi==1.17.1 ; os_name == 'nt' and implementation_name != 'pypy' -charset-normalizer==3.4.3 ; python_full_version >= '3.7.0' +charset-normalizer==3.4.7 ; python_full_version >= '3.7.0' click==8.1.8 ; python_version >= '3.6' From 1889949c7184a31c13fac779266caba3fa92a7eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:50:55 +0000 Subject: [PATCH 09/11] chore(deps-dev): bump multidict from 6.6.4 to 6.7.1 Bumps [multidict](https://github.com/aio-libs/multidict) from 6.6.4 to 6.7.1. - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/multidict/compare/v6.6.4...v6.7.1) --- updated-dependencies: - dependency-name: multidict dependency-version: 6.7.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f9e28294..6bc4266e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -152,7 +152,7 @@ microsoft-kiota-http==1.10.1 microsoft-kiota-serialization-json==1.10.1 -multidict==6.6.4 ; python_version >= '3.7' +multidict==6.7.1 ; python_version >= '3.7' uritemplate==4.2.0 ; python_version >= '3.6' From 1b9ec9869d3d5664419fe204000359ef1cf1a4b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 04:22:25 +0000 Subject: [PATCH 10/11] chore(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/release-please-gha.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 276d1830..f72e4d32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 78614c12..9e1ca09a 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@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/release-please-gha.yml b/.github/workflows/release-please-gha.yml index 0b19b78d..aa209009 100644 --- a/.github/workflows/release-please-gha.yml +++ b/.github/workflows/release-please-gha.yml @@ -19,7 +19,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Generate GitHub App token id: app-token From 7ce849d818d37710e41f619ba4e31cd3b9630db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:23:21 +0000 Subject: [PATCH 11/11] chore(deps-dev): bump cryptography from 46.0.7 to 48.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ab615dea..07bab31b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,7 +25,7 @@ colorama==0.4.6 ; os_name == 'nt' coverage[toml]==7.10.6 ; python_version >= '3.7' -cryptography==46.0.7 ; python_version >= '3.7' +cryptography==48.0.1 ; python_version >= '3.7' dill==0.4.0