Browse Source

Merge pull request #1633 from doccano/securityUpdate/Python

Update django and celery
pull/1634/head
Hiroki Nakayama 2 years ago
committed by GitHub
parent
commit
9d8b13c299
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 539 additions and 483 deletions
  1. 4
      Pipfile
  2. 1018
      Pipfile.lock

4
Pipfile

@ -19,7 +19,7 @@ watchdog = "*"
argh = "*" argh = "*"
[packages] [packages]
django = "*"
django = "~=3.2"
django-heroku = "*" django-heroku = "*"
environs = "*" environs = "*"
furl = "*" furl = "*"
@ -48,7 +48,7 @@ fasteners = "*"
auto-labeling-pipeline = "*" auto-labeling-pipeline = "*"
dj-rest-auth = "*" dj-rest-auth = "*"
django-drf-filepond = "*" django-drf-filepond = "*"
celery = "*"
celery = "~=5.2"
django-celery-results = "*" django-celery-results = "*"
sqlalchemy = "*" sqlalchemy = "*"
waitress = "*" waitress = "*"

1018
Pipfile.lock
File diff suppressed because it is too large
View File

Loading…
Cancel
Save