chore(deps-dev): bump pyasn1 from 0.6.1 to 0.6.2#20
chore(deps-dev): bump pyasn1 from 0.6.1 to 0.6.2#20dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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]>
There was a problem hiding this comment.
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.
| 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"] |
There was a problem hiding this comment.
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.
| optional = false | ||
| python-versions = ">=3.7" | ||
| groups = ["main", "dev", "proxy-dev"] | ||
| markers = "python_version == \"3.9\"" |
There was a problem hiding this comment.
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.
|
Superseded by #32. |
Bumps pyasn1 from 0.6.1 to 0.6.2.
Release notes
Sourced from pyasn1's releases.
Changelog
Sourced from pyasn1's changelog.
Commits
e7356f8Prepare release 0.6.23908f14Merge commit from fork0a7e067Add support for Python 3.14 (#97)33656e9Create Security Policyfa62307fix for issue #91: unit tests failing due to missing code (#92)f1ed02ePackage pyasn1 with pyproject.toml (#90)93c4d4fSwitch documentation user to pyasn1 (#89)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
pyasn1to0.6.2, switches it to non-optional and adds it todevgroup; updates artifact hashesclickandcryptographyvariants, keeping existing versionsnumpy,uvicorn, andtomli(ordering/logic only)Written by Cursor Bugbot for commit 37c3046. This will update automatically on new commits. Configure here.