Skip to content

chore(deps): bump pyasn1 from 0.6.1 to 0.6.2#7472

Merged
jmelahman merged 2 commits intomainfrom
dependabot/uv/pyasn1-0.6.2
Jan 16, 2026
Merged

chore(deps): bump pyasn1 from 0.6.1 to 0.6.2#7472
jmelahman merged 2 commits intomainfrom
dependabot/uv/pyasn1-0.6.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2026

Bumps pyasn1 from 0.6.1 to 0.6.2.

Release notes

Sourced from pyasn1's releases.

Release 0.6.2

It's a minor release.

  • Fixed continuation octet limits in OID/RELATIVE-OID decoder (CVE-2026-23490).
  • Added support for Python 3.14.
  • Added SECURITY.md policy.
  • Migrated to pyproject.toml packaging.

All changes are noted in the CHANGELOG.

Changelog

Sourced from pyasn1's changelog.

Revision 0.6.2, released 16-01-2026

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.

Summary by cubic

Update pyasn1 to 0.6.2 to pick up the OID decoder security fix (CVE-2026-23490) and Python 3.14 support. Updates requirements files and lockfile only; no app code changes.

Written for commit b813720. Summary will update on new commits.

Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/pyasn1/pyasn1/releases)
- [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst)
- [Commits](pyasn1/pyasn1@v0.6.1...v0.6.2)

---
updated-dependencies:
- dependency-name: pyasn1
  dependency-version: 0.6.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jan 16, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 16, 2026 19:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jan 16, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@jmelahman
Copy link
Copy Markdown
Contributor

@greptile please review

@jmelahman jmelahman enabled auto-merge January 16, 2026 20:03
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Jan 16, 2026

Greptile Summary

Updates pyasn1 from 0.6.1 to 0.6.2 to address CVE-2026-23490, a security vulnerability in the OID/RELATIVE-OID decoder related to continuation octet limits. This is a patch version bump that includes:

  • Security fix: CVE-2026-23490 addressing continuation octet limits in OID/RELATIVE-OID decoder
  • Python 3.14 support: Forward compatibility update
  • Package modernization: Migration to pyproject.toml packaging

The dependency is used transitively through pyasn1-modules (for google-auth) and rsa, not directly by the application. All four requirement files and the lockfile have been updated consistently. This is a straightforward security patch with no breaking changes or API modifications.

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it's a security patch for a transitive dependency
  • This is a minor version security patch (0.6.1 → 0.6.2) that fixes a CVE in a transitive dependency. The changes are limited to version numbers in requirement files and corresponding lockfile updates. No application code is affected, and pyasn1 maintains backward compatibility in patch releases. The update includes security improvements and Python 3.14 support without any breaking changes.
  • No files require special attention

Important Files Changed

Filename Overview
backend/requirements/default.txt Updated pyasn1 from 0.6.1 to 0.6.2 to address CVE-2026-23490 security fix
uv.lock Lockfile updated with new hashes and metadata for pyasn1 0.6.2

Sequence Diagram

sequenceDiagram
    participant Dependabot
    participant GitHub
    participant UV as UV Lock Manager
    participant PyPI
    
    Dependabot->>PyPI: Check for pyasn1 updates
    PyPI-->>Dependabot: Version 0.6.2 available (CVE fix)
    Dependabot->>GitHub: Create PR #7472
    Dependabot->>UV: Update dependency version
    UV->>PyPI: Fetch pyasn1 0.6.2 metadata
    PyPI-->>UV: Return package hashes
    UV->>UV: Update uv.lock with new hashes
    UV->>UV: Update requirements files
    Note over UV: Updates default.txt, dev.txt, ee.txt, model_server.txt
    UV-->>Dependabot: Dependency files updated
    Dependabot->>GitHub: Commit changes to PR
Loading

@jmelahman jmelahman added this pull request to the merge queue Jan 16, 2026
Merged via the queue into main with commit 7db969d Jan 16, 2026
73 of 76 checks passed
@jmelahman jmelahman deleted the dependabot/uv/pyasn1-0.6.2 branch January 16, 2026 20:25
rohoswagger pushed a commit that referenced this pull request Jan 19, 2026
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jamison Lahman <jamison@lahman.dev>
jessicasingh7 pushed a commit that referenced this pull request Jan 21, 2026
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jamison Lahman <jamison@lahman.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant