Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

pip(deps): bump mako from 1.3.6 to 1.3.9 #756

Open
wants to merge 1 commit into
base: code-review
Choose a base branch
from

pip(deps): bump mako from 1.3.6 to 1.3.9

eab57f3
Select commit
Loading
Failed to load commit list.
Open

pip(deps): bump mako from 1.3.6 to 1.3.9 #756

pip(deps): bump mako from 1.3.6 to 1.3.9
eab57f3
Select commit
Loading
Failed to load commit list.
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"
  ]
}