-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(python): Upgrade markupsafe
to version 1.1.0
#7780
Conversation
d159be4
to
f9dccd1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7780 +/- ##
=========================================
Coverage 67.84% 67.84%
Complexity 2045 2045
=========================================
Files 357 357
Lines 16770 16770
Branches 2378 2378
=========================================
Hits 11378 11378
Misses 4402 4402
Partials 990 990
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
plugins/package-managers/python/src/funTest/assets/projects/synthetic/pipenv/Pipfile
Outdated
Show resolved
Hide resolved
...kage-managers/python/src/funTest/assets/projects/synthetic/python-inspector/requirements.txt
Outdated
Show resolved
Hide resolved
f9dccd1
to
45dd1d8
Compare
plugins/package-managers/python/src/funTest/assets/projects/synthetic/pipenv/Pipfile
Outdated
Show resolved
Hide resolved
plugins/package-managers/python/src/funTest/assets/projects/synthetic/pipenv/Pipfile
Show resolved
Hide resolved
...kage-managers/python/src/funTest/assets/projects/synthetic/python-inspector/requirements.txt
Show resolved
Hide resolved
When Python inspector 0.9.8 and above analyzes a project containing `markupsafe` version 1.0.0 as dependency (with option `--analyze-setup-py-insecurely`), then it crashes for unknown reason, see also [1]. Upgrading `markupsafe` to 1.1.0 works around that issue. Do so, in order to prepare for upgrading Python inspector. [1] aboutcode-org/python-inspector#133 Signed-off-by: Frank Viernau <[email protected]>
6f659bd
to
48e81b1
Compare
When Python inspector 0.9.8 and above analyzes a project containing
markupsafe
version 1.0.0 as dependency (with option--analyze-setup-py-insecurely
), then it crashes for unknown reason, see also [1]. Upgradingmarkupsafe
to 1.1.0 works around that issue. Do so, in order to prepare for upgrading Python inspector.[1] aboutcode-org/python-inspector#133