Skip to content

Commit 9be6282

Browse files
committed
Release version 0.61.3
1 parent 1102990 commit 9be6282

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGES.rst

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,39 @@
11
Changelog
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

838
Fix
939
~~~

github_backup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.61.2"
1+
__version__ = "0.61.3"

0 commit comments

Comments
 (0)