Skip to content

Commit 6ccde51

Browse files
committed
rel 2024 update dependencies
1 parent 2c4be4f commit 6ccde51

21 files changed

+13
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All major and minor version changes will be documented in this file. Details of
44
patch-level version changes can be found in [commit messages](../../commits/master).
55

6+
## 2024 - 2024/01/07
7+
8+
- update dependencies
9+
610
## 2023.0.2 - 2023/12/01
711

812
- add: Using os.path.splitext() to support Path objects https://github.com/FHPythonUtils/LayeredImage/pull/6, thank you https://github.com/denilsonsa!

pyproject.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "layeredimage"
3-
version = "2023.0.2"
3+
version = "2024"
44
license = "mit"
55
description = "Use this module to read, and write to a number of layered image formats"
66
authors = ["FredHappyface"]
@@ -28,16 +28,16 @@ pylsr = "<2025,>=2023"
2828
pyora = "<2,>=0.3.11"
2929
pypdn = "<2,>=1.0.6"
3030
deprecation = "<3,>=2.1.0"
31-
psd-tools = "<2,>=1.9.28"
32-
pillow = "<11,>=10.0.0"
31+
psd-tools = "<2,>=1.9.30"
32+
pillow = "<11,>=10.2.0"
3333
gimpformats = "<2025,>=2023.1"
3434

3535
[tool.poetry.group.dev.dependencies]
3636
imgcompare = "^2.0.1"
37-
pytest = "^7.4.0"
38-
pylint = "^2.17.5"
39-
handsdown = "^2.0.1"
40-
coverage = "^7.3.0"
37+
pytest = "^7.4.4"
38+
pylint = "^3.0.3"
39+
handsdown = "^2.1.0"
40+
coverage = "^7.4.0"
4141

4242
[tool.black]
4343
line-length = 100

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blendmodes<2025,>=2023
22
deprecation<3,>=2.1.0
33
gimpformats<2025,>=2023.1
4-
pillow<11,>=10.0.0
5-
psd-tools<2,>=1.9.28
4+
pillow<11,>=10.2.0
5+
psd-tools<2,>=1.9.30
66
pylsr<2025,>=2023
77
pyora<2,>=0.3.11
88
pypdn<2,>=1.0.6

tests/data/gif_output.ora

0 Bytes
Binary file not shown.

tests/data/layered_output.gif

-18 Bytes
Loading

tests/data/layered_output.ora

0 Bytes
Binary file not shown.

tests/data/layeredc_output.gif

-18 Bytes
Loading

tests/data/layeredc_output.ora

0 Bytes
Binary file not shown.

tests/data/lsr_output.lsr

0 Bytes
Binary file not shown.

tests/data/lsr_output.ora

0 Bytes
Binary file not shown.

tests/data/ora_output.gif

-18 Bytes
Loading

tests/data/ora_output.layered

0 Bytes
Binary file not shown.

tests/data/ora_output.layeredc

0 Bytes
Binary file not shown.

tests/data/ora_output.ora

0 Bytes
Binary file not shown.

tests/data/pdn_output.ora

0 Bytes
Binary file not shown.

tests/data/psd_output.gif

-18 Bytes
Loading

tests/data/psd_output.ora

0 Bytes
Binary file not shown.

tests/data/tiff_output.ora

0 Bytes
Binary file not shown.

tests/data/webp_output.ora

0 Bytes
Binary file not shown.

tests/data/xcf_output.gif

-18 Bytes
Loading

tests/data/xcf_output.ora

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)