pip(deps): bump mako from 1.3.6 to 1.3.9 #756
Open
Travis CI / Travis CI - Branch
required action
Feb 4, 2025 in 27s
Build Errored
The build errored.
Details
This is a normal build for the dependabot/pip/code-review/mako-1.3.9 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Python Version | 3.8 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"python": [
"3.8"
],
"cache": {
"pip": true
},
"before_install": [
"python -m pip install --upgrade pip"
],
"install": [
"pip install -r requirements.txt"
],
"script": [
"export FLASK_APP=startup.py",
"export FLASK_ENV=development"
]
}
Loading