Skip to content

chore(deps-dev): bump pyasn1 from 0.6.1 to 0.6.2#20

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pyasn1-0.6.2
Closed

chore(deps-dev): bump pyasn1 from 0.6.1 to 0.6.2#20
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pyasn1-0.6.2

Conversation

@dependabot
Copy link
Copy Markdown

@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.

Note

Updates the lockfile only.

  • Bumps pyasn1 to 0.6.2, switches it to non-optional and adds it to dev group; updates artifact hashes
  • Removes duplicate entries for newer click and cryptography variants, keeping existing versions
  • Tweaks environment markers for numpy, uvicorn, and tomli (ordering/logic only)

Written by Cursor Bugbot for commit 37c3046. This will update automatically on new commits. Configure here.

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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 16, 2026
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Comment thread poetry.lock
python-versions = ">=3.8"
groups = ["main"]
markers = "python_version >= \"3.10\" and (extra == \"mlflow\" or extra == \"extra-proxy\") or extra == \"extra-proxy\""
groups = ["main", "dev"]
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

pyasn1 incorrectly changed from optional to required dependency

Medium Severity

The pyasn1 package changed from optional = true with specific markers to optional = false with no markers, and groups expanded from ["main"] to ["main", "dev"]. This means pyasn1 will now be installed for all users instead of only when mlflow or extra-proxy extras are enabled. The packages that depend on pyasn1 (rsa, pyasn1-modules) remain optional with proper markers, making this inconsistent. This version bump PR inadvertently changes which users get this dependency installed.

Fix in Cursor Fix in Web

Comment thread poetry.lock
optional = false
python-versions = ">=3.7"
groups = ["main", "dev", "proxy-dev"]
markers = "python_version == \"3.9\""
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cryptography downgraded from 46.0.3 to 43.0.3 for Python 3.10+

High Severity

The PR removes the cryptography 46.0.3 package section and removes Python version markers from cryptography 43.0.3, causing Python 3.10+ users to be downgraded from cryptography 46.0.3 to 43.0.3. This spans 3 major versions (44, 45, 46) of a security-critical library. The PR description only mentions bumping pyasn1, so this cryptography downgrade appears to be an unintended side effect that could reintroduce security vulnerabilities fixed in newer versions.

Fix in Cursor Fix in Web

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 17, 2026

Superseded by #32.

@dependabot dependabot bot closed this Mar 17, 2026
@dependabot dependabot bot deleted the dependabot/pip/pyasn1-0.6.2 branch March 17, 2026 18:55
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants