Skip to content
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

Remove defusedxml.lxml usage from dependencies #3897

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

sergei-maertens
Copy link
Member

@sergei-maertens sergei-maertens commented Feb 15, 2024

Closes #1052

The final dependency (django-camunda) will be upgraded through #3886, which results in us only using defusedxml to defuse the standard library. This is still necessary because xmltodict uses xml.sax/expat as it only supports defusedexpat rather than defusedxml.

Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0213cca) 96.33% compared to head (ee63956) 96.34%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3897   +/-   ##
=======================================
  Coverage   96.33%   96.34%           
=======================================
  Files         711      711           
  Lines       22252    22252           
  Branches     2554     2554           
=======================================
+ Hits        21436    21438    +2     
+ Misses        568      566    -2     
  Partials      248      248           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sergei-maertens sergei-maertens changed the title Remove defusedxml from dependencies Remove defusedxml.lxml usage from dependencies Feb 16, 2024
@sergei-maertens sergei-maertens force-pushed the chore/1052-remove-defusedxml branch from 0877b54 to ee63956 Compare February 16, 2024 11:10
@sergei-maertens sergei-maertens marked this pull request as ready for review February 16, 2024 11:10
@sergei-maertens sergei-maertens merged commit cca36a4 into master Feb 16, 2024
19 of 21 checks passed
@sergei-maertens sergei-maertens deleted the chore/1052-remove-defusedxml branch February 16, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

defusedxml.lxml is deprecated
2 participants