Skip to content

Commit

Permalink
Bump pillow version
Browse files Browse the repository at this point in the history
  • Loading branch information
ssarwar-topleft committed Jun 14, 2024
1 parent 75aa2a5 commit 7212e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion djconnectwise/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
VERSION = (1, 6, 0, 'final')
VERSION = (1, 6, 1, 'final')

# pragma: no cover
if VERSION[-1] != "final":
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pytz==2022.1
botocore==1.25.4
boto3==1.22.4
django-storages==1.12.3
Pillow==10.2.0
Pillow==10.3.0

0 comments on commit 7212e63

Please sign in to comment.