|
9 | 9 | # requirements. To emit only development requirements, pass "--dev-only".
|
10 | 10 |
|
11 | 11 | -i https://pypi.python.org/simple
|
12 |
| -amqp==5.0.9; python_version >= '3.6' |
| 12 | +amqp==5.1.0; python_version >= '3.6' |
13 | 13 | asgiref==3.5.0; python_version >= '3.7'
|
14 |
| -astroid==2.9.3; python_full_version >= '3.6.2' |
| 14 | +astroid==2.11.2; python_full_version >= '3.6.2' |
| 15 | +async-timeout==4.0.2; python_version >= '3.6' |
15 | 16 | autopep8==1.6.0
|
16 | 17 | billiard==3.6.4.0
|
17 |
| -celery==5.2.3 |
| 18 | +celery==5.2.5 |
18 | 19 | click-didyoumean==0.3.0; python_full_version >= '3.6.2' and python_full_version < '4.0.0'
|
19 | 20 | click-plugins==1.1.1
|
20 | 21 | click-repl==0.2.0
|
21 |
| -click==8.0.3; python_version >= '3.6' |
| 22 | +click==8.1.2; python_version >= '3.7' |
22 | 23 | defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
23 | 24 | deprecated==1.2.13; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
24 | 25 | diff-match-patch==20200713; python_version >= '2.7'
|
| 26 | +dill==0.3.4; python_version >= '2.7' and python_version != '3.0' |
25 | 27 | django-debug-toolbar==3.2.4
|
26 |
| -django-import-export==2.7.1 |
| 28 | +django-import-export==2.8.0 |
27 | 29 | django-redis==5.2.0
|
28 | 30 | django==3.2.12
|
29 | 31 | et-xmlfile==1.1.0; python_version >= '3.6'
|
30 |
| -flower==1.0.0 |
31 | 32 | gunicorn==20.1.0
|
32 |
| -humanize==4.0.0; python_version >= '3.7' |
33 | 33 | isort==5.10.1; python_version < '4.0' and python_full_version >= '3.6.1'
|
34 |
| -kombu==5.2.3; python_version >= '3.7' |
| 34 | +kombu==5.2.4; python_version >= '3.7' |
35 | 35 | lazy-object-proxy==1.7.1; python_version >= '3.6'
|
36 | 36 | markuppy==1.14
|
37 |
| -mccabe==0.6.1 |
| 37 | +mccabe==0.7.0; python_version >= '3.6' |
38 | 38 | mysqlclient==2.1.0
|
39 | 39 | odfpy==1.4.1
|
40 | 40 | openpyxl==3.0.9
|
41 | 41 | packaging==21.3; python_version >= '3.6'
|
42 |
| -platformdirs==2.5.0; python_version >= '3.7' |
43 |
| -prometheus-client==0.13.1; python_version >= '3.6' |
44 |
| -prompt-toolkit==3.0.28; python_full_version >= '3.6.2' |
| 42 | +platformdirs==2.5.1; python_version >= '3.7' |
| 43 | +prompt-toolkit==3.0.29; python_full_version >= '3.6.2' |
45 | 44 | pycodestyle==2.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
46 |
| -pylint==2.12.2 |
| 45 | +pylint==2.13.4 |
47 | 46 | pyparsing==3.0.7; python_version >= '3.6'
|
48 |
| -pytz==2021.3 |
| 47 | +pytz==2022.1 |
49 | 48 | pyyaml==6.0
|
50 |
| -redis==4.1.4; python_version >= '3.6' |
| 49 | +redis==4.2.2; python_version >= '3.6' |
51 | 50 | six==1.16.0
|
52 | 51 | sqlparse==0.4.2; python_version >= '3.5'
|
53 | 52 | tablib[html,ods,xls,xlsx,yaml]==3.2.0; python_version >= '3.7'
|
54 | 53 | toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
55 |
| -tornado==6.1; python_version >= '3.5' |
| 54 | +tomli==2.0.1; python_version < '3.11' |
56 | 55 | typing-extensions==4.1.1; python_version < '3.10'
|
57 | 56 | vine==5.0.0; python_version >= '3.6'
|
58 | 57 | wcwidth==0.2.5
|
59 |
| -wrapt==1.13.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' |
| 58 | +wrapt==1.14.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' |
60 | 59 | xlrd==2.0.1
|
61 | 60 | xlwt==1.3.0
|
0 commit comments