Skip to content

Commit 98ade85

Browse files
Bump the python-dependencies group across 1 directory with 2 updates (#636)
* Bump the python-dependencies group across 1 directory with 2 updates Updates the requirements on [paramiko](https://github.com/paramiko/paramiko) and [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. Updates `paramiko` to 4.0.0 - [Commits](paramiko/paramiko@release-1.7.4...4.0.0) Updates `pillow` to 12.0.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.4.0...12.0.0) --- updated-dependencies: - dependency-name: paramiko dependency-version: 4.0.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pillow dependency-version: 12.0.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Update pyproject.toml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <[email protected]>
1 parent 315a160 commit 98ade85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"celery>=5.5.1,<6",
3333
"openpyxl>=3.1.5,<4",
3434
"paramiko<4",
35-
"Pillow>=10.4.0,<12",
35+
"Pillow>=10.4.0,<13",
3636
"psycopg[binary]~=3.2.6",
3737
"pysftp~=0.2.9",
3838
"requests>=2.32.3,<3",

0 commit comments

Comments
 (0)