Skip to content
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

Fix #3412 - Udate python dependencies #3413

Merged
merged 3 commits into from
Jul 24, 2020
Merged

Conversation

karlcow
Copy link
Member

@karlcow karlcow commented Jul 24, 2020

This PR fixes issue #3412

Proposed PR background

Upgrading first requirements-dev.txt
and then requirements.txt

Pillow had a security update.

Ran lint and pytest after upgrade.
Everything is green.
@karlcow karlcow linked an issue Jul 24, 2020 that may be closed by this pull request
* flask-firehose contains the fix done by @marimeireles
* no tests broke after requests upgrade to 2.24.0
  now under the PSF roof
* no tests broke after ua-parser upgrade to 0.10.0
  this is another important part of our infrastructure.
  If we do not get the results we want after this upgrade
  is that we are missing tests.
* No breakage either for Werkzeug==1.0.1
  I was worried about
  Fix passing file-like objects like io.BytesIO to FileStorage.save
  but it seems fine.
* WTForms to 2.3.1
  note that version 3.0.0 is coming soon.
@karlcow karlcow requested a review from miketaylr July 24, 2020 01:31
@karlcow karlcow marked this pull request as ready for review July 24, 2020 01:31
Copy link
Member

@miketaylr miketaylr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM -- I wonder if that ua-parser upgrade will fix a few bugs (it always seems to, I'll go look).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Python dependencies
2 participants