Skip to content

Commit

Permalink
Bump to Wagtail 6.2, Django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Aug 1, 2024
1 parent 676f211 commit 4fa8d9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ You can run the Wagtail demo locally without setting up Vagrant or Docker and si

#### Dependencies

- Python 3.7, 3.8, 3.9, 3.10 or 3.11
- Python 3.8, 3.9, 3.10, 3.11 or 3.12
- [Virtualenv](https://virtualenv.pypa.io/en/stable/installation/)
- [VirtualenvWrapper](https://virtualenvwrapper.readthedocs.io/en/latest/install.html) (optional)

Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django>=4.2,<5.0
Django>=5.0,<5.1
django-dotenv==1.4.2
wagtail>=6.1,<6.2
wagtail>=6.2,<6.3
wagtail-font-awesome-svg>=1,<2
django-debug-toolbar>=4.2,<5
django-extensions==3.2.3
Expand Down

0 comments on commit 4fa8d9a

Please sign in to comment.