From 5d00eb3ac4f59ca96fa0e6331b8b42ef5ade5fac Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 9 Mar 2024 22:20:38 +1100
Subject: [PATCH] build(deps-dev): bump pip group with 8 updates (moto v5)
(#451)
Updates the requirements on [boto3](https://github.com/boto/boto3),
[importlib-resources](https://github.com/python/importlib_resources),
[pytz](https://github.com/stub42/pytz),
[rich](https://github.com/Textualize/rich),
[typing-extensions](https://github.com/python/typing_extensions),
[moto[ec2]](https://github.com/getmoto/moto),
[pytest](https://github.com/pytest-dev/pytest) and
[twine](https://github.com/pypa/twine) to permit the latest version.
Updates `boto3` from 1.34.19 to 1.34.59
Sourced from boto3's
changelog. ... (truncated) Sourced from importlib-resources's
changelog. No significant changes. Sourced from rich's
releases. Fixes some character widths Sourced from rich's
changelog. Sourced from typing-extensions's
releases. This feature release adds support for PEP 728 (TypedDict with extra
items) and PEP 742 ( There are no changes since 4.10.0rc1. Sourced from typing-extensions's
changelog. This feature release adds support for PEP 728 (TypedDict with extra
items) and PEP 742 ( There are no changes since 4.10.0rc1. Sourced from moto[ec2]'s
changelog. Docker Digest for 5.0.2:
sha256:89cc6c764d714bf76e592a61f0c06fd142f672085e1dd3a53eb734aaeb4e14e2 New Methods:
* Autoscaling:
* batch_put_scheduled_update_group_action()
* batch_delete_scheduled_action() Miscellaneous:
* AWSLambda: The ImageConfig.EntryPoint of a function is now used when
invoking it in a Docker container
* CognitoIDP now allows public actions even if IAM auth is enabled
* DynamoDB: create_table() now validates the number of KeySchema-items
* EC2: modify_image_attributes() now supports all LaunchPermissions
* ECS: register_task_definition() now has improved validation around
Changelog
1.34.59
batch
: [botocore
] This release
adds JobStateTimeLimitActions setting to the Job Queue API. It allows
you to configure an action Batch can take for a blocking job in front of
the queue after the defined period of time. The new parameter applies
for ECS, EKS, and FARGATE Job Queues.bedrock-agent-runtime
:
[botocore
] Documentation update for Bedrock Runtime
Agentcloudtrail
: [botocore
] Added
exceptions to CreateTrail, DescribeTrails, and ListImportFailures
APIs.codebuild
: [botocore
] This
release adds support for a new webhook event: PULL_REQUEST_CLOSED.cognito-idp
: [botocore
] Add
ConcurrentModificationException to SetUserPoolMfaConfigguardduty
: [botocore
] Add RDS
Provisioned and Serverless Usage typestransfer
: [botocore
] Added
DES_EDE3_CBC to the list of supported encryption algorithms for messages
sent with an AS2 connector.1.34.58
appconfig
: [botocore
] AWS
AppConfig now supports dynamic parameters, which enhance the
functionality of AppConfig Extensions by allowing you to provide
parameter values to your Extensions at the time you deploy your
configuration.ec2
: [botocore
] This release
adds an optional parameter to RegisterImage and CopyImage APIs to
support tagging AMIs at the time of creation.grafana
: [botocore
] Adds
support for the new GrafanaToken as part of the Amazon Managed Grafana
Enterprise plugins upgrade to associate your AWS account with a Grafana
Labs account.lambda
: [botocore
]
Documentation updates for AWS Lambdapayment-cryptography-data
:
[botocore
] AWS Payment Cryptography EMV Decrypt Feature
Releaserds
: [botocore
] Updates Amazon
RDS documentation for io2 storage for Multi-AZ DB clusterssnowball
: [botocore
] Doc-only
update for change to EKS-Anywhere ordering.wafv2
: [botocore
] You can
increase the max request body inspection size for some regional
resources. The size setting is in the web ACL association config. Also,
the AWSManagedRulesBotControlRuleSet EnableMachineLearning setting now
takes a Boolean instead of a primitive boolean type, for languages like
Java.workspaces
: [botocore
] Added
note for user decoupling1.34.57
dynamodb
: [botocore
] Doc only
updates for DynamoDB documentationimagebuilder
: [botocore
] Add
PENDING status to Lifecycle Execution resource status. Add StartTime and
EndTime to ListLifecycleExecutionResource API response.mwaa
: [botocore
] Amazon MWAA
adds support for Apache Airflow v2.8.1.rds
: [botocore
] Updated the
input of CreateDBCluster and ModifyDBCluster to support setting CA
certificates. Updated the output of DescribeDBCluster to show current CA
certificate setting value.redshift
: [botocore
] Update for
documentation only. Covers port ranges, definition updates for data
sharing, and definition updates to cluster-snapshot documentation.verifiedpermissions
: [botocore
]
Deprecating details in favor of configuration for GetIdentitySource and
ListIdentitySources APIs.1.34.56
apigateway
: [botocore
]
Documentation updates for Amazon API Gatewaychatbot
: [botocore
] Minor
update to documentation.organizations
: [botocore
] This
release contains an endpoint additionsesv2
: [botocore
] Adds support
for providing custom headers within SendEmail and SendBulkEmail for
SESv2.1.34.55
cloudformation
: [botocore
] Add
DetailedStatus field to DescribeStackEvents and DescribeStacks APIsCommits
6afb8be
Merge branch 'release-1.34.59'7d7b04e
Bumping version to 1.34.594d2d2d2
Add changelog entries from botocored4d1f2e
Merge branch 'release-1.34.58'3eb4335
Merge branch 'release-1.34.58' into develope438496
Bumping version to 1.34.58ce57c75
Add changelog entries from botocorecefe841
Merge branch 'release-1.34.57'cd8e734
Merge branch 'release-1.34.57' into develop26d5582
Bumping version to 1.34.57
Updates `importlib-resources` from 6.1.1 to 6.1.3
Changelog
v6.1.3
v6.1.2
Bugfixes
Commits
56bd2b9
Finalize99a41c1
Re-use isolated_modules in ZipSetupBase.8918e27
Remove unlink compatibility (unused).a8892ae
Extract 'from_test_support' helper.414e4c0
Use a SimpleNamespace for setdefault compatibility.f3f4b0a
gh-116307:
Create a new import helper 'isolated modules' and use that
instead...8eb2071
Move test compatibility modules into a compat package.131906a
Finalize3f49de3
Merge pull request #293
from sfc-gh-wzhao/wzhao-fix-files-not-a-directory-whe...76145e2
Use bytes ranges instead of bytes literals.
Updates `pytz` from 2023.3.post1 to 2024.1
Commits
fb43f95
Github releases3680953
Bump version numbers to 2024.1 / 2024a8cde178
IANA 2024ae22640e
Squashed 'tz/' changes from cc48c2dfa..beeb53a3debee1ae
Stop building unused distribution files77d9c8c
Default to Python 3.128f15f80
PyPI publication from githubee2e37b
Bump version to 2023.4 (2023d)4a37f7c
Squashed 'tz/' changes from ddb8cf09d..2bb5bb9554a8ca23
IANA 2023d
Updates `rich` from 13.7.0 to 13.7.1
Release notes
v13.7.1
[13.7.1] - 2023-02-28
Fixed
Changelog
[13.7.1] - 2023-02-28
Fixed
Commits
Updates `typing-extensions` from 4.9.0 to 4.10.0
Release notes
4.10.0
Release 4.10.0 (February 25, 2024)
TypeIs
).4.10.0rc1
Release 4.10.0rc1 (February 17, 2024)
closed
keyword
argument and the
special __extra_items__
key for TypedDict. Patch by Zixuan
James Li.typing_extensions.TypeIs
. Patch
by Jelle Zijlstra.TypedDict
item
overrides a mutable
one. Type checkers should still flag this as an error. Patch by Jelle
Zijlstra.issubclass()
checks against simple
runtime-checkable protocols by
around 6% (backporting python/cpython#112717,
by Alex
Waygood).typing.Protocol
classes that were not marked as @runtime_checkable
would be
unnecessarily
introspected, potentially causing exceptions to be raised if the
protocol had
problematic members. Patch by Alex Waygood, backporting
python/cpython#113401.Changelog
Release 4.10.0 (February 24, 2024)
TypeIs
).Release 4.10.0rc1 (February 17, 2024)
closed
keyword
argument and the
special __extra_items__
key for TypedDict. Patch by Zixuan
James Li.typing_extensions.TypeIs
. Patch
by Jelle Zijlstra.TypedDict
item
overrides a mutable
one. Type checkers should still flag this as an error. Patch by Jelle
Zijlstra.issubclass()
checks against simple
runtime-checkable protocols by
around 6% (backporting python/cpython#112717,
by Alex
Waygood).typing.Protocol
classes that were not marked as @runtime_checkable
would be
unnecessarily
introspected, potentially causing exceptions to be raised if the
protocol had
problematic members. Patch by Alex Waygood, backporting
python/cpython#113401.Commits
ed81f2b
Prepare release 4.10.0 (#343)06b23e3
Release 4.10.0rc1 (#340)b7bf949
Add support for PEP 728 (#329)9f040ab
Fix changelog entry and mutable_keys tracking for PEP
705 (#334)566e01e
Add support for TypeIs (PEP 742) (#330)d6c50f5
Drop runtime error in PEP 705 implementation (#333)ff530f5
Update GitHub Actions versions (#332)05ffab5
Catch a deprecation warning on Python 3.13 (#331)69b48c3
Fix display of TypedDict.readonly_keys (#328)004b893
Backport recent improvements to the implementation of
Protocol
(#324)
Updates `moto[ec2]` to 5.0.2
Changelog
5.0.2
General:
* Removed the `python-jose` and `sshpubkeys` dependencies in favor of
`joserfc`. This removes a transitive dependency on `ecdsa`, which
contains a open security vulnerability
* RDS:
* create_db_proxy()
* describe_db_proxies()
memory
-parameters
* Glue: create_database() now supports the tags
-parameter
* IAM: assume_user()/create_user()/get_caller_identity() now return the
correct partition for China (aws-cn) when called from a Chinese region
* ResourceGroupsTagging: get_resources() now supports ELB resources
* Route53: list_hosted_zones() now supports pagination
* S3: put_bucket_notification_configuration() now supports
EventBridge-notifications
* SES now returns errors in the correct format
Docker Digest for 5.0.1: sha256:b6004b2e112c0ba870b2103049548abecec476edeac7a724ed9c71249358e821
New Methods:
* SecretsManager:
* remove_regions_from_replication()
* replicate_secret_to_regions()
Miscellaneous:
* AWSLambda: create_event_source_mapping() now supports Kinesis streams
as targets
* CloudFront: Removed error handling for InvalidOriginServer, as our
validation was too strict
* DynamoDB: batch_execute_statement() now supports for
Update/Insert/Delete-statements
* DynamoDB: query() now correctly handles calls where both Limit and
ScanIndexForward are supplied
* EC2: Now supports availability zones for eu-central-2 (Zurich)
* S3: list_objects_v2() can now return more then 1000 results max
(again)
* S3: copy_object() now allows in-place copies when bucket versioning is
enabled
* SecretsManager: create_secrets() now supports the parameters
AddReplicaRegions and ForceOverwriteReplicaSecret
* SecretsManager: list_secrets() now supports the filters primary-region
and owning-service
... (truncated)
4a3b8ad
Prep release 5.0.2 (#7359)79c9b7c
Techdebt: Verify support for urllib3==2.2.1 (#7358)8f6153e
chore: update SSM default parameters (#7355)3be1cf3
chore: update EC2 Instance Offerings (#7353)a54cb29
Techdebt: Remove ECDSA dependency (#7356)3f65f94
chore: update EC2 Instance Types (#7354)8561740
Techdebt: Remove ACM/pytest warnings (#7350)4b89874
SecretsManager: rotate_secret() now supports the
RotateImmediately-parameter ...b9d7c20
S3: Adding notification for eventbridge (#7252)59248f3
Feature: RDS Proxy (#7329)Sourced from pytest's releases.
8.0.2
pytest 8.0.2 (2024-02-24)
Bug Fixes
- #11895: Fix collection on Windows where initial paths contain the short version of a path (for example
c:\PROGRA~1\tests
).- #11953: Fix an
IndexError
crash raising fromgetstatementrange_ast
.- #12021: Reverted a fix to [--maxfail]{.title-ref} handling in pytest 8.0.0 because it caused a regression in pytest-xdist whereby session fixture teardowns may get executed multiple times when the max-fails is reached.
31afeeb
Prepare release version 8.0.21b00a2f
Merge pull request #12025
from pytest-dev/backport-12022-to-8.0.xff2f66d
[8.0.x] Revert "Fix teardown error reporting when
--maxfail=1
(#11721)"8a8eed6
[8.0.x] Fix collection of short paths on Windows (#12024)74346f0
[8.0.x] Allow Sphinx 7.x (#12005)b7657b4
[8.0.x] Disallow Sphinx 6 and 7 (#12001)feb7c5e
Merge pull request #11999
from pytest-dev/backport-11996-to-8.0.x0909655
[8.0.x] code: fix IndexError
crash in
getstatementrange_ast
68524d4
Merge pull request #11993
from pytest-dev/release-8.0.1d7d320a
Prepare release version 8.0.1Sourced from twine's changelog.
Twine 5.0.0 (2024-02-10)
Bugfixes ^^^^^^^^
- Use
email.message
instead ofcgi
ascgi
has been deprecated ([#969](https://github.com/pypa/twine/issues/969) <https://github.com/pypa/twine/issues/969>
_)Misc ^^^^
[#931](https://github.com/pypa/twine/issues/931) <https://github.com/pypa/twine/issues/931>
,[#991](https://github.com/pypa/twine/issues/991) <https://github.com/pypa/twine/issues/991>
,[#1028](https://github.com/pypa/twine/issues/1028) <https://github.com/pypa/twine/issues/1028>
,[#1040](https://github.com/pypa/twine/issues/1040) <https://github.com/pypa/twine/issues/1040>
Twine 4.0.2 (2022-11-30)
Bugfixes ^^^^^^^^
- Remove deprecated function to fix
twine check
with pkginfo 1.9.0. ([#941](https://github.com/pypa/twine/issues/941) <https://github.com/pypa/twine/issues/941>
_)Twine 4.0.1 (2022-06-01)
Bugfixes ^^^^^^^^
- Improve logging when keyring fails. (
[#890](https://github.com/pypa/twine/issues/890) <https://github.com/pypa/twine/issues/890>
_)- Reconfigure root logger to show all log messages. (
[#896](https://github.com/pypa/twine/issues/896) <https://github.com/pypa/twine/issues/896>
_)Twine 4.0.0 (2022-03-31)
Features ^^^^^^^^
- Drop support for Python 3.6. (
[#869](https://github.com/pypa/twine/issues/869) <https://github.com/pypa/twine/issues/869>
_)- Use Rich to add color to
upload
output. ([#851](https://github.com/pypa/twine/issues/851) <https://github.com/pypa/twine/issues/851>
_)- Use Rich to add color to
check
output. ([#874](https://github.com/pypa/twine/issues/874) <https://github.com/pypa/twine/issues/874>
_)- Use Rich instead of tqdm for upload progress bar. (
[#877](https://github.com/pypa/twine/issues/877) <https://github.com/pypa/twine/issues/877>
_)Bugfixes ^^^^^^^^
- Remove Twine's dependencies from the
User-Agent
header when uploading. ([#871](https://github.com/pypa/twine/issues/871) <https://github.com/pypa/twine/issues/871>
_)
... (truncated)
94f810c
Merge pull request #1047 from
pypa/new-release09d993a
Update linkcheck_ignore setting for docsab0ed19
Apply 2024 black format407e6cc
Build changelog for 5.0.06644b86
Add missing changelog entriesfe1885f
Merge pull request #1034 from
DimitriPapadopoulos/codespell694bdcf
Fix typos found by codespell89ec78c
Merge pull request #1040 from
woodruffw-forks/ww/pypi-mandatory-api-tokensb3b363a
tests: lintage6e94d20
tests: more non-PyPI tests