Bump requests from 2.31.0 to 2.32.0 #106
Open
Travis CI / Travis CI - Branch
succeeded
May 21, 2024 in 1m 29s
Build Passed
The build passed.
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 |
---|---|---|---|
451.1 | 3.9 | Linux | passed |
451.2 | 3.10 | Linux | passed |
451.3 | 3.11 | Linux | passed |
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_getty --cov-report term-missing tests"
],
"after_success": [
"coveralls"
]
}
Loading