Skip to content
Snippets Groups Projects
Commit 6be9ee04 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

ci: update fixtures to dismiss more vulnerability alerts

parent a3132905
No related merge requests found
......@@ -63,7 +63,7 @@ setup(
include_package_data=True,
install_requires=[
'gunicorn>=19.7.0,<20.0',
'Werkzeug>=0.11.5,<0.15', 'statsd>=3.2.1,<4.0',
'Werkzeug>=0.15.3,<0.16', 'statsd>=3.2.1,<4.0',
'requests>=2.10.0,<3.0', # renovate: ignore
'raven>=2.11.0', # pyup: nothing
'future>=0.15.2,<0.17',
......@@ -153,7 +153,7 @@ setup(
],
),
include_package_data=True,
install_requires=['gunicorn>=19.7.0,<20.0', 'Werkzeug>=0.11.5,<0.15', 'pycryptodome==3.8.0','statsd>=3.2.1,<4.0', 'requests>=2.10.0,<3.0', 'raven>=5.27.1,<7.0','future>=0.15.2,<0.17',],
install_requires=['gunicorn>=19.7.0,<20.0', 'Werkzeug>=0.15.3,<0.16', 'pycryptodome==3.8.0','statsd>=3.2.1,<4.0', 'requests>=2.10.0,<3.0', 'raven>=5.27.1,<7.0','future>=0.15.2,<0.17',],
keywords=[
'talisker',
],
......
......@@ -87,7 +87,7 @@ describe('manager/pip_requirements/update', () => {
expect(res).toMatchSnapshot();
expect(res).not.toEqual(setupPy2);
const expectedUpdate =
"install_requires=['gunicorn>=19.7.0,<20.0', 'Werkzeug>=0.11.5,<0.15', 'pycryptodome==3.8.0','statsd>=3.2.1,<4.0', 'requests>=2.10.0,<3.0', 'raven>=5.27.1,<7.0','future>=0.15.2,<0.17',],";
"install_requires=['gunicorn>=19.7.0,<20.0', 'Werkzeug>=0.15.3,<0.16', 'pycryptodome==3.8.0','statsd>=3.2.1,<4.0', 'requests>=2.10.0,<3.0', 'raven>=5.27.1,<7.0','future>=0.15.2,<0.17',],";
expect(res).toContain(expectedUpdate);
expect(res.includes(upgrade.newValue)).toBe(true);
});
......
......@@ -76,7 +76,7 @@ Object {
},
},
Object {
"currentValue": ">=0.11.5,<0.15",
"currentValue": ">=0.15.3,<0.16",
"datasource": "pypi",
"depName": "Werkzeug",
"managerData": Object {
......
......@@ -58,7 +58,7 @@ setup(
],
),
include_package_data=True,
install_requires=['gunicorn>=19.7.0,<20.0', 'Werkzeug>=0.11.5,<0.15', 'pycryptodome==3.7.3','statsd>=3.2.1,<4.0', 'requests>=2.10.0,<3.0', 'raven>=5.27.1,<7.0','future>=0.15.2,<0.17',],
install_requires=['gunicorn>=19.7.0,<20.0', 'Werkzeug>=0.15.3,<0.16', 'pycryptodome==3.7.3','statsd>=3.2.1,<4.0', 'requests>=2.10.0,<3.0', 'raven>=5.27.1,<7.0','future>=0.15.2,<0.17',],
keywords=[
'talisker',
],
......
......@@ -60,7 +60,7 @@ setup(
include_package_data=True,
install_requires=[
'gunicorn>=19.7.0,<20.0',
'Werkzeug>=0.11.5,<0.15', 'statsd>=3.2.1,<4.0',
'Werkzeug>=0.15.3,<0.16', 'statsd>=3.2.1,<4.0',
'requests>=2.10.0,<3.0', # renovate: ignore
'raven>=5.27.1,<7.0', # pyup: nothing
'future>=0.15.2,<0.17',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment