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

address warning from Heroku in build log #272

Merged
merged 3 commits into from
Jul 18, 2023
Merged

Conversation

joanise
Copy link
Collaborator

@joanise joanise commented Jul 18, 2023

by bumping the runtime to have the latest security patch

@joanise joanise requested a review from roedoejet July 18, 2023 19:47
@joanise
Copy link
Collaborator Author

joanise commented Jul 18, 2023

This PR should not have affected the build, yet the build failed. Testing whether it has to do with gunicorn just releasing its 21.1.0 version, or related dependencies.

dnspython 2.4.0 drops requests support so we need <=2.3.0
See https://www.dnspython.org/news/2.4.0/
We previously locked to a specific gunicorn commit because of an
incompatibility with recent eventlet versions. gunicorn now released a
new version that includes this patch, so we can use it instead.
@joanise
Copy link
Collaborator Author

joanise commented Jul 18, 2023

PR rebased on top of #273, which repairs the build, so we can test this PR itself specifically.

@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Merging #272 (a447a20) into main (697abcb) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #272   +/-   ##
=======================================
  Coverage   91.41%   91.41%           
=======================================
  Files          16       16           
  Lines        2247     2247           
  Branches      534      534           
=======================================
  Hits         2054     2054           
  Misses        117      117           
  Partials       76       76           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@roedoejet
Copy link
Owner

You're on it! thanks for doing this so quickly Eric!

@roedoejet roedoejet merged commit 01234c7 into main Jul 18, 2023
8 checks passed
@roedoejet roedoejet deleted the dev.bump-heroku-runtime branch July 18, 2023 23:32
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.

2 participants