Skip to content

Commit 955b8c4

Browse files
Bump the pip group across 2 directories with 6 updates
Bumps the pip group with 5 updates in the /Industrial_developed_hangman directory: | Package | From | To | | --- | --- | --- | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2025.8.3` | | [idna](https://github.com/kjd/idna) | `3.7` | `3.10` | | [setuptools](https://github.com/pypa/setuptools) | `78.1.1` | `80.9.0` | | [zipp](https://github.com/jaraco/zipp) | `3.19.1` | `3.23.0` | Bumps the pip group with 1 update in the /nitkarshchourasia/to_sort/pdf_to_docx_converter directory: [pillow](https://github.com/python-pillow/Pillow). Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.32.5) Updates `certifi` from 2024.7.4 to 2025.8.3 - [Commits](certifi/python-certifi@2024.07.04...2025.08.03) Updates `idna` from 3.7 to 3.10 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.7...v3.10) Updates `setuptools` from 78.1.1 to 80.9.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v78.1.1...v80.9.0) Updates `zipp` from 3.19.1 to 3.23.0 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.19.1...v3.23.0) Updates `pillow` from 10.3.0 to 11.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@10.3.0...11.3.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production dependency-group: pip - dependency-name: certifi dependency-version: 2025.8.3 dependency-type: indirect dependency-group: pip - dependency-name: idna dependency-version: '3.10' dependency-type: indirect dependency-group: pip - dependency-name: setuptools dependency-version: 80.9.0 dependency-type: indirect dependency-group: pip - dependency-name: zipp dependency-version: 3.23.0 dependency-type: indirect dependency-group: pip - dependency-name: pillow dependency-version: 11.3.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b7261be commit 955b8c4

File tree

3 files changed

+30
-23
lines changed

3 files changed

+30
-23
lines changed

Industrial_developed_hangman/poetry.lock

Lines changed: 28 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Industrial_developed_hangman/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages = [{include = "hangman", from = "src"}]
88

99
[tool.poetry.dependencies]
1010
python = "^3.9"
11-
requests = "2.32.4"
11+
requests = "2.32.5"
1212
colorama = "0.4.6"
1313
beautifulsoup4 = "4.12"
1414

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python-docx==0.8.11
22
PyMuPDF==1.18.17
33
pytesseract==0.3.8
4-
Pillow==10.3.0
4+
Pillow==11.3.0

0 commit comments

Comments
 (0)