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

Bump requests from 2.31.0 to 2.32.0 #91

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

---

74af161
Select commit
Loading
Failed to load commit list.
Open

Bump requests from 2.31.0 to 2.32.0 #91

---
74af161
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed May 21, 2024 in 1m 55s

Build Failed

The build failed.

Details

This is a normal build for the dependabot/pip/requests-2.32.0 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has three jobs, running in parallel.

Job Python OS State
455.1 3.9 Linux failed
455.2 3.10 Linux failed
455.3 3.11 Linux failed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Versions 3.9, 3.10, 3.11
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "python": [
    "3.9",
    "3.10",
    "3.11"
  ],
  "install": [
    "pip install -U setuptools",
    "pip install -r requirements-dev.txt",
    "python setup.py develop"
  ],
  "script": [
    "py.test --cov skosprovider_heritagedata --cov-report term-missing tests"
  ],
  "after_success": [
    "coveralls"
  ]
}