Skip to content

Commit

Permalink
wagtail upgrade hold
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-at-mit committed Sep 16, 2024
1 parent dbcabb6 commit 104e0a1
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 36 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

x-environment:
&py-environment
DEBUG: '${DEBUG:-True}'
Expand Down
1 change: 0 additions & 1 deletion main/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
{% render_bundle 'style' %}
{% noindex_meta %}
<title>{% block title %}{% endblock %}</title>
<meta name="google-site-verification" content="{{ domain_verification_tag }}" />
<meta name="description" content="{% block description %}{% endblock %}">
<meta name="keywords" content="{% block keywords %}{% endblock %}">

Expand Down
82 changes: 51 additions & 31 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ django = "4.2"
django-anymail = {extras = ["mailgun"], version = "^11.1"}
django-cors-headers = "^3.11.0"
django-countries = "^7.2.1"
django-filter = "^2.4.0"
django-ipware = "^4.0.0"
django-oauth-toolkit = "^1.7.0"
django-redis = "^5.0.0"
Expand Down Expand Up @@ -56,7 +55,6 @@ ulid-py = "^1.1.0"
user-util = "^0.1.5"
uwsgi = "^2.0.19"
uwsgitop = "^0.12"
wagtail = "^5.0"
wagtail-metadata = "^5.0.0"
mitol-django-olposthog = "^2024.5.14"
mitol-django-google-sheets = "^2024.7.3"
Expand All @@ -66,6 +64,8 @@ mitol-django-authentication = "2023.12.19"
django-hijack = "^3.6.0"
django-viewflow = "^2.2.7"
django-reversion = "^5.1.0"
django-filter = "^24.3"
wagtail = "^6.2.1"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 104e0a1

Please sign in to comment.