Bump cryptography from 46.0.3 to 46.0.5 #150
Open
Travis CI / Travis CI - Branch
succeeded
Feb 11, 2026 in 7m 47s
Build Passed
The build passed.
Details
This is a normal build for the dependabot/uv/cryptography-46.0.5 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has five jobs, running in parallel.
| Job | OS | State |
|---|---|---|
| Linux | passed | |
| Linux | passed | |
| Linux | passed | |
| Linux | passed | |
| Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Python |
| Operating System | Linux (Noble) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "noble",
"services": [
"postgresql"
],
"before_install": [
"curl -LsSf https://astral.sh/uv/install.sh | sh"
],
"jobs": {
"include": [
{
"name": "Linter",
"script": [
"uv run --python 3.14 ruff check"
]
},
{
"name": "Type Checker",
"script": [
"uv run --python 3.14 mypy apps/ commcare_sync/ *.py"
]
},
{
"name": "Django Test - Python 3.12",
"before_script": [
"psql -c 'create database commcare_sync_test;' -U postgres",
"cp commcare_sync/{settings_travis.py,settings_local.py}"
],
"script": [
"uv run --python 3.12 pytest"
]
},
{
"name": "Django Test - Python 3.13",
"before_script": [
"psql -c 'create database commcare_sync_test;' -U postgres",
"cp commcare_sync/{settings_travis.py,settings_local.py}"
],
"script": [
"uv run --python 3.13 pytest"
]
},
{
"name": "Django Test - Python 3.14",
"before_script": [
"psql -c 'create database commcare_sync_test;' -U postgres",
"cp commcare_sync/{settings_travis.py,settings_local.py}"
],
"script": [
"uv run --python 3.14 pytest"
]
}
]
}
}
Loading