Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1435 from petracihalova/urllib3-upg…
Browse files Browse the repository at this point in the history
…rade

[RHCLOUD-37307] bump urllib3 library to the version 1.26.20
  • Loading branch information
petracihalova authored Jan 14, 2025
2 parents 2e96017 + a380125 commit eace910
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 79 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tzdata = "==2022.2"
django-prometheus = "==2.2.0"
prometheus-client = "==0.15.0"
protoc-gen-validate = "==1.0.4"
urllib3 = "==1.26.19"
urllib3 = "==1.26.20"
watchtower = "==3.0.0"
boto3 = "==1.35.92"
celery = "==5.3.0b2"
Expand Down
159 changes: 83 additions & 76 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ astunparse==1.6.3
async-timeout==5.0.1; python_full_version <= '3.11.2'
billiard==4.2.1; python_version >= '3.7'
boto3==1.35.92; python_version >= '3.8'
botocore==1.35.96; python_version >= '3.8'
botocore==1.35.98; python_version >= '3.8'
celery==5.3.0b2; python_version >= '3.7'
certifi==2024.12.14; python_version >= '3.6'
cffi==1.17.1; platform_python_implementation != 'PyPy'
Expand Down Expand Up @@ -60,7 +60,7 @@ stompest==2.3.0
typing-extensions==4.12.2; python_version < '3.11'
tzdata==2022.2; python_version >= '2'
unicodecsv==0.14.1
urllib3==1.26.19; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
urllib3==1.26.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
uuid-utils==0.9.0; python_version >= '3.8'
validate-email==1.3
vine==5.1.0; python_version >= '3.6'
Expand Down

0 comments on commit eace910

Please sign in to comment.