aws / aws-elastic-beanstalk-cli

The EB CLI is a command line interface for Elastic Beanstalk that provides interactive commands that simplify creating, updating and monitoring environments from a local repository.
Apache License 2.0
161 stars 78 forks source link

Update urllib3 in requirements.txt #459

Closed NihalM99 closed 1 year ago

NihalM99 commented 1 year ago

*Issue #, if available:385

*Description of changes:This fixes an incompatibility regarding DEFAULT_CIPHERS being removed in urllib3 v2 by pinning urllib3 on >=1.26.5, <2. Resolved merge conflicts and updated code as per pull request .

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