Skip to content

Commit bac5a65

Browse files
committed
Bump up requests and xhtml2pdf
1 parent bdaa99d commit bac5a65

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.1.419"
44
description = ""
55
authors = [{ name = "GO Dev", email = "go-dev@ifrc.org" }]
66
license = { text = "MIT License" }
7-
requires-python = "~=3.11"
7+
requires-python = ">=3.11"
88
readme = "README.md"
99
dependencies = [
1010
"Django>=4.2,<5.0",
@@ -63,12 +63,12 @@ dependencies = [
6363
"python-mimeparse==1.6.0",
6464
"pytz",
6565
"openpyxl==3.0.10",
66-
"requests==2.32.2",
66+
"requests==2.32.4",
6767
"tabula-py==1.2.0",
6868
"typing==3.6.2",
6969
# urllib3=1.26.12",
7070
"xmltodict==0.11.0",
71-
"xhtml2pdf==0.2.16",
71+
"xhtml2pdf==0.2.17",
7272
"reportlab", # XXX: Used by xhtml2pdf reportlab==3.6.7 breaks for now
7373
"celery[redis]==5.1.2",
7474
"django-redis==5.0.0",

uv.lock

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

0 commit comments

Comments
 (0)