Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1421 from petracihalova/jinja2_upgrade
Browse files Browse the repository at this point in the history
[RHCLOUD-37062] update jinja2 package into latest version
  • Loading branch information
petracihalova authored Jan 6, 2025
2 parents c03fa6d + cc0c8f2 commit 69c3565
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ psycopg2 = "==2.9.10"
kafka-python = "==2.0.2"
psycopg2-binary = "==2.9.10"
joserfc = "==0.8.0"
jinja2 = "==3.1.4"
jinja2 = "==3.1.5"
stompest = "==2.3.0"
xmltodict = "==0.13.0"
uuid-utils = "==0.9.0"
Expand Down
14 changes: 7 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ grpcio-status==1.68.1; python_version >= '3.8'
grpcio-tools==1.68.1; python_version >= '3.8'
gunicorn==22.0.0; python_version >= '3.7'
idna==3.10; python_version >= '3.6'
jinja2==3.1.4; python_version >= '3.7'
jinja2==3.1.5; python_version >= '3.7'
jmespath==1.0.1; python_version >= '3.7'
joserfc==0.8.0; python_version >= '3.8'
kafka-python==2.0.2
Expand Down

0 comments on commit 69c3565

Please sign in to comment.