-
-
Notifications
You must be signed in to change notification settings - Fork 783
Dependency: update configobj to 5.1.0 commit 8be54629 #17328
Copy link
Copy link
Closed
Labels
maintenance/dependencyUpdateMaintenance of NVDA, specifically dependency updates.Maintenance of NVDA, specifically dependency updates.p4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Milestone
Metadata
Metadata
Assignees
Labels
maintenance/dependencyUpdateMaintenance of NVDA, specifically dependency updates.Maintenance of NVDA, specifically dependency updates.p4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Part of dependency updates for 2025.1 dev cycle:
Is your feature request related to a problem? Please describe.
At the moment NVDA is using ConfigObj 5.1.0 comit released in January 2023. The latest ConfigObj release is 5.0.9 with latest master branch commit is 8be54629. Among other things, recent commits remove Python 2 support and addresses security issues.
Describe the solution you'd like
Update to ConfigObj 5.1.0 commit 8be54629.
Describe alternatives you've considered
Leave ConfigObj dependency as is.
Additional context