atlas
atlas copied to clipboard
pin PyYAML==5.1, boto3==1.9.89, awscli==1.16.263 in requirements files
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)
todo before ready for review:
- [x] escape dependency hell