Skip to content

Commit c8f5966

Browse files
Merge pull request #2609 from IFRCGo/feature/urllib3-upgrade
Upgrade urllib3
2 parents fd94c8f + a0cfa37 commit c8f5966

3 files changed

Lines changed: 18 additions & 16 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"PyPDF2==1.27.9",
1414
"pdf2image==1.16.0",
1515
"beautifulsoup4==4.6.3",
16-
"boto3==1.20.38",
16+
"boto3>=1.34.0,<2.0.0",
1717
"choicesenum==0.7.0",
1818
"coreapi==2.3.3",
1919
"coreschema==0.0.4",
@@ -66,7 +66,7 @@ dependencies = [
6666
"requests==2.32.4",
6767
"tabula-py==1.2.0",
6868
"typing==3.6.2",
69-
# urllib3=1.26.12",
69+
"urllib3==2.6.1",
7070
"xmltodict==0.11.0",
7171
"xhtml2pdf==0.2.17",
7272
"reportlab", # XXX: Used by xhtml2pdf reportlab==3.6.7 breaks for now

uv.lock

Lines changed: 15 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)