From a0424b27043598bccbba3db5300401539ca76380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 03:27:05 +0000 Subject: [PATCH] build(deps-dev): Bump pillow from 10.1.0 to 10.3.0 in /requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.3.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.1.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 54 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 46 insertions(+), 8 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 0d2b061..b43eeba 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -5,46 +5,84 @@ # # pip-compile-multi # --r style.txt --r typing.txt +black==23.9.1 + # via -r style.in build==1.0.3 # via pip-tools +certifi==2024.8.30 + # via requests +charset-normalizer==3.3.2 + # via requests +click==8.1.7 + # via + # black + # pip-compile-multi + # pip-tools contourpy==1.1.1 # via matplotlib cycler==0.12.1 # via matplotlib fonttools==4.43.1 # via matplotlib +idna==3.10 + # via requests +isort==5.12.0 + # via -r style.in kiwisolver==1.4.5 # via matplotlib matplotlib==3.8.0 - # via -r requirements/dev.in + # via -r dev.in +mypy==1.6.0 + # via -r typing.in +mypy-extensions==1.0.0 + # via + # black + # mypy numpy==1.26.1 # via - # -r requirements/dev.in + # -r dev.in # contourpy # matplotlib # opencv-contrib-python opencv-contrib-python==4.8.1.78 - # via -r requirements/dev.in -pillow==10.1.0 + # via -r dev.in +packaging==23.2 + # via + # black + # build + # matplotlib +pathspec==0.11.2 + # via black +pillow==10.3.0 # via - # -r requirements/dev.in + # -r dev.in # matplotlib pip-compile-multi==2.6.3 - # via -r requirements/dev.in + # via -r dev.in pip-tools==7.3.0 # via pip-compile-multi +platformdirs==3.11.0 + # via black pyparsing==3.1.1 # via matplotlib pyproject-hooks==1.0.0 # via build python-dateutil==2.8.2 # via matplotlib +requests==2.32.3 + # via -r dev.in six==1.16.0 # via python-dateutil toposort==1.10 # via pip-compile-multi +types-docutils==0.20.0.3 + # via -r typing.in +types-setuptools==68.2.0.0 + # via -r typing.in +typing-extensions==4.8.0 + # via mypy +urllib3==2.2.3 + # via requests wheel==0.41.2 # via pip-tools