Skip to content

Bump cryptography from 46.0.3 to 46.0.5

235efb7
Select commit
Loading
Failed to load commit list.
Open

Bump cryptography from 46.0.3 to 46.0.5 #150

Bump cryptography from 46.0.3 to 46.0.5
235efb7
Select commit
Loading
Failed to load commit list.
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
645.1 Linter Linux passed
645.2 Type Checker Linux passed
645.3 Django Test - Python 3.12 Linux passed
645.4 Django Test - Python 3.13 Linux passed
645.5 Django Test - Python 3.14 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"
        ]
      }
    ]
  }
}