You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [universal] Update setuptools due to CVE-2022-40897
- Bump Python 3.9 minor version
- Updated Dockerfile to install updated versions of `setuptools` package
- Added test to verify `setuptools` minimum version
* Revert "[universal] Update setuptools due to CVE-2022-40897"
This reverts commit 011db92.
* Rework: [universal] Update setuptools due to CVE-2022-40897
- Bump Python version 3.9.7 -> 3.9.16
- Update `setup-user` local feature to install updated `setuptools` package for Python v3.9.16
- Add tests to verify the `setuptools` minimum version for Python distributions
* Address review comments
- Replace Python minor version with an asterisk in the path to make the path to Python distribution universal
- Update tests to provide more context regarding version checks
0 commit comments