File tree Expand file tree Collapse file tree 4 files changed +17
-15
lines changed Expand file tree Collapse file tree 4 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
matrix :
18
18
python-version :
19
- - ' 3.8'
20
19
- ' 3.9'
21
20
- ' 3.10'
22
21
- ' 3.11'
Original file line number Diff line number Diff line change 3
3
All major and minor version changes will be documented in this file. Details of
4
4
patch-level version changes can be found in [ commit messages] ( ../../commits/master ) .
5
5
6
+ ## 2025 - 2025/02/16
7
+
8
+ - drop support for python 3.8
9
+
6
10
## 2024.1 - 2024/03/17
7
11
8
12
- update deps
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "sigstickers"
3
3
version = " 2025"
4
4
description = " Download sticker packs from Signal"
5
5
authors = [{ name = " FredHappyface" }]
6
- requires-python = " >=3.8 "
6
+ requires-python = " >=3.9 "
7
7
readme = " README.md"
8
8
license = " mit"
9
9
classifiers = [
@@ -18,10 +18,10 @@ classifiers = [
18
18
" Topic :: Multimedia :: Graphics" ,
19
19
]
20
20
dependencies = [
21
- " Pillow<11,>=10.2.0 " ,
22
- " signalstickers-client<4,>=3.3.0 " ,
23
- " emoji<3,>=2.10.1 " ,
24
- " loguru<2,>=0.7.2 " ,
21
+ " emoji>=2.14.1 " ,
22
+ " loguru>=0.7.3 " ,
23
+ " pillow>=11.1.0 " ,
24
+ " signalstickers-client>=3.3.0 " ,
25
25
]
26
26
27
27
[project .urls ]
@@ -34,13 +34,13 @@ sigstickers = "sigstickers:cli"
34
34
35
35
[dependency-groups ]
36
36
dev = [
37
- " pytest>=8.1.1,<9 " ,
38
- " handsdown>=2.1.0,<3 " ,
39
- " coverage>=7.4.4,<8 " ,
40
- " ruff>=0.3.3,<0 .4" ,
41
- " pyright>=1.1.354,<2 " ,
42
- " pytest-asyncio >=0.23.5.post1,<0.24 " ,
43
- " safety>=3.3.0" ,
37
+ " coverage>=7.6.12 " ,
38
+ " handsdown>=2.1.0" ,
39
+ " pyright>=1.1.394 " ,
40
+ " pytest>=8.3 .4" ,
41
+ " pytest-asyncio>=0.25.3 " ,
42
+ " ruff >=0.9.6 " ,
43
+ " safety>=3.3.0" ,
44
44
]
45
45
46
46
[tool .ruff ]
Original file line number Diff line number Diff line change @@ -12,10 +12,9 @@ httpcore==0.17.3
12
12
httpx == 0.24.1
13
13
idna == 3.10
14
14
loguru == 0.7.3
15
- pillow == 10.4 .0
15
+ pillow == 11.1 .0
16
16
protobuf == 3.20.3
17
17
pycparser == 2.22
18
18
signalstickers-client == 3.3.0
19
19
sniffio == 1.3.1
20
- typing-extensions == 4.12.2 ; python_full_version < '3.9'
21
20
win32-setctime == 1.2.0 ; sys_platform == 'win32'
You can’t perform that action at this time.
0 commit comments