Skip to content

Commit 021c905

Browse files
committed
[IMP] requirements.txt: trixie package compat
1 parent 7ce8931 commit 021c905

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

requirements.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ freezegun==1.2.1 ; python_version >= '3.11'
1616
geoip2==2.9.0
1717
gevent==21.8.0 ; sys_platform != 'win32' and python_version == '3.10' # (Jammy)
1818
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)
2021
greenlet==1.1.2 ; sys_platform != 'win32' and python_version == '3.10' # (Jammy)
2122
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)
2325
idna==2.10 ; python_version < '3.12' # requests 2.25.1 depends on idna<3 and >=2.5
2426
idna==3.6 ; python_version >= '3.12'
2527
Jinja2==3.0.3 ; python_version <= '3.10'
@@ -39,7 +41,8 @@ ofxparse==0.21
3941
passlib==1.7.4 # min version = 1.7.2 (Focal with security backports)
4042
Pillow==9.0.1 ; python_version <= '3.10'
4143
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
4346
polib==1.1.1
4447
psutil==5.9.0 ; python_version <= '3.10'
4548
psutil==5.9.4 ; python_version > '3.10' and python_version < '3.12'

0 commit comments

Comments
 (0)