Skip to content

Commit

Permalink
Pin urllib3 < 2
Browse files Browse the repository at this point in the history
Due to RHEL7 is incompatible with urllib>2 we need to pin it
  • Loading branch information
oysteoh committed Oct 16, 2023
1 parent b2c6f9f commit ca8cb56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies = [
"pysnyk",
"PyYAML",
"requests",
"urllib3<2", #Pinned under v2 due to RHEL7 incompability
"ruamel.yaml",
"shell",
]
Expand Down

0 comments on commit ca8cb56

Please sign in to comment.