Skip to content

Commit

Permalink
chore: updated jinja to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Jan 13, 2025
1 parent ef39a97 commit 7b1145f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions playbooks/roles/aws/templates/requirements.txt.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
awscli==1.36.37
awscli==1.36.38
# via -r requirements/aws.in
boto==2.49.0
# via -r requirements/aws.in
boto3==1.35.96
boto3==1.35.97
# via -r requirements/aws.in
botocore==1.35.96
botocore==1.35.97
# via
# awscli
# boto3
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ ansible==2.10.7
# via -r requirements/base.in
ansible-base==2.10.17
# via ansible
awscli==1.36.37
awscli==1.36.38
# via -r requirements/base.in
bcrypt==3.1.7
# via
# -c requirements/constraints.txt
# paramiko
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.96
boto3==1.35.97
# via -r requirements/base.in
botocore==1.35.96
botocore==1.35.97
# via
# awscli
# boto3
Expand Down Expand Up @@ -52,7 +52,7 @@ ecdsa==0.13.3
# via -r requirements/base.in
idna==3.10
# via requests
jinja2==2.8
jinja2==3.1.5
# via
# -r requirements/base.in
# ansible-base
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ urllib3==1.26.18
datadog==0.8.0
docopt==0.6.2
ecdsa==0.13.3
Jinja2==2.8
jinja2>=3.0
markupsafe==2.0.1 # Pining this until we upgrade jinja2, as in newer version on markupsafe soft_unicode is removed and jinja2==2.8 use this pkg
mysqlclient==1.4.6 # Needed for the mysql_db module, 1,4,6 is the newest version that support python 2 which we really need to stop using
networkx==1.11
Expand Down
6 changes: 3 additions & 3 deletions util/jenkins/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ amqp==5.3.1
# via kombu
argcomplete==3.5.3
# via yq
awscli==1.36.37
awscli==1.36.38
# via -r requirements/jenkins.in
backoff==1.4.3
# via -r requirements/jenkins.in
billiard==4.2.1
# via celery
boto==2.49.0
# via -r requirements/jenkins.in
boto3==1.35.96
boto3==1.35.97
# via -r requirements/jenkins.in
botocore==1.35.96
botocore==1.35.97
# via
# awscli
# boto3
Expand Down

0 comments on commit 7b1145f

Please sign in to comment.