Skip to content

Commit

Permalink
Update urllib3 version
Browse files Browse the repository at this point in the history
This fixes CVE-2023-45803.
  • Loading branch information
pjonsson authored and omad committed Nov 28, 2023
1 parent 88186b6 commit 6078fd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,9 @@ typing-extensions==4.8.0
# via cattrs
tzdata==2023.3
# via pandas
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements.txt
# botocore
# distributed
# requests
Expand Down
2 changes: 2 additions & 0 deletions index/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ aiobotocore[awscli,boto3]
odc-apps-dc-tools
odc-apps-cloud
pyyaml>=6.0.1
# No direct dependency, avoid CVE-2023-45803 in urllib3 1.26.17.
urllib3>1.26.17
# Libraries to compile with the local gdal
--no-binary rasterio
--no-binary fiona
Expand Down

0 comments on commit 6078fd1

Please sign in to comment.