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

pyproject: add, pin requests #605

Merged
merged 6 commits into from
May 3, 2023
Merged

pyproject: add, pin requests #605

merged 6 commits into from
May 3, 2023

Conversation

woodruffw
Copy link
Member

Looks like we were implicitly depending on this before, despite explicitly importing it, which is bad!

This adds a 2.29.* constraint on our requests dep, which should block off a regression in CacheControl due to underlying changes in urllib3 for the time being.

xrefs:

Signed-off-by: William Woodruff <[email protected]>
@woodruffw woodruffw added bug Something isn't working dependencies Pull requests that update a dependency file labels May 3, 2023
@woodruffw woodruffw self-assigned this May 3, 2023
Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
pyproject.toml Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
Signed-off-by: William Woodruff <[email protected]>
@woodruffw woodruffw enabled auto-merge (squash) May 3, 2023 21:54
@woodruffw woodruffw merged commit 5955d52 into main May 3, 2023
@woodruffw woodruffw deleted the ww/pin-requests branch May 3, 2023 21:59
@woodruffw woodruffw mentioned this pull request May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants