Skip to content

chore(deps-dev): bump cryptography from 41.0.1 to 46.0.5

30484dc
Select commit
Loading
Failed to load commit list.
Open

chore(deps-dev): bump cryptography from 41.0.1 to 46.0.5 #91

chore(deps-dev): bump cryptography from 41.0.1 to 46.0.5
30484dc
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Feb 10, 2026 in 1m 39s

Build Passed

The build passed.

Details

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

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Jammy)
Python Version 3.9
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "python": [
    "3.9"
  ],
  "sudo": false,
  "env": [
    "global={:PIPENV_IGNORE_VIRTUALENVS=>\"1\"}=GH_TOKEN=[secure]"
  ],
  "install": [
    "pip install pipenv",
    "pipenv install --dev --deploy --python `which python`",
    "pipenv graph"
  ],
  "script": [
    "pipenv run pytest -vv"
  ],
  "before_deploy": [
    "sed -i.bak \"s/=get_version()/='$TRAVIS_TAG'/g\" setup.py",
    "cat setup.py",
    "if [ $(python setup.py --version) == '0.0.0' ]; then travis_terminate 1; fi"
  ],
  "deploy": [
    {
      "provider": "pypi",
      "skip_existing": true,
      "skip_cleanup": true,
      "on": {
        "python": "3.9",
        "repo": "uc-cdis/indexclient",
        "tags": true
      },
      "password": {
        "secure": "IUxurRqEZXtpJUgP+dJsdmUogvhOHQu1yQHcnihKEkPgR8qqQpw91HiRA03wBOndrY6MM17REV06Bed0qO0ezIjfM20Ez5ZL9c8xao5FxcyvTAM9R43K7Ufa3Iqy3ZOXsbXsy9BCnw574zJD1WgdoZQnUVeIioF1xw9ELB+oIaE1rDGS09hHRIRTz++KKTwb9aqOEcMojcl98V7lQP3KVAgeWJ3YHjxZ1GZuk9RwL4dhX8aDEP8beA6Y7ihf/8X3j+ynQnHQAKpcMK5gz0JaXozXakKbA/fU+u4zLjYuCS5B2NB8qPCzg+yyrIdNTRBZJLo3tVix067acgue3JbKR0YjWP1vOqOg0tFjhPu+6zKcB1AvdiAddqhxnO5xJa8XDAsliOxyM+0eMp9Q9aMYAda3M4KM0N0+ZWwfFWem2pv+Ae0/d/CF1pY3p2gZYL6uSPn+I/9D0FNpIhqSSFd9g8M6QV36PGYZzwmch5pqf/Zzun4VFPYaf/cWlalz5zVtaQrU+8JLDzjevBnUv7wumif0HM8eb3dcLZxL6FShjs6r274idvVeI47q1E8I6Lec8UIIYkbBYqgrgiDl9nVt3lCE1kJ7biRuk9yIPAYz2a29Id8pf7wAPmZg1MK4t0niULvXDgGL9SfcOGyg1au5jL4PEJib7Ub7On0pB4Ut7kA="
      },
      "username": "uc-ctds"
    }
  ],
  "after_deploy": [
    "pipenv run pip install gen3git",
    "pipenv run gen3git release"
  ]
}