From 08b7c370eeb912cdbfedf1ebf8f8ef09168cb4a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 03:32:43 +0000 Subject: [PATCH] chore(deps): bump the python-packages group across 1 directory with 2 updates Bumps the python-packages group with 2 updates in the / directory: [packaging](https://github.com/pypa/packaging) and [pillow](https://github.com/python-pillow/Pillow). Updates `packaging` from 24.1 to 24.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/24.1...24.2) Updates `pillow` from 10.4.0 to 11.1.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.4.0...11.1.0) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.in | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index af37902..062d3b4 100644 --- a/requirements.in +++ b/requirements.in @@ -4,8 +4,8 @@ CTkMessagebox==2.7 CTkToolTip==0.8 CTkToolTip==0.8 customtkinter==5.2.2 -packaging==24.1 -Pillow==10.4.0 +packaging==24.2 +Pillow==11.1.0 platformdirs==4.3.6 py7zr==0.22.0 Requests==2.32.3 diff --git a/requirements.txt b/requirements.txt index 989b147..cc6a068 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,11 +28,11 @@ inflate64==1.0.0 # via py7zr multivolumefile==0.2.3 # via py7zr -packaging==24.1 +packaging==24.2 # via # -r requirements.in # customtkinter -pillow==10.4.0 +pillow==11.1.0 # via # -r requirements.in # ctkmessagebox