[Snyk] Security upgrade requests from 2.27.1 to 2.32.4 #25
Travis CI / Travis CI - Branch
required action
Jun 10, 2025 in 42s
Build Errored
The build errored.
Details
This is a normal build for the snyk-fix-1bd73ce3db23fc63cdac67d65f1dcd6a 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.6 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"python": [
"3.6"
],
"addons": {
"apt": {
"packages": [
"rabbitmq-server"
]
}
},
"install": [
"pip install tox-travis"
],
"script": [
"tox"
]
}
Loading