Skip to content

Commit

Permalink
fix: pin version of urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeemshahzad committed Nov 1, 2024
1 parent 562ee6f commit 10ef66c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
3 changes: 1 addition & 2 deletions playbooks/roles/aws/templates/requirements.txt.j2
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ s3transfer==0.10.3
# boto3
six==1.16.0
# via python-dateutil
urllib3==2.2.3
# via botocore
urllib3==1.26.18
5 changes: 1 addition & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,4 @@ six==1.16.0
# bcrypt
# pathlib2
# python-dateutil
urllib3==2.2.3
# via
# botocore
# requests
urllib3==1.26.18
1 change: 1 addition & 0 deletions requirements/aws.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ boto3
futures ; python_version == "2.7" # via s3transfer
s3cmd
pyyaml==5.3.1
urllib3==1.26.18
1 change: 1 addition & 0 deletions requirements/jenkins.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ redis==2.10.6
splunk-sdk==1.6.16 # older versions have been yanked
yq
jq
urllib3==1.26.18
6 changes: 1 addition & 5 deletions util/jenkins/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,7 @@ tzdata==2024.2
# via
# celery
# kombu
urllib3==2.2.3
# via
# botocore
# opsgenie-sdk
# requests
urllib3==1.26.18
vine==5.1.0
# via
# amqp
Expand Down

0 comments on commit 10ef66c

Please sign in to comment.