Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to CDK v1.168, pylint v2.13, and others to latest available #486

Merged
merged 4 commits into from
Aug 15, 2022
Merged

Update to CDK v1.168, pylint v2.13, and others to latest available #486

merged 4 commits into from
Aug 15, 2022

Conversation

javydekoning
Copy link
Contributor

Issue #, if available:
N/A

Description of changes:

Version changes:

  • Move Codebuild container to latest aws/codebuild/standard:6.0
  • NodeJS from 12 (EOL) to 16.

Python deps:

  • astroid==2.11.5
  • aws-sam-cli==1.53.0
  • aws-xray-sdk==2.10.0
  • awscli==1.25.51
  • boto3==1.24.51
  • botocore==1.27.51
  • cfn-lint==0.61.5
  • docutils==0.15.2
  • Jinja2==2.11.3
  • mock==4.0.3
  • pylint==2.13.9
  • pytest==6.2.5
  • schema==0.7.5
  • tox==3.25.1
  • wrapt==1.14.1
  • yamllint==1.27.1

NOTE: Jinja2 was moved back to latest 2.x release due to latest sam-cli dependency on flask 1.1.4, which in turn depends on Jinja2 2.x

pipdeptree -p aws-sam-cli | grep -A 10 -i flask
  - Flask [required: ~=1.1.2, installed: 1.1.4]
    - click [required: >=5.1,<8.0, installed: 7.1.2]
    - itsdangerous [required: >=0.24,<2.0, installed: 1.1.0]
    - Jinja2 [required: >=2.10.1,<3.0, installed: 2.11.3]
      - MarkupSafe [required: >=0.23, installed: 2.0.1]

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Collaborator

@sbkok sbkok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for contributing this, this saves me a lot of time, thanks!

@sbkok sbkok added this to the v3.2.0 milestone Aug 15, 2022
@sbkok sbkok added the dependencies Pull requests that update a dependency file label Aug 15, 2022
@sbkok sbkok requested a review from StewartW August 15, 2022 08:32
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants