Skip to content

Commit 36166e9

Browse files
author
Diego Nadares
committed
Merge branch 'white/staging' into white/master
2 parents 2bfc06c + ccd8042 commit 36166e9

5 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG/4.5.1/community.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* [FIX] Fix pillow version to 9.4.0. #7531

CHANGELOG/4.5.1/date.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Jul 15th, 2023

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
New features in the latest update
22
=====================================
33

4+
4.5.1 [Jul 15th, 2023]:
5+
---
6+
* [FIX] Fix pillow version to 9.4.0. #7531
7+
48
4.5.0 [Jul 7th, 2023]:
59
---
610
* [MOD] Upgrade nixpkgs version to 23.05. Also update version of packages in requirements. #7518

faraday/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
See the file 'doc/LICENSE' for the license information
55
"""
66

7-
__version__ = '4.5.0'
7+
__version__ = '4.5.1'
88
__license_version__ = __version__

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ flask-login>=0.5.0,<0.6.0
1515
Flask-Security-Too>=4.0.0,<5.0.0
1616
bleach>=4.1.0,<5.0.0
1717
marshmallow>=3.19.0
18-
Pillow>=4.2.1
18+
Pillow>=4.2.1,<=9.4.0
1919
psycopg2
2020
pgcli
2121
cryptography>=40.0.1

0 commit comments

Comments
 (0)