Skip to content

Commit

Permalink
bump gh actions and begin compatibility break for django 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alee committed Jun 4, 2024
1 parent 64fa571 commit faabb03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:

steps:
- name: Checkout repo + submodules
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: '3.10'
- name: install coverage and build
run: |
pip3 install coveralls coverage
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asgiref==3.5.2
cssselect==1.0.3
Django>=2.2.24,<3.0
Django>=3.2.25
django-autocomplete-light==3.3.5
django-bootstrap3==11.1.0
django-contact-form==1.7.0
Expand Down Expand Up @@ -32,4 +32,6 @@ pandas>1.0.0,<1.1.0

# static visualization dependencies
plotly==5.3.1

requests==2.32.3
sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit faabb03

Please sign in to comment.