Skip to content

fix: Replace pyuri with stdlib#227

Open
geekofalltrades wants to merge 1 commit into
swimlane:masterfrom
geekofalltrades:remove-pyuri
Open

fix: Replace pyuri with stdlib#227
geekofalltrades wants to merge 1 commit into
swimlane:masterfrom
geekofalltrades:remove-pyuri

Conversation

@geekofalltrades

Copy link
Copy Markdown

Replace pyuri with stdlib urllib functionality.

pyuri has not received an update in almost 10 years. It depends on the pkg_resources API, which was deprecated in setuptools 82.0.0. This prevents setuptools from being upgraded past that point in projects that have both setuptools and swimlane as runtime dependencies.

GHSA-h35f-9h28-mq5c was fixed in setuptools 83.0.0.

So, this change allows users of both swimlane and setuptools to upgrade setuptools to remediate GHSA-h35f-9h28-mq5c.

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.

1 participant