Skip to content

Commit

Permalink
Merge pull request #13 from prokopsimek/master
Browse files Browse the repository at this point in the history
feat: upgrade dependencies
  • Loading branch information
ViolanteCodes authored Aug 15, 2023
2 parents 59be87a + ee6908a commit eba4969
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<h1>{{ component.headline }}</h1>
<p>{{ component.subheadline }}</p>

<a href="{{ component.button_url }}" class="main-btn btn-hover">{{ component.button_label }}</a>
<a href="https://buttercms.com/join/">Need an account?</a>
<a href="{{ component.button_url }}" target="_blank" class="main-btn btn-hover">{{ component.button_label }}</a>
<a href="https://buttercms.com/join/" target="_blank">Need an account?</a>
</div>
</div>
<div class="col-xxl-6 col-xl-6 col-lg-6">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="section-title">
<h2 class="mb-20">{{ component.headline }}</h2>
<p>{{ component.subheadline|safe }}</p>
<a href="{{ component.button_url }}" class="main-btn btn-hover border-btn mt-30">{{ component.button_label }}</a>
<a href="{{ component.button_url }}" target="_blank" class="main-btn btn-hover border-btn mt-30">{{ component.button_label }}</a>
</div>
</div>
</div>
Expand Down
11 changes: 5 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
buttercms-python==1.3.*
django-anymail==8.4 # https://github.com/anymail/django-anymail
django-environ==0.8.0 # https://github.com/joke2k/django-environ
django-extensions==3.1.3 # https://github.com/django-extensions/django-extensions
django-environ==0.10.0 # https://github.com/joke2k/django-environ
django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions
django==3.2.* # https://www.djangoproject.com/
gunicorn==20.1.0 # https://github.com/benoitc/gunicorn
psycopg2==2.9.1 # https://github.com/psycopg/psycopg2
whitenoise==5.3.0 # https://github.com/evansd/whitenoise
gunicorn==21.2.0 # https://github.com/benoitc/gunicorn
psycopg2==2.9.7 # https://github.com/psycopg/psycopg2
whitenoise==6.5.0 # https://github.com/evansd/whitenoise

0 comments on commit eba4969

Please sign in to comment.