Skip to content

Commit

Permalink
Updated all backend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
niconoe committed Mar 25, 2024
1 parent 7ff0f76 commit 228a9a0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
29 changes: 14 additions & 15 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ Django = "^4.2.4"
psycopg2-binary = "^2.9.1"
requests = "^2.26.0"
gbif-blocking-occurrence-download = "^0.1.0"
python-dwca-reader = "^0.15.1"
python-dwca-reader = "0.16.0"
jinjasql = "^0.1.8"
django-crispy-forms = "^2.1"
crispy-bootstrap5 = "^2023.10"
django-maintenance-mode = "^0.19.0"
crispy-bootstrap5 = "2024.2"
django-maintenance-mode = "0.21.1"
django-import-export = "^3.2.0"
django-cors-headers = "^4.2.0"
django-markdownx = "^4.0.2"
django-rq = "^2.5.1"
html2text = "^2020.1.16"
html2text = "2024.2.25"
Jinja2 = "3.0.3" # just needed for JinjaSQL, but it currently has a tendency to download an incompatible version (3.1.1). I hope we'll be able to remove that fake dependency once JinjaSQL gets updated (https://github.com/sripathikrishnan/jinjasql/issues/50)
django-taggit = "^5.0.1"
django-modeltranslation = "^0.18.9"
Expand Down

0 comments on commit 228a9a0

Please sign in to comment.