[Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2 #418
Travis CI / Travis CI - Pull Request
succeeded
Jan 8, 2025 in 6m 37s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #418 [Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has 12 jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
4084.1 | 2.7 | TOXENV=py27-core | Linux | passed |
4084.2 | 3.9 | TOXENV=py39-core | Linux | passed |
4084.3 | 3.10 | TOXENV=py310-core | Linux | passed |
4084.4 | 3.11 | TOXENV=py311-core | Linux | passed |
4084.5 | 3.12 | TOXENV=py312-core | Linux | passed |
4084.6 | 3.13 | TOXENV=py313-core | Linux | passed |
4084.7 | 2.7 | TOXENV=py27-django111 | Linux | passed |
4084.8 | 3.9 | TOXENV=py39-django32 | Linux | passed |
4084.9 | 3.10 | TOXENV=py310-django42 | Linux | passed |
4084.10 | 3.11 | TOXENV=py311-django42 | Linux | passed |
4084.11 | 3.12 | TOXENV=py312-django50 | Linux | passed |
4084.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