File tree Expand file tree Collapse file tree 6 files changed +19
-20
lines changed
documentation/reference/sigstickers Expand file tree Collapse file tree 6 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 33All major and minor version changes will be documented in this file. Details of
44patch-level version changes can be found in [ commit messages] ( ../../commits/master ) .
55
6+ ## 2023 - 2023/08/31
7+
8+ - Update deps
9+
610## 2022.1.1 - 2022/06/25
711
812- Fix: use ` os.makedirs ` instead of ` os.mkdir `
Original file line number Diff line number Diff line change @@ -50,6 +50,4 @@ to call the verify function for that version
5050``` python
5151def verifyConverted (packName : str ) -> bool :
5252 ...
53- ```
54-
55-
53+ ```
Original file line number Diff line number Diff line change @@ -129,6 +129,4 @@ Save a sticker
129129``` python
130130def saveSticker (sticker : Sticker, path : str ) -> str :
131131 ...
132- ```
133-
134-
132+ ```
Original file line number Diff line number Diff line change 55Module
66
77> Auto-generated documentation for [ sigstickers.__ main__ ] ( ../../../sigstickers/__main__.py ) module.
8-
98- [ Module] ( #module )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sigstickers"
3- version = " 2022.1.1 "
3+ version = " 2023 "
44license = " mit"
55description = " Download sticker packs from Signal"
66authors = [" FredHappyface" ]
@@ -21,19 +21,19 @@ documentation = "https://github.com/FHPythonUtils/SigStickers/blob/master/README
2121readme = " README.md"
2222
2323[tool .poetry .dependencies ]
24- python = " ^3.7 "
25- Pillow = " <10 ,>=9.5 .0"
26- signalstickers-client = " <4,>=3.2 .0"
27- emoji = " <3,>=2.5.1 "
24+ python = " ^3.8 "
25+ Pillow = " <11 ,>=10.0 .0"
26+ signalstickers-client = " <4,>=3.3 .0"
27+ emoji = " <3,>=2.8.0 "
2828
2929[tool .poetry .scripts ]
3030sigstickers = " sigstickers:cli"
3131
32- [tool .poetry .dev- dependencies ]
33- pytest = " ^7.1.1 "
34- coverage = " ^6.3.2 "
35- handsdown = " ^1.1.0 "
36- pylint = " ^2.13.5 "
32+ [tool .poetry .group . dev . dependencies ]
33+ pytest = " ^7.4.0 "
34+ pylint = " ^2.17.5 "
35+ handsdown = " ^2.0.1 "
36+ coverage = " ^7.3.0 "
3737
3838[tool .black ]
3939line-length = 100
Original file line number Diff line number Diff line change 1- Pillow < 10 ,>= 9.5 .0
2- emoji < 3 ,>= 2.5.1
3- signalstickers-client < 4 ,>= 3.2 .0
1+ Pillow < 11 ,>= 10.0 .0
2+ emoji < 3 ,>= 2.8.0
3+ signalstickers-client < 4 ,>= 3.3 .0
You can’t perform that action at this time.
0 commit comments