Skip to content

Commit

Permalink
Bump jinja2 from 3.1.3 to 3.1.4 in /lambdas/status_reports (#3974)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 9, 2024
1 parent 5f01e31 commit 57bdf42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lambdas/status_reports/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ frozenlist==1.3.1
# aiosignal
idna==3.7
# via yarl
jinja2==3.1.3
jinja2==3.1.4
# via t4_lambda_status_reports (setup.py)
jmespath==1.0.1
# via botocore
Expand Down
2 changes: 1 addition & 1 deletion lambdas/status_reports/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
package_dir={"": "src"},
include_package_data=True,
install_requires=[
"Jinja2==3.1.3",
"Jinja2==3.1.4",
"aiobotocore==2.3.4",
"botocore==1.24.21",
],
Expand Down

0 comments on commit 57bdf42

Please sign in to comment.