cisagov / pe-reports

Automated process to build and distribute Posture & Exposure Reports' bi-weekly to customers.
Creative Commons Zero v1.0 Universal
17 stars 5 forks source link

Configparser deprecation in python 3.13 #680

Open cduhn17 opened 9 months ago

cduhn17 commented 9 months ago

💡 Summary

Potential problems when python 3.13 removes configparser. The project will need and alternative way to parse credentials

Motivation and context

The database connection information depends on the configparser to get database credentials to make the database connection.

Implementation notes

Research a replacement package and take out configparser and replace with some new package.

Acceptance criteria

How do we know when this work is done?