From ac4ac7f821f2834b2305b80affc0211e8cca6338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 11:22:02 +0200 Subject: [PATCH] Poetry(deps): Bump pillow from 10.2.0 to 10.3.0 (#48) Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.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.2.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8ca861d..b2d0d39 100644 --- a/poetry.lock +++ b/poetry.lock @@ -983,4 +983,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "109406fb0a5b63acecd5fe158d93a73d5eadc4fa4cff36a654329efb2603ee6b" +content-hash = "56c67637276392c31b24edf3b9eb06f5595f4fa5ab3f300318149c68b4f35688" diff --git a/pyproject.toml b/pyproject.toml index 5e257a0..827e5d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "^3.10" mkdocs = "^1.4.3" mkdocs-material = "^9.5.5" -pillow = "^10.2.0" +pillow = "^10.3.0" cairosvg = "^2.7.0" [tool.poetry.dev-dependencies]