Skip to content

Commit

Permalink
feat: Upgrade Python dependency Jinja2
Browse files Browse the repository at this point in the history
Routine requirement upgrade.  Doing it individually because there are too many changes in `make upgrade`.

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
  • Loading branch information
feanil committed May 7, 2024
1 parent d43a2f7 commit a92c215
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ isodate==0.6.1
# via python3-saml
itypes==1.2.0
# via coreapi
jinja2==3.1.3
jinja2==3.1.4
# via
# code-annotations
# coreschema
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ coverage==7.4.1
# via -r requirements/edx/coverage.in
diff-cover==9.0.0
# via -r requirements/edx/coverage.in
jinja2==3.1.3
jinja2==3.1.4
# via diff-cover
markupsafe==2.1.5
# via jinja2
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ itypes==1.2.0
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# coreapi
jinja2==3.1.3
jinja2==3.1.4
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ itypes==1.2.0
# via
# -r requirements/edx/base.txt
# coreapi
jinja2==3.1.3
jinja2==3.1.4
# via
# -r requirements/edx/base.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ itypes==1.2.0
# via
# -r requirements/edx/base.txt
# coreapi
jinja2==3.1.3
jinja2==3.1.4
# via
# -r requirements/edx/base.txt
# -r requirements/edx/coverage.txt
Expand Down
2 changes: 1 addition & 1 deletion scripts/user_retirement/requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ isodate==0.6.1
# zeep
jenkinsapi==0.3.13
# via -r scripts/user_retirement/requirements/base.txt
jinja2==3.1.3
jinja2==3.1.4
# via moto
jmespath==1.0.1
# via
Expand Down

0 comments on commit a92c215

Please sign in to comment.