From 3fedfeaa256f88938543d7d5c251a713317441a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 02:46:09 +0000 Subject: [PATCH] chore(deps-dev): bump the other-dependencies group across 1 directory with 4 updates Bumps the other-dependencies group with 4 updates in the / directory: [anyio](https://github.com/agronholm/anyio), [mypy](https://github.com/python/mypy), [tomlkit](https://github.com/python-poetry/tomlkit) and [tzdata](https://github.com/python/tzdata). Updates `anyio` from 4.14.1 to 4.14.2 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.14.1...4.14.2) Updates `mypy` from 2.2.0 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.2.0...v2.3.0) Updates `tomlkit` from 0.15.0 to 0.15.1 - [Release notes](https://github.com/python-poetry/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-poetry/tomlkit/compare/0.15.0...0.15.1) Updates `tzdata` from 2026.2 to 2026.3 - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](https://github.com/python/tzdata/compare/2026.2...2026.3) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.14.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other-dependencies - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other-dependencies - dependency-name: tomlkit dependency-version: 0.15.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other-dependencies - dependency-name: tzdata dependency-version: '2026.3' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index caf124e77a4..4b4394b3741 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ aiohttp==3.14.1 aiosignal==1.4.0 -anyio==4.14.1 +anyio==4.14.2 astroid==4.0.4 async-timeout==5.0.1 attrs==26.1.0 @@ -43,7 +43,7 @@ msal==1.37.0 msal-extensions==1.3.1 msgraph-core==1.5.1 multidict==6.7.1 -mypy==2.2.0 +mypy==2.3.0 mypy-extensions==1.1.0 opentelemetry-api==1.43.0 opentelemetry-sdk==1.43.0 @@ -65,9 +65,9 @@ time-machine==3.2.0 toml==0.10.2 tomli==2.4.1 tomli_w==1.2.0 -tomlkit==0.15.0 +tomlkit==0.15.1 typing_extensions==4.16.0 -tzdata==2026.2 +tzdata==2026.3 uritemplate==4.2.0 urllib3==2.7.0 wrapt==2.2.2