Eugeniusz Gilewski

Results 4 comments of Eugeniusz Gilewski

The issue still persists, and it's not likely it's going anywhere. I propose another, non-ideal, but safe solution to be put inside `_AppEngineConnection.urlopen`: ```python for prohibited_header in PROHIBITED_HEADERS: headers.pop(prohibited_header, None)...

I found a way, though it's a strange one: `$ flask shell script.py -- -- --test test`

Maybe it will be ripe for an easy solution after https://github.com/pallets/click/issues/2205 is resolved. README shouldn't hurt, but just the ability to find this issue with a strange/not strange solution should...

It was suggested in https://github.com/renovatebot/renovate/discussions/29381#discussioncomment-9641345 that this PR probably will fix an issue of uppercase `Pillow` 10.2.0->10.3.0 upgrade not considered a security one. That discussion's bug seems to be the...