Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1081 from uktrade/develop
Browse files Browse the repository at this point in the history
Release PR
  • Loading branch information
davidu1975 authored Nov 1, 2024
2 parents 35bc6a0 + 8119f55 commit 1e1020a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/templates/core/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
{% get_canonical_url as canonical_url %}
<link rel="canonical" href="{{ canonical_url }}">
{% get_hreflang_tags as hreflang_tags %}
{{ hreflang_tags|linebreaksbr }}
{{ hreflang_tags }}
<meta name="msvalidate.01" content="76D322F181AE9F91C43419E5CD511BBC"/>
{% endblock %}

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# django
# django-countries
async-timeout==4.0.3
async-timeout==5.0.0
# via redis
attrs==24.2.0
# via jsonschema
Expand Down Expand Up @@ -151,7 +151,7 @@ pytz==2023.3
# via
# dateparser
# directory-validators
redis==5.1.1
redis==5.2.0
# via django-redis
regex==2022.1.18
# via
Expand Down Expand Up @@ -204,7 +204,7 @@ whitenoise==6.4.0
# via -r requirements.in
zope-event==5.0
# via gevent
zope-interface==7.1.0
zope-interface==7.1.1
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# django
# django-countries
async-timeout==4.0.3
async-timeout==5.0.0
# via redis
attrs==24.2.0
# via jsonschema
Expand Down Expand Up @@ -200,7 +200,7 @@ pytest==8.3.3
# pytest-xdist
pytest-codecov==0.6.0
# via -r requirements_test.in
pytest-cov==5.0.0
pytest-cov==6.0.0
# via
# -r requirements_test.in
# pytest-codecov
Expand All @@ -223,7 +223,7 @@ pytz==2023.3
# via
# dateparser
# directory-validators
redis==5.1.1
redis==5.2.0
# via django-redis
regex==2022.1.18
# via
Expand Down Expand Up @@ -295,7 +295,7 @@ zipp==3.20.2
# via importlib-metadata
zope-event==5.0
# via gevent
zope-interface==7.1.0
zope-interface==7.1.1
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 1e1020a

Please sign in to comment.