Skip to content

Commit

Permalink
Temporary fix for cachecontrol incompatibility with urllib3 version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmoore committed May 6, 2023
1 parent 5f9faf1 commit 4cf6a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def check(session):
@nox.session
def generate(session):
"""Update the scripts, to the latest versions."""
session.install("packaging", "requests", "cachecontrol[filecache]", "rich", "pkg_metadata")
session.install("packaging", "requests", "urllib3<2", "cachecontrol[filecache]", "rich", "pkg_metadata")

public = Path("public")
shutil.rmtree(public, ignore_errors=True)
Expand Down

0 comments on commit 4cf6a7b

Please sign in to comment.