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

pin PyYAML==5.1, boto3==1.9.89, awscli==1.16.263 in requirements files #181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jali-clarke
Copy link

@jali-clarke jali-clarke commented Jan 16, 2021

build is currently failing (e.g. https://github.com/dessa-oss/atlas/pull/180/checks?check_run_id=1714144888) due to conflicting botocore transitive dependencies:

    awscli 1.16.297 depends on botocore==1.13.33 # from requirements_dev.txt
    boto3 1.9.86 depends on botocore<1.13.0 and >=1.12.86 # from requirements.txt

this PR pins PyYAML==5.1, boto3==1.9.89, awscli==1.16.263, which are the smallest possible version changes for requirements.txt that fix this dependency issue as well as any others that come up

btw your jenkins instance is currently experiencing executor starvation (and may have been for a while)
Screen Shot 2021-01-16 at 12 38 25 PM

todo before ready for review:

  • escape dependency hell

@jali-clarke jali-clarke marked this pull request as draft January 16, 2021 16:38
@jali-clarke jali-clarke changed the title pin awscli to 1.16.263 in requirements dev pin awscli to 1.16.98, PyYAML==3.13 in requirements dev Jan 16, 2021
@jali-clarke jali-clarke changed the title pin awscli to 1.16.98, PyYAML==3.13 in requirements dev pin awscli to 1.16.98, PyYAML==3.13 in requirements files Jan 16, 2021
@jali-clarke jali-clarke marked this pull request as ready for review January 16, 2021 17:25
@jali-clarke jali-clarke changed the title pin awscli to 1.16.98, PyYAML==3.13 in requirements files pin awscli to PyYAML==5.1, boto3==1.9.89, awscli==1.16.263 in requirements files Jan 16, 2021
@jali-clarke jali-clarke changed the title pin awscli to PyYAML==5.1, boto3==1.9.89, awscli==1.16.263 in requirements files pin PyYAML==5.1, boto3==1.9.89, awscli==1.16.263 in requirements files Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant