Skip to content

Commit

Permalink
Bump pillow (#18)
Browse files Browse the repository at this point in the history
* Bump pillow

* Try to fix GHCR credentials error in merge queue
  • Loading branch information
ethanjli authored Jan 28, 2024
1 parent 72cb7cf commit 29a972b
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 71 deletions.
1 change: 0 additions & 1 deletion .github/workflows/processing-segmenter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:

- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
if: github.event_name == 'pull_request' || github.event_name == 'push' || github.event_name == 'push tag'
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
16 changes: 10 additions & 6 deletions control/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion control/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ loguru = "~0.5.3"
picamerax = "~21.9.8"
smbus2 = "~0.4.1"
picamera = "~1.13"
pillow = "~10.0.0"
pillow = "~10.2.0"
Loading

0 comments on commit 29a972b

Please sign in to comment.