Skip to content

Commit

Permalink
temp: pin boto3 to 1.34.115
Browse files Browse the repository at this point in the history
We're getting a failure for missing 1.34.116, and not sure if the
lack of pin is what is allowing for it to be requested.
  • Loading branch information
robrap authored May 30, 2024
1 parent 19a6abf commit db6058a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/common_vars/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ common_pip_pkgs:
- setuptools==44.1.0
- virtualenv==20.2.0
- zipp==1.2.0
- boto3
- boto3==1.34.115
- importlib-resources==3.2.1

common_web_user: www-data
Expand Down

0 comments on commit db6058a

Please sign in to comment.