diff --git a/CHANGES.rst b/CHANGES.rst index 0364cf22..4a76d59a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,9 @@ Changes ------- + +2.13.3 (2024-08-18) +^^^^^^^^^^^^^^^^^^^ + 2.13.2 (2024-07-18) ^^^^^^^^^^^^^^^^^^^ * fix for #1125 due to missing patch of StreamingChecksumBody diff --git a/aiobotocore/__init__.py b/aiobotocore/__init__.py index 807b1bc8..2cf494cb 100644 --- a/aiobotocore/__init__.py +++ b/aiobotocore/__init__.py @@ -1 +1 @@ -__version__ = '2.13.2' +__version__ = '2.13.3' diff --git a/requirements-dev.in b/requirements-dev.in index 8b0cdda1..b7bee082 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,7 +1,7 @@ codecov~=2.1.13 coverage==7.2.7 docker~=7.1 -moto[server,s3,sqs,lambda,dynamodb,cloudformation,sns,batch,ec2,rds]~=4.2.9 +moto[server,s3,sqs,awslambda,dynamodb,cloudformation,sns,batch,ec2,rds]~=4.2.9 pre-commit~=3.5.0 pytest==8.1.1 pytest-cov==5.0.0