Skip to content

Commit d919453

Browse files
authored
Merge pull request #811 from OpenSPP/ken/revert_library_upgrade
[chore] Align libraries with Odoo 17
2 parents a39890e + 9b2234c commit d919453

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

openspp-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ odoo-addon-spp-service-points==17.0.1.0.0.11
7575
odoo-addon-spp-starter==17.0.1.0.0.11
7676
odoo-addon-spp-user-roles==17.0.1.0.0.9
7777
# generated from manifests external_dependencies
78-
Pillow>=9.3.0
78+
Pillow>=9.0.1
7979
PyLD
8080
bravado_core
8181
faker

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# generated from manifests external_dependencies
2-
Pillow>=10.3.0
2+
Pillow>=9.0.1
33
PyLD
44
bravado_core
55
extendable_pydantic==1.3.0
@@ -14,10 +14,10 @@ pyproj
1414
python-magic
1515
pytz
1616
qrcode
17-
requests>=2.32.3
17+
requests>=2.25.1
1818
shapely
1919
simplejson
2020
swagger_spec_validator
21-
urllib3>=2.4.0
21+
urllib3>=1.26.5
2222
xlrd
2323
zipp>=3.19.1

spp_base/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"fastapi==0.112.2",
3939
"extendable_pydantic==1.3.0",
4040
"numpy>=1.22.2",
41-
"urllib3>=2.4.0",
41+
"urllib3>=1.26.5",
4242
"zipp>=3.19.1",
4343
"jwcrypto>=1.5.6",
44-
"requests>=2.32.3",
44+
"requests>=2.25.1",
4545
]
4646
}, # not directly required, pinned by Snyk to avoid a vulnerability and for fastapi, compatibility issues.
4747
"data": [

spp_dms/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"base",
1515
"web",
1616
],
17-
"external_dependencies": {"python": ["Pillow>=10.3.0"]},
17+
"external_dependencies": {"python": ["Pillow>=9.0.1"]},
1818
"data": [
1919
"security/security.xml",
2020
"security/ir.model.access.csv",

0 commit comments

Comments
 (0)