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

Bump Python dependencies #3557

Merged
merged 3 commits into from Jan 7, 2019
Merged

Bump Python dependencies #3557

merged 3 commits into from Jan 7, 2019

Conversation

maarcingebala
Copy link
Member

@maarcingebala maarcingebala commented Jan 7, 2019

Bump backend dependencies.

Pull Request Checklist

  1. Privileged views and APIs are guarded by proper permission checks.
  2. All visible strings are translated with proper context.
  3. All data-formatting is locale-aware (dates, numbers, and so on).
  4. Database queries are optimized and the number of queries is constant.
  5. Database migration files are up to date.
  6. The changes are tested.
  7. The code is documented (docstrings, project documentation).
  8. GraphQL schema and type definitions are up to date.
  9. Changes are mentioned in the changelog.

@codecov
Copy link

codecov bot commented Jan 7, 2019

Codecov Report

Merging #3557 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3557   +/-   ##
=======================================
  Coverage   89.83%   89.83%           
=======================================
  Files         250      250           
  Lines       13217    13217           
  Branches     1338     1338           
=======================================
  Hits        11874    11874           
  Misses        930      930           
  Partials      413      413

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 95182d4...e4f772f. Read the comment docs.

@maarcingebala maarcingebala merged commit 400ba57 into master Jan 7, 2019
@maarcingebala maarcingebala deleted the bump-dependencies branch January 7, 2019 17:00
@maarcingebala
Copy link
Member Author

Note: this PR bumps Django to 2.1.5 which fixes security issue CVE-2019-3498. I also had to pin pytest = "==4.0.2" as the newest version 4.1.0 doesn't work with celery==4.2.1.

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.

None yet

1 participant