Skip to content

fix: requirements.txt to reduce vulnerabilities

b1d7dfb
Select commit
Loading
Failed to load commit list.
Open

[Snyk] Security upgrade requests from 2.27.1 to 2.32.4 #25

fix: requirements.txt to reduce vulnerabilities
b1d7dfb
Select commit
Loading
Failed to load commit list.
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"
  ]
}