Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1096 from petracihalova/jinja2_upgrade
Browse files Browse the repository at this point in the history
[RHCLOUD-32589] jinja2 upgrade from 3.1.3 into 3.1.4
  • Loading branch information
lpichler authored May 13, 2024
2 parents fd20ce9 + 94550df commit b41a448
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ psycopg2 = "==2.9.5"
kafka-python = "==2.0.2"
psycopg2-binary = "==2.9.5"
joserfc = "==0.8.0"
jinja2 = "==3.1.3"
jinja2 = "==3.1.4"
stompest = "==2.3.0"
xmltodict = "==0.13.0"

Expand Down
192 changes: 96 additions & 96 deletions Pipfile.lock

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

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ click==8.1.7; python_version >= '3.7'
click-didyoumean==0.3.1; python_full_version >= '3.6.2'
click-plugins==1.1.1
click-repl==0.3.0; python_version >= '3.6'
cryptography==42.0.5; python_version >= '3.7'
cryptography==42.0.7; python_version >= '3.7'
django==4.2.11; python_version >= '3.8'
django-cors-headers==3.13.0; python_version >= '3.7'
django-environ==0.10.0; python_version >= '3.5' and python_version < '4'
Expand All @@ -27,7 +27,7 @@ djangorestframework-csv==2.1.1
ecs-logging==2.0.0; python_version >= '3.6'
gunicorn==22.0.0; python_version >= '3.7'
idna==3.7; python_version >= '3.5'
jinja2==3.1.3; python_version >= '3.7'
jinja2==3.1.4; 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 b41a448

Please sign in to comment.