Skip to content

Commit

Permalink
breaking change upgrade to django 3.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alee committed Jun 4, 2024
1 parent e72e7f9 commit 50ed858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'
- name: build containers
run: ./build.sh
- name: Run Django tests
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bibtexparser==1.2.0
bleach==3.3.0
Django>=2.2.18,<3.0
Django>=3.2.25
django-extensions==2.1.6
django-model-utils==3.1.2
djangorestframework==3.11.2
Expand Down

0 comments on commit 50ed858

Please sign in to comment.