Bump zipp from 3.15.0 to 3.19.1 in the pip group across 1 directory#143
Bump zipp from 3.15.0 to 3.19.1 in the pip group across 1 directory#143dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the pip group with 1 update in the / directory: [zipp](https://github.com/jaraco/zipp). Updates `zipp` from 3.15.0 to 3.19.1 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.15.0...v3.19.1) --- updated-dependencies: - dependency-name: zipp dependency-version: 3.19.1 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| {file = "websockets-10.4-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:05a7233089f8bd355e8cbe127c2e8ca0b4ea55467861906b80d2ebc7db4d6b72"}, | ||
| {file = "websockets-10.4.tar.gz", hash = "sha256:eef610b23933c54d5d921c92578ae5f89813438fded840c2e9809d378dc765d3"}, | ||
| ] | ||
| markers = {main = "extra == \"io\""} |
There was a problem hiding this comment.
Websockets optional extra marker removed from lock file
Medium Severity
The markers = {main = "extra == \"io\""} line was removed from the websockets package entry. In pyproject.toml, websockets is declared as optional = true and gated behind the io extra. Without this marker in the lock file, websockets becomes an unconditional dependency for the main group, meaning poetry install (without --extras io) will now install websockets even though it's supposed to be optional. This appears to be a side effect of the lock file being regenerated by Poetry 2.2.1 (downgraded from 2.3.2).


Bumps the pip group with 1 update in the / directory: zipp.
Updates
zippfrom 3.15.0 to 3.19.1Changelog
Sourced from zipp's changelog.
... (truncated)
Commits
6d1cb72Finalizefd604bdMerge pull request #120 from jaraco/bugfix/119-malformed-pathsc18417eAdd news fragment.58115d2Employ SanitizedNames in CompleteDirs. Fixes broken test.564fcc1Add SanitizedNames mixin.79a309fAdd some assertions about malformed paths.2d015c2Merge https://github.com/jaraco/skeletona595a0fRename extras to align with core metadata spec.608f90aFinalize3a22d72Merge pull request #118 from jaraco/feature/is-symlinkDependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Low risk dependency/lockfile update affecting only packaged versions/markers (no runtime code changes). Main risk is CI/environment differences from the regenerated lockfile.
Overview
Updates dependency locking by regenerating
poetry.lock, bumpingzippfrom3.15.0to3.19.1(with updated Python version constraints and extras names).The lock refresh also adjusts a few dev-only dependency entries/markers (e.g.,
coloramamarker ordering), drops some now-unneeded conditional deps (typing_extensions,importlib-metadata), and addsstandard-imghdrfor Python>=3.13.Written by Cursor Bugbot for commit 5f1f245. This will update automatically on new commits. Configure here.