File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed
Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 0.61.2 (2026-01-19 )
4+ 0.61.3 (2026-01-24 )
55-------------------
66------------------------
7+ - Fix KeyError: 'Private' when using --all flag (#481) [Rodos]
8+
9+ The repository dictionary uses lowercase "private" key. Use .get() with
10+ the correct case to match the pattern used elsewhere in the codebase.
11+
12+ The bug only affects --all users since --security-advisories short-circuits
13+ before the key access.
14+ - Chore(deps): bump setuptools in the python-packages group.
15+ [dependabot[bot]]
16+
17+ Bumps the python-packages group with 1 update: [setuptools](https://github.com/pypa/setuptools).
18+
19+
20+ Updates `setuptools ` from 80.9.0 to 80.10.1
21+ - [Release notes](https://github.com/pypa/setuptools/releases)
22+ - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
23+ - [Commits](https://github.com/pypa/setuptools/compare/v80.9.0...v80.10.1)
24+
25+ ---
26+ updated-dependencies:
27+ - dependency-name: setuptools
28+ dependency-version: 80.10.1
29+ dependency-type: direct:production
30+ update-type: version-update:semver-minor
31+ dependency-group: python-packages
32+ ...
33+
34+
35+ 0.61.2 (2026-01-19)
36+ -------------------
737
838Fix
939~~~
Original file line number Diff line number Diff line change 1- __version__ = "0.61.2 "
1+ __version__ = "0.61.3 "
You can’t perform that action at this time.
0 commit comments