Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2 #418

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

fix: samples/spookyshots/requirements.txt to reduce vulnerabilities

37bea34
Select commit
Loading
Failed to load commit list.
Open

[Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2 #418

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