@@ -43,7 +43,7 @@ MarkupSafe==2.0.1 ; python_version <= '3.10'
4343MarkupSafe==2.1.2 ; python_version > '3.10' and python_version < '3.12'
4444MarkupSafe==2.1.5 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
4545num2words==0.5.10 ; python_version < '3.12' # (Jammy / Bookworm)
46- num2words==0.5.13 ; python_version >= '3.12'
46+ num2words==0.5.13 ; python_version >= '3.12'
4747ofxparse==0.21
4848openpyxl==3.0.9 ; python_version < '3.12'
4949openpyxl==3.1.2 ; python_version >= '3.12'
@@ -53,8 +53,8 @@ Pillow==9.4.0 ; python_version > '3.10' and python_version < '3.12'
5353Pillow==10.2.0 ; python_version >= '3.12' and python_version < '3.13' # (Noble) Mostly to have a wheel package
5454Pillow==11.1.0 ; python_version >= '3.13' # (Noble) Mostly to have a wheel package
5555polib==1.1.1
56- psutil==5.9.0 ; python_version <= '3.10'
57- psutil==5.9.4 ; python_version > '3.10' and python_version < '3.12'
56+ psutil==5.9.0 ; python_version <= '3.10'
57+ psutil==5.9.4 ; python_version > '3.10' and python_version < '3.12'
5858psutil==5.9.8 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
5959psycopg2==2.9.2 ; python_version == '3.10' # (Jammy)
6060psycopg2==2.9.5 ; python_version == '3.11'
@@ -89,7 +89,7 @@ rl-renderPM==4.0.3 ; sys_platform == 'win32' and python_version >= '3.12' # Nee
8989urllib3==1.26.5 ; python_version < '3.12' # indirect / min version = 1.25.8 (Focal with security backports)
9090urllib3==2.0.7 ; python_version >= '3.12' # (Noble) Compatibility with cryptography
9191vobject==0.9.6.1
92- Werkzeug==2.0.2 ; python_version <= '3.10'
92+ Werkzeug==2.0.2 ; python_version <= '3.10'
9393Werkzeug==2.2.2 ; python_version > '3.10' and python_version < '3.12'
9494Werkzeug==3.0.1 ; python_version >= '3.12' # (Noble) Avoid deprecation warnings
9595xlrd==1.2.0 ; python_version < '3.12' # (jammy)
@@ -141,7 +141,10 @@ more-itertools==10.8.0
141141pbr==7.0.1
142142pexpect==4.9.0
143143ptyprocess==0.7.0
144+ pycairo==1.28.0
144145pycodestyle==2.14.0
145146pyflakes==3.4.0
147+ rl-renderPM==4.0.3
148+ reportlab==4.1.0
146149unicodecsv==0.14.1
147150wrapt==1.17.3
0 commit comments