-
Notifications
You must be signed in to change notification settings - Fork 686
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
Update jinja2 from 3.0.2 to 3.1.3 #7107
Conversation
f691b81
to
67aedfe
Compare
67aedfe
to
7bb50ef
Compare
028c0bf
to
75e5a34
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left one documentation nit for your consideration, @zenmonkeykstop. Revise or merge at your discretion!
@@ -271,7 +271,7 @@ jobs: | |||
command: | | |||
fromtag=$(docker images |grep securedrop-test-focal-py3 |head -n1 |awk '{print $2}') | |||
DOCKER_BUILD_ARGUMENTS="--cache-from securedrop-test-focal-py3:${fromtag:-latest}" securedrop/bin/dev-shell \ | |||
bash -c "pip3 install -U -q --upgrade pip && pip3 install -U -q --upgrade semgrep && make -C .. semgrep" | |||
bash -c "pip3 install -U -q --upgrade pip && pip3 install -U -q semgrep==1.56.0 && make -C .. semgrep" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bash -c "pip3 install -U -q --upgrade pip && pip3 install -U -q semgrep==1.56.0 && make -C .. semgrep" | |
bash -c "pip3 install -U -q --upgrade pip && pip3 install -U -q semgrep==1.56.0 && make -C .. semgrep" # semgrep==1.56.0 pending semgrep/semgrep#9630 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO it's fine as is, let's skip an extra CI run. I will bear the burden of remembering to test the next semgrep release and slip an update into the next appropriate PR.
This update was already diff-reviewed in freedomofpress/securedrop#7107.
Status
RfR
Description of Changes
jinja2
from 3.0.2 to 3.1.3 in response to GHSA-h5c8-rqwp-cp95Testing
Deployment
n/a - will be released with next scheduled version
Checklist
If you added or updated a reference to a production code dependency:
Choose one of the following: