Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Aug 28, 2023
1 parent 4e3a5de commit a305a62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_poetry_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: "3.10"

- name: Setup Poetry
uses: Gr1N/setup-poetry@v7
uses: Gr1N/setup-poetry@v8

- name: Update poetry.lock
run: poetry update --lock
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pil-utils"
version = "0.1.7"
version = "0.1.8"
description = "A simple PIL wrapper and text-to-image tool"
authors = ["meetwq <[email protected]>"]
license = "MIT"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/MeetWq/pil-utils"
[tool.poetry.dependencies]
python = "^3.8"
fonttools = "^4.0.0"
Pillow = "^9.2.0"
Pillow = ">=9.2.0,<11.0.0"
numpy = "^1.20.0"
opencv-python-headless = "^4.0.0"
bbcode = "^1.1.0"
Expand Down

0 comments on commit a305a62

Please sign in to comment.