Skip to content

Bump pyasn1 from 0.6.1 to 0.6.2 in /dockerfiles/gpu#56

Open
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/pip/dockerfiles/gpu/pyasn1-0.6.2
Open

Bump pyasn1 from 0.6.1 to 0.6.2 in /dockerfiles/gpu#56
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/pip/dockerfiles/gpu/pyasn1-0.6.2

Conversation

@dependabot
Copy link

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

User description

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.

PR Type

Enhancement, Other


Description

  • Upgrade pyasn1 to 0.6.2

  • Update hashes in lockfile

  • Security and Python 3.14 support via bump


Diagram Walkthrough

flowchart LR
  lock["locked-requirements.txt (gpu)"]
  dep["pyasn1 0.6.1 -> 0.6.2"]
  hashes["Update SHA256 hashes"]
  benefits["Security fix, Py3.14 support"]

  lock -- "pin update" --> dep
  dep -- "requires" --> hashes
  dep -- "brings" --> benefits
Loading

File Walkthrough

Relevant files
Dependencies
locked-requirements.txt
Update pyasn1 pin and hashes                                                         

dockerfiles/gpu/locked-requirements.txt

  • Pin pyasn1 from 0.6.1 to 0.6.2.
  • Replace SHA256 hashes for new version.
  • Maintain dependency comments and via notes.
+3/-3     

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: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 16, 2026
@pull-request-agent
Copy link

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Integrity Hashes

Verify the new sha256 hashes correspond to pyasn1==0.6.2 from the intended index and that no extra index or source change is implied by the lock update.

pyasn1==0.6.2 \
    --hash=sha256:1eb26d860996a18e9b6ed05e7aae0e9fc21619fcee6af91cca9bad4fbea224bf \
    --hash=sha256:9b59a2b25ba7e4f8197db7686c09fb33e658b98339fadb826e9512629017833b

@pull-request-agent
Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

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 PR title format python Pull requests that update python code Review effort 1/5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants