Skip to content

MESH-2092 py dev (deps): Bump the patch-and-minor group with 5 updates#257

Merged
shared-merge-writeback[bot] merged 1 commit into
developfrom
dependabot/pip/patch-and-minor-e7d43f44f0
Jun 11, 2026
Merged

MESH-2092 py dev (deps): Bump the patch-and-minor group with 5 updates#257
shared-merge-writeback[bot] merged 1 commit into
developfrom
dependabot/pip/patch-and-minor-e7d43f44f0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the patch-and-minor group with 5 updates:

Package From To
boto3 1.43.19 1.43.22
boto3-stubs 1.42.75 1.43.22
tox 4.55.0 4.55.1
botocore 1.43.21 1.43.22
mypy-boto3-ce 1.43.0 1.43.22

Updates boto3 from 1.43.19 to 1.43.22

Commits
  • 8384440 Merge branch 'release-1.43.22'
  • eff8ee7 Bumping version to 1.43.22
  • 880860d Add changelog entries from botocore
  • 400e1f6 Add reference to post-quantum cryptography in security docs page (#4793)
  • 0df64b3 Merge branch 'release-1.43.21'
  • d3d327f Merge branch 'release-1.43.21' into develop
  • f080698 Bumping version to 1.43.21
  • 7f6569b Add changelog entries from botocore
  • 9b7b7e6 Merge branch 'release-1.43.20'
  • 4d43f36 Merge branch 'release-1.43.20' into develop
  • Additional commits viewable in compare view

Updates boto3-stubs from 1.42.75 to 1.43.22

Release notes

Sourced from boto3-stubs's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates tox from 4.55.0 to 4.55.1

Release notes

Sourced from tox's releases.

v4.55.1

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.55.0...4.55.1

Changelog

Sourced from tox's changelog.

Bug fixes - 4.55.1

  • TOX_OVERRIDE (and -x/--override) now propagates through configuration references. Previously, overriding a base value that was later referenced via {[section]key} (ini) or {replace = "ref", of = [...]} (toml) was ignored because reference resolution read the raw file value, bypassing the override system - by :user:tales-aparecida. (:issue:3950) (:issue:3950)

v4.55.0 (2026-05-28)


Commits

Updates botocore from 1.43.21 to 1.43.22

Commits
  • d1b7760 Merge branch 'release-1.43.22'
  • fc27341 Bumping version to 1.43.22
  • 7e5f754 Update to latest models
  • 616c460 Merge customizations for SocialMessaging
  • 61bbd67 Merge branch 'release-1.43.21' into develop
  • See full diff in compare view

Updates mypy-boto3-ce from 1.43.0 to 1.43.22

Release notes

Sourced from mypy-boto3-ce's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the patch-and-minor group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.43.19` | `1.43.22` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.42.75` | `1.43.22` |
| [tox](https://github.com/tox-dev/tox) | `4.55.0` | `4.55.1` |
| [botocore](https://github.com/boto/botocore) | `1.43.21` | `1.43.22` |
| [mypy-boto3-ce](https://github.com/youtype/mypy_boto3_builder) | `1.43.0` | `1.43.22` |


Updates `boto3` from 1.43.19 to 1.43.22
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.43.19...1.43.22)

Updates `boto3-stubs` from 1.42.75 to 1.43.22
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `tox` from 4.55.0 to 4.55.1
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.55.0...4.55.1)

Updates `botocore` from 1.43.21 to 1.43.22
- [Commits](boto/botocore@1.43.21...1.43.22)

Updates `mypy-boto3-ce` from 1.43.0 to 1.43.22
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.43.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: boto3-stubs
  dependency-version: 1.43.22
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: tox
  dependency-version: 4.55.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: botocore
  dependency-version: 1.43.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: mypy-boto3-ce
  dependency-version: 1.43.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 11, 2026
@dependabot dependabot Bot requested review from a team, matt-mercer and ranisen as code owners June 11, 2026 07:48
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 11, 2026
@shared-merge-writeback shared-merge-writeback Bot enabled auto-merge (squash) June 11, 2026 07:48
@shared-merge-writeback shared-merge-writeback Bot merged commit 2e62819 into develop Jun 11, 2026
10 checks passed
@shared-merge-writeback shared-merge-writeback Bot deleted the dependabot/pip/patch-and-minor-e7d43f44f0 branch June 11, 2026 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants