mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 01:34:10 +00:00
Merge pull request #51302 from akhilnarang/pin-urllib3
fix(deps): pin urllib3
This commit is contained in:
2
.github/helper/install.sh
vendored
2
.github/helper/install.sh
vendored
@@ -4,6 +4,8 @@ set -e
|
||||
|
||||
cd ~ || exit
|
||||
|
||||
export BENCH_DISABLE_UV=1
|
||||
|
||||
sudo apt update && sudo apt install redis-server libcups2-dev
|
||||
|
||||
pip install frappe-bench
|
||||
|
||||
@@ -23,6 +23,9 @@ dependencies = [
|
||||
"python-youtube~=0.8.0",
|
||||
"taxjar~=1.9.2",
|
||||
"tweepy~=3.10.0",
|
||||
|
||||
# Pin for compatibility, v2 has breaking changes
|
||||
"urllib3>=1.26.4,<2",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
|
||||
Reference in New Issue
Block a user