Skip to content

chore(deps): combine all passing dependabot updates#1450

Merged
adrian05-ms merged 9 commits intomainfrom
copilot/add-dependabot-updates
Apr 17, 2026
Merged

chore(deps): combine all passing dependabot updates#1450
adrian05-ms merged 9 commits intomainfrom
copilot/add-dependabot-updates

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 17, 2026

This PR combines all 9 Dependabot dependency updates that have passing CI checks into a single PR for easier review.

Excluded

Included updates

PR Package Change
#1445 mypy 1.18.21.19.1
#1444 aiohttp 3.13.43.13.5
#1443 packaging 25.026.0
#1442 docutils 0.22.30.22.4
#1441 dill 0.4.00.4.1
#1440 charset-normalizer 3.4.33.4.7
#1439 build 1.3.01.4.3
#1437 kiota group (7 packages) various
#1436 open-telemetry group (3 packages) 1.38.01.41.0

dependabot bot and others added 9 commits April 17, 2026 19:10
Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 1.19.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.18.2...v1.19.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.19.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: adrian05-ms <212946016+adrian05-ms@users.noreply.github.com>
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.13.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: adrian05-ms <212946016+adrian05-ms@users.noreply.github.com>
Bumps [packaging](https://github.com/pypa/packaging) from 25.0 to 26.0.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@25.0...26.0)

---
updated-dependencies:
- dependency-name: packaging
  dependency-version: '26.0'
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: adrian05-ms <212946016+adrian05-ms@users.noreply.github.com>
Bumps [docutils](https://github.com/rtfd/recommonmark) from 0.22.3 to 0.22.4.
- [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rtfd/recommonmark/commits)

---
updated-dependencies:
- dependency-name: docutils
  dependency-version: 0.22.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: adrian05-ms <212946016+adrian05-ms@users.noreply.github.com>
Bumps [dill](https://github.com/uqfoundation/dill) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/uqfoundation/dill/releases)
- [Commits](uqfoundation/dill@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] <support@github.com>

Co-authored-by: adrian05-ms <212946016+adrian05-ms@users.noreply.github.com>
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](jawah/charset_normalizer@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] <support@github.com>
Co-authored-by: adrian05-ms <212946016+adrian05-ms@users.noreply.github.com>
Bumps [build](https://github.com/pypa/build) from 1.3.0 to 1.4.3.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@1.3.0...1.4.3)

---
updated-dependencies:
- dependency-name: build
  dependency-version: 1.4.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: adrian05-ms <212946016+adrian05-ms@users.noreply.github.com>
Bumps the kiota group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [microsoft-kiota-serialization-json](https://github.com/microsoft/kiota-python) | `1.9.7` | `1.9.10` |
| [microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-python) | `1.9.7` | `1.9.10` |
| [microsoft-kiota-serialization-form](https://github.com/microsoft/kiota-python) | `1.9.7` | `1.9.10` |
| [microsoft-kiota-serialization-multipart](https://github.com/microsoft/kiota-python) | `1.9.7` | `1.9.10` |
| [microsoft-kiota-abstractions](https://github.com/microsoft/kiota-python) | `1.9.7` | `1.9.10` |
| [microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-python) | `1.9.7` | `1.9.10` |
| [microsoft-kiota-http](https://github.com/microsoft/kiota-python) | `1.9.7` | `1.9.10` |


Updates `microsoft-kiota-serialization-json` from 1.9.7 to 1.9.10
- [Release notes](https://github.com/microsoft/kiota-python/releases)
- [Commits](microsoft/kiota-python@microsoft-kiota-serialization-json-v1.9.7...microsoft-kiota-serialization-json-v1.9.10)

Updates `microsoft-kiota-serialization-text` from 1.9.7 to 1.9.10
- [Release notes](https://github.com/microsoft/kiota-python/releases)
- [Commits](microsoft/kiota-python@microsoft-kiota-serialization-text-v1.9.7...microsoft-kiota-serialization-text-v1.9.10)

Updates `microsoft-kiota-serialization-form` from 1.9.7 to 1.9.10
- [Release notes](https://github.com/microsoft/kiota-python/releases)
- [Commits](microsoft/kiota-python@microsoft-kiota-serialization-form-v1.9.7...microsoft-kiota-serialization-form-v1.9.10)

Updates `microsoft-kiota-serialization-multipart` from 1.9.7 to 1.9.10
- [Release notes](https://github.com/microsoft/kiota-python/releases)
- [Commits](microsoft/kiota-python@microsoft-kiota-serialization-multipart-v1.9.7...microsoft-kiota-serialization-multipart-v1.9.10)

Updates `microsoft-kiota-abstractions` from 1.9.7 to 1.9.10
- [Release notes](https://github.com/microsoft/kiota-python/releases)
- [Commits](microsoft/kiota-python@microsoft-kiota-abstractions-v1.9.7...microsoft-kiota-abstractions-v1.9.10)

Updates `microsoft-kiota-authentication-azure` from 1.9.7 to 1.9.10
- [Release notes](https://github.com/microsoft/kiota-python/releases)
- [Commits](microsoft/kiota-python@microsoft-kiota-authentication-azure-v1.9.7...microsoft-kiota-authentication-azure-v1.9.10)

Updates `microsoft-kiota-http` from 1.9.7 to 1.9.10
- [Release notes](https://github.com/microsoft/kiota-python/releases)
- [Commits](microsoft/kiota-python@microsoft-kiota-http-v1.9.7...microsoft-kiota-http-v1.9.10)

---
updated-dependencies:
- dependency-name: microsoft-kiota-serialization-json
  dependency-version: 1.9.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kiota
- dependency-name: microsoft-kiota-serialization-text
  dependency-version: 1.9.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kiota
- dependency-name: microsoft-kiota-serialization-form
  dependency-version: 1.9.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kiota
- dependency-name: microsoft-kiota-serialization-multipart
  dependency-version: 1.9.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kiota
- dependency-name: microsoft-kiota-abstractions
  dependency-version: 1.9.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: kiota
- dependency-name: microsoft-kiota-authentication-azure
  dependency-version: 1.9.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: kiota
- dependency-name: microsoft-kiota-http
  dependency-version: 1.9.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: kiota
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: adrian05-ms <212946016+adrian05-ms@users.noreply.github.com>
Bumps the open-telemetry group with 3 updates: [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python), [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) and [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python).

Updates `opentelemetry-api` from 1.38.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.38.0...v1.41.0)

Updates `opentelemetry-sdk` from 1.38.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.38.0...v1.41.0)

Updates `opentelemetry-semantic-conventions` from 0.59b0 to 0.62b0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python/commits)

---
updated-dependencies:
- dependency-name: opentelemetry-api
  dependency-version: 1.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: open-telemetry
- dependency-name: opentelemetry-sdk
  dependency-version: 1.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: open-telemetry
- dependency-name: opentelemetry-semantic-conventions
  dependency-version: 0.62b0
  dependency-type: direct:development
  dependency-group: open-telemetry
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: adrian05-ms <212946016+adrian05-ms@users.noreply.github.com>
@adrian05-ms adrian05-ms merged commit 42807ad into main Apr 17, 2026
13 checks passed
@adrian05-ms adrian05-ms deleted the copilot/add-dependabot-updates branch April 17, 2026 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants