Skip to content

Bump cryptography from 48.0.0 to 48.0.1#50

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/cryptography-48.0.1
Closed

Bump cryptography from 48.0.0 to 48.0.1#50
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/cryptography-48.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown

Bumps cryptography from 48.0.0 to 48.0.1.

Changelog

Sourced from cryptography's changelog.

48.0.1 - 2026-06-09


* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 4.0.1.

.. _v48-0-0:

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.0 to 48.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@48.0.0...48.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 48.0.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies python:uv Pull requests that update python:uv code labels Jun 17, 2026
@dependabot dependabot Bot requested a review from kj-podonos as a code owner June 17, 2026 06:43
@dependabot dependabot Bot added dependencies python:uv Pull requests that update python:uv code labels Jun 17, 2026
@kj-podonos kj-podonos closed this Jun 17, 2026
@kj-podonos kj-podonos deleted the dependabot/uv/cryptography-48.0.1 branch June 17, 2026 06:57
@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

kj-podonos added a commit that referenced this pull request Jun 17, 2026
Migrate .commitlintrc.json to commitlint.config.cjs so we can use a
function-based `ignores` rule (not expressible in JSON). Ignore Dependabot's
default `Bump <dep> from <x> to <y>` subject, which has no Conventional Commits
type prefix and is produced for indirect (transitive) dependency updates even
though .github/dependabot.yml sets a `chore` prefix. That mismatch failed the
commitlint check on PR #50 (cryptography 48.0.1).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
kj-podonos added a commit that referenced this pull request Jun 18, 2026
Migrate .commitlintrc.json to commitlint.config.cjs so we can use a
function-based `ignores` rule (not expressible in JSON). Ignore Dependabot's
default `Bump <dep> from <x> to <y>` subject, which has no Conventional Commits
type prefix and is produced for indirect (transitive) dependency updates even
though .github/dependabot.yml sets a `chore` prefix. That mismatch failed the
commitlint check on PR #50 (cryptography 48.0.1).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
kj-podonos added a commit that referenced this pull request Jun 18, 2026
Migrate .commitlintrc.json to commitlint.config.cjs so we can use a
function-based `ignores` rule (not expressible in JSON). Ignore Dependabot's
default `Bump <dep> from <x> to <y>` subject, which has no Conventional Commits
type prefix and is produced for indirect (transitive) dependency updates even
though .github/dependabot.yml sets a `chore` prefix. That mismatch failed the
commitlint check on PR #50 (cryptography 48.0.1).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
kj-podonos added a commit that referenced this pull request Jun 18, 2026
## What

Migrate `.commitlintrc.json` → `commitlint.config.cjs` and add a
function-based
`ignores` rule that skips Dependabot's default `Bump <dep> from <x> to
<y>`
commit subject.

## Why

The `lint` (commitlint) check fails on dependabot PRs whose commit
subject lacks
a Conventional Commits `type:` prefix — `type-empty` + `subject-empty`.

`.github/dependabot.yml` already sets `commit-message.prefix: chore`,
and it works
for **github-actions** updates (PRs #45–49 are `chore(deps): bump …`).
But it is
**not** applied to **indirect/transitive** pip deps, so PR #50
(`Bump cryptography from 48.0.0 to 48.0.1`) failed commitlint while all
18 test
matrix jobs passed. This is a recurring gap for future transitive bumps.

A function-based `ignores` predicate can't live in JSON, hence the
`.cjs` migration.
`extends` (`@commitlint/config-conventional`) and the
`body-max-line-length` rule
are preserved unchanged.

## Verification

- Config loads and the predicate ignores `Bump … from … to …` while
still linting
  normal/`chore(deps):` commits (verified locally via node).
- CI `commitlint` job is the real gate on this PR.

Unblocks re-driving #50 (cryptography 48.0.1).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
kj-podonos added a commit that referenced this pull request Jun 18, 2026
## Summary
Bumps the transitive dependency **cryptography** `48.0.0 → 49.0.0` in
`uv.lock`.

Supersedes the stale dependabot PR #50 (targeted 48.0.1; its branch was
deleted
after the commitlint fix #51 landed). 49.0.0 is the current latest.

## Compatibility
- **Transitive, dev-only, linux-only:** pulled in via `twine → keyring →
secretstorage`; `secretstorage` carries `sys_platform == 'linux'`.
**Zero direct usage** in `src/` or `tests/`.
- `secretstorage` depends on `cryptography` with no upper bound → 49.0.0
satisfies it (uv resolved 72 pkgs, only cryptography changed).
- Lock has `cp39-abi3` wheels → cryptography 49.0.0 supports **Python ≥
3.9**; repo requires `>= 3.10`. manylinux_2_28/2_34 + musllinux wheels
present.
- Lock-only change; no source touched.

## Test plan
- [ ] CI matrix green (Python 3.10–3.14 × ubuntu/macos/windows)
- [ ] `fresh-venv-smoke` green (real install)
- [ ] `lint` green (conventional commit)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant