[Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2 #418
Travis CI / Travis CI - Branch
succeeded
Jan 8, 2025 in 5m 13s
Build Passed
The build passed.
Details
This is a normal build for the snyk-fix-7a10ec61bce30fba392e38153599e2ad branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has 12 jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
4082.1 | 2.7 | TOXENV=py27-core | Linux | passed |
4082.2 | 3.9 | TOXENV=py39-core | Linux | passed |
4082.3 | 3.10 | TOXENV=py310-core | Linux | passed |
4082.4 | 3.11 | TOXENV=py311-core | Linux | passed |
4082.5 | 3.12 | TOXENV=py312-core | Linux | passed |
4082.6 | 3.13 | TOXENV=py313-core | Linux | passed |
4082.7 | 2.7 | TOXENV=py27-django111 | Linux | passed |
4082.8 | 3.9 | TOXENV=py39-django32 | Linux | passed |
4082.9 | 3.10 | TOXENV=py310-django42 | Linux | passed |
4082.10 | 3.11 | TOXENV=py311-django42 | Linux | passed |
4082.11 | 3.12 | TOXENV=py312-django50 | Linux | passed |
4082.12 | 3.13 | TOXENV=py313-django51 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Focal) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"install": [
"pip install tox pytest"
],
"before_script": [
"export CLOUDINARY_URL=$(bash tools/get_test_cloud.sh); echo cloud_name: \"$(echo $CLOUDINARY_URL | cut -d'@' -f2)\"\n"
],
"script": [
"export PYTHONPATH=\"${PYTHONPATH}:$(pwd)\"",
"tox -e $TOXENV"
],
"notifications": {
"email": [
{
"recipients": [
"[email protected]"
]
}
]
},
"jobs": {
"include": [
{
"python": "2.7",
"env": [
{
"TOXENV": "py27-core"
}
]
},
{
"python": "3.9",
"env": [
{
"TOXENV": "py39-core"
}
]
},
{
"python": "3.10",
"env": [
{
"TOXENV": "py310-core"
}
]
},
{
"python": "3.11",
"env": [
{
"TOXENV": "py311-core"
}
]
},
{
"python": "3.12",
"env": [
{
"TOXENV": "py312-core"
}
]
},
{
"python": "3.13",
"env": [
{
"TOXENV": "py313-core"
}
]
},
{
"python": "2.7",
"env": [
{
"TOXENV": "py27-django111"
}
]
},
{
"python": "3.9",
"env": [
{
"TOXENV": "py39-django32"
}
]
},
{
"python": "3.10",
"env": [
{
"TOXENV": "py310-django42"
}
]
},
{
"python": "3.11",
"env": [
{
"TOXENV": "py311-django42"
}
]
},
{
"python": "3.12",
"env": [
{
"TOXENV": "py312-django50"
}
]
},
{
"python": "3.13",
"env": [
{
"TOXENV": "py313-django51"
}
]
}
]
}
}
Loading