@@ -14,8 +14,8 @@ gevent==24.2.1 ; sys_platform != 'win32' and python_version >= '3.12' and python
1414gevent==24.11.1 ; sys_platform != 'win32' and python_version >= '3.13' # (Trixie)
1515greenlet==3.0.3 ; sys_platform != 'win32' and python_version >= '3.12' and python_version < '3.13' # (Noble)
1616greenlet==3.1.1 ; sys_platform != 'win32' and python_version >= '3.13' # (Trixie)
17- idna==3.6 ; python_version >= '3.12'
18- Jinja2==3.1.2 ; python_version > '3.10'
17+ idna==3.7 ; python_version >= '3.12'
18+ Jinja2==3.1.6 ; python_version > '3.10'
1919libsass==0.22.0 ; python_version >= '3.11' # (Noble) Mostly to have a wheel package
2020lxml==5.2.1; python_version >= '3.12' # (Noble - removed html clean)
2121lxml-html-clean; python_version >= '3.12' # (Noble - removed from lxml, unpinned for futur security patches)
@@ -24,7 +24,7 @@ num2words==0.5.13 ; python_version >= '3.12'
2424ofxparse==0.21
2525openpyxl==3.1.2 ; python_version >= '3.12'
2626passlib==1.7.4 # min version = 1.7.2 (Focal with security backports)
27- Pillow==10.2 .0 ; python_version >= '3.12' and python_version < '3.13' # (Noble) Mostly to have a wheel package
27+ Pillow==10.3 .0 ; python_version >= '3.12' and python_version < '3.13' # (Noble) Mostly to have a wheel package
2828Pillow==11.1.0 ; python_version >= '3.13' # (Noble) Mostly to have a wheel package
2929polib==1.1.1
3030psutil==5.9.8 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
@@ -41,11 +41,11 @@ pytz # no version pinning to avoid OS perturbations
4141pyusb==1.2.1
4242qrcode==7.4.2 ; python_version >= '3.11'
4343reportlab==4.1.0 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
44- requests==2.31 .0 ; python_version >= '3.11' # (Noble)
44+ requests==2.32 .0 ; python_version >= '3.11' # (Noble)
4545rjsmin==1.2.0 ; python_version >= '3.11'
46- urllib3==2.0.7 ; python_version >= '3.12' # (Noble) Compatibility with cryptography
46+ urllib3==2.2.2 ; python_version >= '3.12' # (Noble) Compatibility with cryptography
4747vobject==0.9.6.1
48- Werkzeug==3.0.1 ; python_version >= '3.12' # (Noble) Avoid deprecation warnings
48+ Werkzeug==3.0.6 ; python_version >= '3.12' # (Noble) Avoid deprecation warnings
4949xlrd==2.0.1 ; python_version >= '3.12'
5050XlsxWriter==3.1.9 ; python_version >= '3.12'
5151xlwt==1.3.0
0 commit comments