Skip to content

Commit

Permalink
chore: fix urllib3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeemshahzad committed Nov 4, 2024
1 parent 530bc76 commit a34f51e
Show file tree
Hide file tree
Showing 6 changed files with 6 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/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ansible<3.0.0
awscli
boto
boto3
urllib3==1.26.18
datadog==0.8.0
docopt==0.6.2
ecdsa==0.13.3
Expand Down
1 change: 1 addition & 0 deletions requirements/jenkins.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
awscli
boto
boto3
urllib3==1.26.18
futures ; python_version == "2.7" # via s3transfer
s3cmd
pyyaml
Expand Down
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 a34f51e

Please sign in to comment.