Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Feb 2, 2024
1 parent ad38aa2 commit e5aa45e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
python-version: [ "3.9", "3.11" ]

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion myproject/common/templates/base.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
{% load pipeline %}
{% load helpers %}

Expand Down
2 changes: 1 addition & 1 deletion myproject/common/templates/email/base.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
coverage==5.5
coverage==7.4.1
django==3.2.23
django-pipeline==3.0.0
django-widget-tweaks==1.4.9
django-widget-tweaks==1.5.0
django-dotenv==1.4.2
django-debug-toolbar==3.2.4
mysqlclient==2.1.1
django-redis==4.12.1
pytz==2023.4
django-debug-toolbar==4.3.0
mysqlclient==2.2.1
django-redis==5.4.0
pytz==2024.1
pyngrok==7.0.5

0 comments on commit e5aa45e

Please sign in to comment.