mirror of
https://github.com/pretix/pretix.git
synced 2026-08-08 10:27:49 +00:00
Update defusedcsv requirement from >=1.1.0 to >=3.0.0 (#6105)
Updates the requirements on [defusedcsv](https://github.com/raphaelm/defusedcsv) to permit the latest version. - [Commits](https://github.com/raphaelm/defusedcsv/compare/v1.1.0...v3.0.0) --- updated-dependencies: - dependency-name: defusedcsv dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
4fe405886e
commit
6d255bb9cc
+1
-1
@@ -35,7 +35,7 @@ dependencies = [
|
||||
"chardet==5.2.*",
|
||||
"cryptography>=46.0.7",
|
||||
"css-inline==0.20.*",
|
||||
"defusedcsv>=1.1.0",
|
||||
"defusedcsv>=3.0.0",
|
||||
"dnspython==2.*",
|
||||
"Django[argon2]==5.2.*",
|
||||
"django-bootstrap3==26.1",
|
||||
|
||||
Reference in New Issue
Block a user