@@ -16,10 +16,12 @@ freezegun==1.2.1 ; python_version >= '3.11'
16
16
geoip2 == 2.9.0
17
17
gevent == 21.8.0 ; sys_platform != 'win32' and python_version == '3.10' # (Jammy)
18
18
gevent == 22.10.2 ; sys_platform != 'win32' and python_version > '3.10' and python_version < '3.12'
19
- gevent == 24.2.1 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble)
19
+ gevent == 24.2.1 ; sys_platform != 'win32' and python_version >= '3.12' and python_version < '3.13' # (Noble)
20
+ gevent == 24.11.1 ; sys_platform != 'win32' and python_version >= '3.13' # (Trixie)
20
21
greenlet == 1.1.2 ; sys_platform != 'win32' and python_version == '3.10' # (Jammy)
21
22
greenlet == 2.0.2 ; sys_platform != 'win32' and python_version > '3.10' and python_version < '3.12'
22
- greenlet == 3.0.3 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble)
23
+ greenlet == 3.0.3 ; sys_platform != 'win32' and python_version >= '3.12' and python_version < '3.13' # (Noble)
24
+ greenlet == 3.1.0 ; sys_platform != 'win32' and python_version >= '3.13' # (Trixie)
23
25
idna == 2.10 ; python_version < '3.12' # requests 2.25.1 depends on idna<3 and >=2.5
24
26
idna == 3.6 ; python_version >= '3.12'
25
27
Jinja2 == 3.0.3 ; python_version < = '3.10'
@@ -39,7 +41,8 @@ ofxparse==0.21
39
41
passlib == 1.7.4 # min version = 1.7.2 (Focal with security backports)
40
42
Pillow == 9.0.1 ; python_version < = '3.10'
41
43
Pillow == 9.4.0 ; python_version > '3.10' and python_version < '3.12'
42
- Pillow == 10.2.0 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
44
+ Pillow == 10.2.0 ; python_version >= '3.12' and python_version < '3.13' # (Noble) Mostly to have a wheel package
45
+ Pillow == 11.1.0 ; python_version >= '3.13' # (Noble) Mostly to have a wheel package
43
46
polib == 1.1.1
44
47
psutil == 5.9.0 ; python_version < = '3.10'
45
48
psutil == 5.9.4 ; python_version > '3.10' and python_version < '3.12'
0 commit comments