Skip to content

Commit d2ae83c

Browse files
build(deps): bump the pip group across 1 directory with 2 updates
Bumps the pip group with 2 updates in the / directory: [pillow](https://github.com/python-pillow/Pillow) and [nltk](https://github.com/nltk/nltk). Updates `pillow` from 12.2.0 to 12.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@12.2.0...12.3.0) Updates `nltk` from 3.9.1 to 3.10.0 - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](nltk/nltk@3.9.1...v3.10.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production dependency-group: pip - dependency-name: nltk dependency-version: 3.10.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0651111 commit d2ae83c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python = ">=3.10,<3.13"
99
pygame = "2.6.1"
1010
numpy = "1.26.4"
1111
matplotlib = "3.8.3"
12-
pillow = "12.2.0"
12+
pillow = "12.3.0"
1313
requests = "2.34.2"
1414
markdown2 = "2.5.5"
1515
reportlab = "4.5.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ markdown2==2.5.5
1616
reportlab==4.5.1
1717

1818
# NLP dependencies
19-
nltk==3.9.1
19+
nltk==3.10.0
2020
pyenchant==3.3.0
2121

2222
# TUI dependencies

0 commit comments

Comments
 (0)