cssutils icon indicating copy to clipboard operation
cssutils copied to clipboard

cgi deprecation warning

Open gumaerc opened this issue 10 months ago • 0 comments

In 2.10.2 (the latest version) I'm seeing a deprecation warning:

/opt/venv/lib/python3.12/site-packages/cssutils/_fetchgae.py:6: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
  import cgi

It seems this is still being using in this _fetchgae.py file, which has something to do with Google AppEngine? Can we remove this reference or update it? I saw https://github.com/jaraco/cssutils/commit/9d69993c581e2b3c2332524998136c88f122e96c which removed other references to cgi but one still remains.

gumaerc avatar Apr 10 '24 20:04 gumaerc