Skip to content

Update dependency scipy to v1.4.1 #3197

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

Merged
merged 4 commits into from
Apr 2, 2020
Merged

Update dependency scipy to v1.4.1 #3197

merged 4 commits into from
Apr 2, 2020

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 27, 2020

This PR contains the following updates:

Package Update Change
scipy minor ==1.2.0 -> ==1.4.1

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner March 27, 2020 22:37
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 27, 2020
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 27, 2020
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 27, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 30, 2020
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 30, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 30, 2020
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 30, 2020
@renovate-bot renovate-bot changed the title chore(deps): update dependency scipy to v1.4.1 Update dependency scipy to v1.4.1 Apr 2, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 2, 2020
@busunkim96
Copy link
Contributor

Traceback (most recent call last):
  File "/tmpfs/src/github/python-docs-samples/appengine/flexible/scipy/main_test.py", line 32, in test_index
    r = client.get('/')
  File "/tmpfs/src/github/python-docs-samples/appengine/flexible/scipy/.nox/py3-3-7-sample/lib/python3.7/site-packages/werkzeug/test.py", line 1006, in get
    return self.open(*args, **kw)
  File "/tmpfs/src/github/python-docs-samples/appengine/flexible/scipy/.nox/py3-3-7-sample/lib/python3.7/site-packages/flask/testing.py", line 227, in open
    follow_redirects=follow_redirects,
  File "/tmpfs/src/github/python-docs-samples/appengine/flexible/scipy/.nox/py3-3-7-sample/lib/python3.7/site-packages/werkzeug/test.py", line 970, in open
    response = self.run_wsgi_app(environ.copy(), buffered=buffered)
  File "/tmpfs/src/github/python-docs-samples/appengine/flexible/scipy/.nox/py3-3-7-sample/lib/python3.7/site-packages/werkzeug/test.py", line 861, in run_wsgi_app
    rv = run_wsgi_app(self.application, environ, buffered=buffered)
  File "/tmpfs/src/github/python-docs-samples/appengine/flexible/scipy/.nox/py3-3-7-sample/lib/python3.7/site-packages/werkzeug/test.py", line 1096, in run_wsgi_app
    app_rv = app(environ, start_response)
  File "/tmpfs/src/github/python-docs-samples/appengine/flexible/scipy/.nox/py3-3-7-sample/lib/python3.7/site-packages/flask/app.py", line 2463, in __call__
    return self.wsgi_app(environ, start_response)
  File "/tmpfs/src/github/python-docs-samples/appengine/flexible/scipy/.nox/py3-3-7-sample/lib/python3.7/site-packages/flask/app.py", line 2449, in wsgi_app
    response = self.handle_exception(e)
  File "/tmpfs/src/github/python-docs-samples/appengine/flexible/scipy/.nox/py3-3-7-sample/lib/python3.7/site-packages/flask/app.py", line 1866, in handle_exception
    reraise(exc_type, exc_value, tb)
  File "/tmpfs/src/github/python-docs-samples/appengine/flexible/scipy/.nox/py3-3-7-sample/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise
    raise value
  File "/tmpfs/src/github/python-docs-samples/appengine/flexible/scipy/.nox/py3-3-7-sample/lib/python3.7/site-packages/flask/app.py", line 2446, in wsgi_app
    response = self.full_dispatch_request()
  File "/tmpfs/src/github/python-docs-samples/appengine/flexible/scipy/.nox/py3-3-7-sample/lib/python3.7/site-packages/flask/app.py", line 1951, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/tmpfs/src/github/python-docs-samples/appengine/flexible/scipy/.nox/py3-3-7-sample/lib/python3.7/site-packages/flask/app.py", line 1820, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/tmpfs/src/github/python-docs-samples/appengine/flexible/scipy/.nox/py3-3-7-sample/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise
    raise value
  File "/tmpfs/src/github/python-docs-samples/appengine/flexible/scipy/.nox/py3-3-7-sample/lib/python3.7/site-packages/flask/app.py", line 1949, in full_dispatch_request
    rv = self.dispatch_request()
  File "/tmpfs/src/github/python-docs-samples/appengine/flexible/scipy/.nox/py3-3-7-sample/lib/python3.7/site-packages/flask/app.py", line 1935, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "/tmpfs/src/github/python-docs-samples/appengine/flexible/scipy/main.py", line 29, in resize
    img = scipy.misc.imread(image_path)
AttributeError: module 'scipy.misc' has no attribute 'imread'

@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 2, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 2, 2020
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 2, 2020
@forking-renovate
Copy link

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@busunkim96 busunkim96 merged commit 15c59d3 into GoogleCloudPlatform:master Apr 2, 2020
@renovate-bot renovate-bot deleted the renovate/scipy-1.x branch April 2, 2020 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants