Skip to content

Commit 65e37df

Browse files
authored
chore: update combined dependencies (#3231)
* chore(deps): bump actions/labeler from 4.0.2 to 4.1.0 * chore(deps): bump pillow from 9.1.1 to 9.3.0
1 parent 5aeb81f commit 65e37df

File tree

3 files changed

+68
-45
lines changed

3 files changed

+68
-45
lines changed

.github/workflows/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
triage:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/labeler@v4.0.2
10+
- uses: actions/labeler@4.1.0
1111
with:
1212
repo-token: "${{ secrets.GITHUB_TOKEN }}"

poetry.lock

+66-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ packaging = "<22.0,>=21.3"
9292
pathspec = "<1.0.0,>=0.8.0"
9393
patool = "==1.12"
9494
pexpect = { version = "<4.9.0,>=4.8.0", optional = true }
95-
pillow = { version = ">=9.0.0,<9.2", optional = true }
95+
pillow = { version = ">=9.0.0,<9.4", optional = true }
9696
plantweb = { version = ">=1.2.1,<1.3.0", optional = true }
9797
pluggy = "==1.0.0"
9898
poetry-dynamic-versioning = { version = ">=0.14,<0.18", optional = true }

0 commit comments

Comments
 (0)