Skip to content

build(deps): bump the pip group with 3 updates#522

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/pip-aa72a9e588
Jan 1, 2026
Merged

build(deps): bump the pip group with 3 updates#522
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/pip-aa72a9e588

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Updates the requirements on boto3, moto[ec2] and pyfakefs to permit the latest version.
Updates boto3 from 1.42.0 to 1.42.19

Commits
  • 98bf665 Merge branch 'release-1.42.19'
  • a86b3cf Bumping version to 1.42.19
  • a96980b Add changelog entries from botocore
  • 3a1085f Remove elastictranscoder from documentation (#4686)
  • 83130e5 Merge branch 'release-1.42.18'
  • 2ad1b19 Merge branch 'release-1.42.18' into develop
  • 56a53e6 Bumping version to 1.42.18
  • 960d57e Add changelog entries from botocore
  • 9a88f84 Merge branch 'release-1.42.17'
  • c302093 Merge branch 'release-1.42.17' into develop
  • Additional commits viewable in compare view

Updates moto[ec2] from 5.1.18 to 5.1.19

Changelog

Sourced from moto[ec2]'s changelog.

5.1.19

Docker Digest for 5.1.19: sha256:1bba01d147a15d14a5816b69ee6d346ba04bd43baab4a3a27a55c368ecc2bb90

General:
    * Removed support for ElasticTranscoder, now that AWS has also deprecated this service

New Methods: * ACM-PCA: * revoke_certificate()

* DSQL:
    * delete_cluster()
    * get_vpc_endpoint_service_name()
    * list_tags_for_resource()
  • FSX:

    • describe_backups()
  • SESv2:

    • list_tags_for_resource()
    • tag_resource()
    • untag_resource()
  • VPC Lattice:

    • delete_auth_policy()
    • delete_resource_policy()
    • get_auth_policy()
    • get_resource_policy()
    • put_auth_policy()
    • put_resource_policy()

Miscellaneous: * DynamoDB: put_item() now correctly validates numeric and boolean values * EC2: describe_instances() now returns the correct status for BlockDeviceMappings.Ebs.Status (attached, instead of in-use) * EC2: describe_network_acls() now supports the 'association.association-id' Filter * ELBv2: modify_load_balancer_attributes() no longer fails when modifying the 'health_check_logs.s3.enabled' attribute * ResourceGroupsTaggingAPI: get_resources() now supports the SESv2 resources: ConfigurationSets, ContactLists, DedicatedIpPool, EmailIdentity * Route53: change_tags_for_resource() no longer throws an error for removing a non-existing tag * S3: list_object_versions() now correctly calculates the IsLatest-attribute * Scheduler: list_schedules() and list_schedule_groups() now support pagination * SecretsManager: batch_get_secret_value() now returns error handling for unknown secrets * SSM: put_parameter() now returns the Tier-attribute

Commits
  • 714c6d8 Pre-Release: Up Version Number
  • dadd622 Prep release 5.1.19 (#9597)
  • 09ce366 chore: update SSM default parameters (#9595)
  • b543be0 Autoscaling: Improve parity around LaunchTemplates (#9596)
  • dae4435 chore: update EC2 Instance Offerings (#9592)
  • d15adc0 chore: update EMR Instance Types (#9591)
  • 409f728 Upgrade ruff to 0.14.10 (current latest). (#9588)
  • b1055ca EC2: describe_network_acls() now supports the 'association.association-id' Fi...
  • 393e41e SSM: add Tier to PutParameter response (#9590)
  • 8d4f40c remove pylint mention from docs, remove pylint comments (#9587)
  • Additional commits viewable in compare view

Updates pyfakefs to 6.0.0

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 6.0.0

  • removes some deprecated functionality
  • removes support for Python < 3.10
  • see the release notes for a list of changes
Changelog

Sourced from pyfakefs's changelog.

Version 6.0.0 (2025-12-21)

Removes some deprecated functionality, removes support for Python < 3.10.

Breaking Changes

  • removed support for Python versions < 3.10; patch releases based on pyfakefs 5.10 supporting older versions may be made on demand
  • removed support for patching legacy modules scandir and pathlib2
  • changed the default for FakeFilesystem.shuffle_listdir_results to True to reflect the real filesystem behavior

Changes

  • added some support for Python 3.15a3

Fixes

  • fixes a problem with Path type hints using the pipe symbol in wrapped functions inside an fs dependent fixture (see #1242)
  • fixes problem with new coverage in Python 3.14 using the fake filesystem (see #1245)

Documentation

  • added project information to documentation pages

Infrastructure

  • added CI tests for Python 3.15

Version 5.10.2 (2025-11-04)

Fixes a problem with pathlib.glob in Python 3.14.

Fixes

  • fixed pathlib.glob() for Python 3.14 (see #1239)

Version 5.10.1 (2025-10-27)

Fixes a regression introduced in version 5.9.0.

Fixes

  • fixed a deadlock in shutil.copytree if copying using an shutil function as copy_function argument (see #1235)

Version 5.10.0 (2025-10-11)

Adds official support for Python 3.14. Last minor version before the 6.0 release.

Changes

  • the errno codes set in OSError have changed for some specific error conditions in Windows 11/Windows Server 2025; pyfakefs now matches this behavior instead of the previous behavior under Windows 10
  • added official support for Python 3.14

Enhancements

  • added support for os.readinto in Python 3.14
  • added support for pathlib.copy and pathlib.copy_into in Python 3.14

... (truncated)

Commits
  • fe83300 Release 6.0.0
  • 326eaa3 Pin myst-parser to latest version 4.0.1
  • ff7d908 Add project info to documentation
  • 42ad731 Adapt to changes in Python 3.15a3
  • 7613b9f Add CI tests for Python 3.15
  • 4a4dea8 Make old, deprecated "import py" optional (#1257)
  • f0794ee Update furo from 2025.7.19 to 2025.12.19
  • 09a1283 Update pre-commit from 4.5.0 to 4.5.1
  • 57e6dfe [pre-commit.ci] pre-commit autoupdate
  • 722ab00 Bump actions/cache from 4 to 5
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Updates the requirements on [boto3](https://github.com/boto/boto3), [moto[ec2]](https://github.com/getmoto/moto) and [pyfakefs](https://github.com/pytest-dev/pyfakefs) to permit the latest version.

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

Updates `moto[ec2]` from 5.1.18 to 5.1.19
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.18...5.1.19)

Updates `pyfakefs` to 6.0.0
- [Release notes](https://github.com/pytest-dev/pyfakefs/releases)
- [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md)
- [Commits](pytest-dev/pyfakefs@v5.1.0...v6.0.0)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.42.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: moto[ec2]
  dependency-version: 5.1.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pyfakefs
  dependency-version: 6.0.0
  dependency-type: direct:development
  dependency-group: pip
...

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 Jan 1, 2026
@github-actions github-actions bot merged commit 8e43c68 into main Jan 1, 2026
2 of 3 checks passed
@github-actions github-actions bot deleted the dependabot/pip/pip-aa72a9e588 branch January 1, 2026 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants