Skip to content

Commit c239bec

Browse files
deps(deps): bump django-import-export from 3.2.0 to 3.3.9
Bumps [django-import-export](https://github.com/django-import-export/django-import-export) from 3.2.0 to 3.3.9. - [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@3.2.0...3.3.9) --- updated-dependencies: - dependency-name: django-import-export dependency-version: 3.3.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74ce99e commit c239bec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
'django-deprecate-fields~=0.1.1',
1919
'django-extensions~=3.2.1',
2020
'django-health-check~=3.17.0',
21-
'django-import-export~=3.2.0',
21+
'django-import-export~=3.3.9',
2222
'django-oauth-toolkit~=3.0.1',
2323
'django_prometheus~=2.2.0',
2424
'django-test-migrations~=1.3.0',

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Django==4.2.26
2323
django-deprecate-fields==0.1.1
2424
django-extensions==3.2.1
2525
django-health-check==3.17.0
26-
django-import-export==3.2.0
26+
django-import-export==3.3.9
2727
django-oauth-toolkit==3.0.1
2828
django_prometheus==2.2.0
2929
django-test-migrations==1.3.0

0 commit comments

Comments
 (0)