aws-samples / asynchronous-event-processing-api-gateway-lambda-cdk

Sample architecture to process events asynchronously using API Gateway and Lambda.
MIT No Attribution
5 stars 1 forks source link

bump pytest version #11

Closed ortenburger closed 1 month ago

ortenburger commented 1 month ago

Currently in .projenrc.py there is pytest==7.2.1 specified, this results after running 'npx projen' in a requirements-dev.txt with two different pytest lines. pytest==7.2.1 and pytest==7.4.3 The fix is to just bump the version in .projenrc.py tp pytest==7.4.3

Best

andreameroni commented 1 month ago

Thanks for your comment - Fixed as suggested