Skip to content
Snippets Groups Projects
Commit 192c4f8d authored by jurgenhaas's avatar jurgenhaas
Browse files

Lock requests to 2.15.1 on Ubuntu 16

parent 89fb270c
Branches
No related tags found
No related merge requests found
Pipeline #855225 passed
......@@ -37,6 +37,7 @@ def main():
if lsb_release == '16':
constraints['borgmatic'] = '1.5.12'
constraints['certifi'] = '2021.10.8'
constraints['requests'] = '2.15.1'
constraints['ruamel.yaml'] = '0.17.21'
constraints['setuptools'] = '49.0.0'
result = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment