Skip to content

Commit

Permalink
Update django-import-export requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [django-import-export](https://github.com/django-import-export/django-import-export) to permit the latest version.
- [Release notes](https://github.com/django-import-export/django-import-export/releases)
- [Changelog](https://github.com/django-import-export/django-import-export/blob/main/docs/changelog.rst)
- [Commits](django-import-export/django-import-export@2.9.0...4.3.0)

---
updated-dependencies:
- dependency-name: django-import-export
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent c7e03c8 commit c830a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"Django~=4.2.0", # LTS version, switch only if we have a compelling reason to",
"django-filter>=23.1,<=24.3",
"django-guid>=3.3,<=3.5.0",
"django-import-export>=2.9,<3.4.0",
"django-import-export>=2.9,<4.4.0",
"django-lifecycle>=1.0,<=1.2.4",
"djangorestframework>=3.14.0,<=3.15.2",
"djangorestframework-queryfields>=1.0,<=1.1.0",
Expand Down

0 comments on commit c830a29

Please sign in to comment.